Uses of Class
odata.msgraph.client.beta.entity.ApplicationTemplate
-
Packages that use ApplicationTemplate Package Description odata.msgraph.client.beta.entity -
-
Uses of ApplicationTemplate in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ApplicationTemplate Modifier and Type Method Description ApplicationTemplateApplicationTemplate.Builder. build()ApplicationTemplateApplicationTemplate. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ApplicationTemplateApplicationTemplate. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ApplicationTemplateApplicationTemplate. withCategories(List<String> categories)ApplicationTemplateApplicationTemplate. withDescription(String description)ApplicationTemplateApplicationTemplate. withDisplayName(String displayName)ApplicationTemplateApplicationTemplate. withHomePageUrl(String homePageUrl)ApplicationTemplateApplicationTemplate. withLogoUrl(String logoUrl)ApplicationTemplateApplicationTemplate. withPublisher(String publisher)ApplicationTemplateApplicationTemplate. withSupportedProvisioningTypes(List<String> supportedProvisioningTypes)ApplicationTemplateApplicationTemplate. withSupportedSingleSignOnModes(List<String> supportedSingleSignOnModes)ApplicationTemplateApplicationTemplate. withUnmappedField(String name, String value)
-