public class ApplicationTemplate extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationTemplate.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
categories |
protected String |
categoriesNextLink |
protected String |
description |
protected String |
displayName |
protected String |
homePageUrl |
protected String |
logoUrl |
protected String |
publisher |
protected List<String> |
supportedProvisioningTypes |
protected String |
supportedProvisioningTypesNextLink |
protected List<String> |
supportedSingleSignOnModes |
protected String |
supportedSingleSignOnModesNextLink |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ApplicationTemplate() |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationTemplate.Builder |
builderApplicationTemplate()
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.internal.ChangedFields |
getChangedFields() |
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> |
getSupportedSingleSignOnModes() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<ApplicationServicePrincipal> |
instantiate(String displayName) |
String |
odataTypeName() |
ApplicationTemplate |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
ApplicationTemplate |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
ApplicationTemplate |
withDescription(String description) |
ApplicationTemplate |
withDisplayName(String displayName) |
ApplicationTemplate |
withHomePageUrl(String homePageUrl) |
ApplicationTemplate |
withLogoUrl(String logoUrl) |
ApplicationTemplate |
withPublisher(String publisher) |
protected String displayName
protected String homePageUrl
protected String supportedSingleSignOnModesNextLink
protected String supportedProvisioningTypesNextLink
protected String logoUrl
protected String categoriesNextLink
protected String publisher
protected String description
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static ApplicationTemplate.Builder builderApplicationTemplate()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic ApplicationTemplate withDisplayName(String displayName)
public ApplicationTemplate withHomePageUrl(String homePageUrl)
public com.github.davidmoten.odata.client.CollectionPage<String> getSupportedSingleSignOnModes()
public com.github.davidmoten.odata.client.CollectionPage<String> getSupportedProvisioningTypes()
public ApplicationTemplate withLogoUrl(String logoUrl)
public com.github.davidmoten.odata.client.CollectionPage<String> getCategories()
public ApplicationTemplate withPublisher(String publisher)
public ApplicationTemplate withDescription(String description)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic ApplicationTemplate patch()
this with changed fields reset.public ApplicationTemplate put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<ApplicationServicePrincipal> instantiate(String displayName)
Copyright © 2018–2020. All rights reserved.