Package odata.msgraph.client.entity
Class ApplicationTemplate
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.entity.ApplicationTemplate
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class ApplicationTemplate extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplicationTemplate.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<String>categoriesprotected StringcategoriesNextLinkprotected Stringdescriptionprotected StringdisplayNameprotected StringhomePageUrlprotected StringlogoUrlprotected Stringpublisherprotected List<String>supportedProvisioningTypesprotected StringsupportedProvisioningTypesNextLinkprotected List<String>supportedSingleSignOnModesprotected StringsupportedSingleSignOnModesNextLink-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedApplicationTemplate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplicationTemplate.BuilderbuilderApplicationTemplate()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.CollectionPage<String>getCategories()com.github.davidmoten.odata.client.CollectionPage<String>getCategories(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()Optional<String>getDescription()Optional<String>getDisplayName()Optional<String>getHomePageUrl()Optional<String>getLogoUrl()Optional<String>getPublisher()com.github.davidmoten.odata.client.CollectionPage<String>getSupportedProvisioningTypes()com.github.davidmoten.odata.client.CollectionPage<String>getSupportedProvisioningTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<String>getSupportedSingleSignOnModes()com.github.davidmoten.odata.client.CollectionPage<String>getSupportedSingleSignOnModes(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ApplicationServicePrincipal>instantiate(String displayName)StringodataTypeName()ApplicationTemplatepatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)ApplicationTemplateput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()ApplicationTemplatewithCategories(List<String> categories)ApplicationTemplatewithDescription(String description)ApplicationTemplatewithDisplayName(String displayName)ApplicationTemplatewithHomePageUrl(String homePageUrl)ApplicationTemplatewithLogoUrl(String logoUrl)ApplicationTemplatewithPublisher(String publisher)ApplicationTemplatewithSupportedProvisioningTypes(List<String> supportedProvisioningTypes)ApplicationTemplatewithSupportedSingleSignOnModes(List<String> supportedSingleSignOnModes)ApplicationTemplatewithUnmappedField(String name, Object value)
-
-
-
Field Detail
-
categoriesNextLink
protected String categoriesNextLink
-
description
protected String description
-
displayName
protected String displayName
-
homePageUrl
protected String homePageUrl
-
logoUrl
protected String logoUrl
-
publisher
protected String publisher
-
supportedProvisioningTypesNextLink
protected String supportedProvisioningTypesNextLink
-
supportedSingleSignOnModesNextLink
protected String supportedSingleSignOnModesNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderApplicationTemplate
public static ApplicationTemplate.Builder builderApplicationTemplate()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
getCategories
public com.github.davidmoten.odata.client.CollectionPage<String> getCategories()
-
withCategories
public ApplicationTemplate withCategories(List<String> categories)
-
getCategories
public com.github.davidmoten.odata.client.CollectionPage<String> getCategories(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withDescription
public ApplicationTemplate withDescription(String description)
-
withDisplayName
public ApplicationTemplate withDisplayName(String displayName)
-
withHomePageUrl
public ApplicationTemplate withHomePageUrl(String homePageUrl)
-
withLogoUrl
public ApplicationTemplate withLogoUrl(String logoUrl)
-
withPublisher
public ApplicationTemplate withPublisher(String publisher)
-
getSupportedProvisioningTypes
public com.github.davidmoten.odata.client.CollectionPage<String> getSupportedProvisioningTypes()
-
withSupportedProvisioningTypes
public ApplicationTemplate withSupportedProvisioningTypes(List<String> supportedProvisioningTypes)
-
getSupportedProvisioningTypes
public com.github.davidmoten.odata.client.CollectionPage<String> getSupportedProvisioningTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getSupportedSingleSignOnModes
public com.github.davidmoten.odata.client.CollectionPage<String> getSupportedSingleSignOnModes()
-
withSupportedSingleSignOnModes
public ApplicationTemplate withSupportedSingleSignOnModes(List<String> supportedSingleSignOnModes)
-
getSupportedSingleSignOnModes
public com.github.davidmoten.odata.client.CollectionPage<String> getSupportedSingleSignOnModes(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public ApplicationTemplate withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public ApplicationTemplate patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public ApplicationTemplate put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
instantiate
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ApplicationServicePrincipal> instantiate(String displayName)
-
-