public class AppModuleInfo extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AppModuleInfo.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appDisplayName |
protected String |
appId |
protected List<AppSettingDetails> |
appSettingDetails |
protected String |
appSettingDetailsNextLink |
protected String |
appUniqueName |
protected String |
appUri |
protected String |
appVersion |
protected Integer |
clientType |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
createdBy |
protected String |
createdOn |
protected String |
description |
protected Boolean |
isDefault |
protected String |
modifiedBy |
protected String |
modifiedOn |
protected Integer |
navigationType |
protected String |
odataType |
protected String |
optimizedFor |
protected String |
publishedOn |
protected String |
publisherName |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
protected String |
webResourceUri |
protected String |
welcomePageUri |
| Modifier | Constructor and Description |
|---|---|
protected |
AppModuleInfo() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected String appId
protected String appDisplayName
protected String publisherName
protected String publishedOn
protected String appUniqueName
protected String appVersion
protected String description
protected String webResourceUri
protected String welcomePageUri
protected String createdOn
protected String createdBy
protected String modifiedOn
protected String modifiedBy
protected String appUri
protected Boolean isDefault
protected Integer clientType
protected Integer navigationType
protected String optimizedFor
protected List<AppSettingDetails> appSettingDetails
protected String appSettingDetailsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic AppModuleInfo withAppId(String appId)
public AppModuleInfo withAppDisplayName(String appDisplayName)
public AppModuleInfo withPublisherName(String publisherName)
public AppModuleInfo withPublishedOn(String publishedOn)
public AppModuleInfo withAppUniqueName(String appUniqueName)
public AppModuleInfo withAppVersion(String appVersion)
public AppModuleInfo withDescription(String description)
public AppModuleInfo withWebResourceUri(String webResourceUri)
public AppModuleInfo withWelcomePageUri(String welcomePageUri)
public AppModuleInfo withCreatedOn(String createdOn)
public AppModuleInfo withCreatedBy(String createdBy)
public AppModuleInfo withModifiedOn(String modifiedOn)
public AppModuleInfo withModifiedBy(String modifiedBy)
public AppModuleInfo withAppUri(String appUri)
public AppModuleInfo withIsDefault(Boolean isDefault)
public AppModuleInfo withClientType(Integer clientType)
public AppModuleInfo withNavigationType(Integer navigationType)
public AppModuleInfo withOptimizedFor(String optimizedFor)
public com.github.davidmoten.odata.client.CollectionPage<AppSettingDetails> getAppSettingDetails()
public com.github.davidmoten.odata.client.CollectionPage<AppSettingDetails> getAppSettingDetails(com.github.davidmoten.odata.client.HttpRequestOptions options)
public AppModuleInfo withUnmappedField(String name, String value)
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static AppModuleInfo.Builder builder()
Copyright © 2018–2020. All rights reserved.