Package microsoft.dynamics.crm.complex
Class AppModuleInfo
- java.lang.Object
-
- microsoft.dynamics.crm.complex.AppModuleInfo
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AppModuleInfo extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppModuleInfo.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringappDisplayNameprotected StringappIdprotected List<AppSettingDetails>appSettingDetailsprotected StringappSettingDetailsNextLinkprotected StringappUniqueNameprotected StringappUriprotected StringappVersionprotected IntegerclientTypeprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringcreatedByprotected StringcreatedOnprotected Stringdescriptionprotected BooleanisDefaultprotected StringmodifiedByprotected StringmodifiedOnprotected IntegernavigationTypeprotected StringodataTypeprotected StringoptimizedForprotected StringpublishedOnprotected StringpublisherNameprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected StringwebResourceUriprotected StringwelcomePageUri
-
Constructor Summary
Constructors Modifier Constructor Description protectedAppModuleInfo()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
appId
protected String appId
-
appDisplayName
protected String appDisplayName
-
publisherName
protected String publisherName
-
publishedOn
protected String publishedOn
-
appUniqueName
protected String appUniqueName
-
appVersion
protected String appVersion
-
description
protected String description
-
webResourceUri
protected String webResourceUri
-
welcomePageUri
protected String welcomePageUri
-
createdOn
protected String createdOn
-
createdBy
protected String createdBy
-
modifiedOn
protected String modifiedOn
-
modifiedBy
protected String modifiedBy
-
appUri
protected String appUri
-
isDefault
protected Boolean isDefault
-
clientType
protected Integer clientType
-
navigationType
protected Integer navigationType
-
optimizedFor
protected String optimizedFor
-
appSettingDetails
protected List<AppSettingDetails> appSettingDetails
-
appSettingDetailsNextLink
protected String appSettingDetailsNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withAppId
public AppModuleInfo withAppId(String appId)
-
withAppDisplayName
public AppModuleInfo withAppDisplayName(String appDisplayName)
-
withPublisherName
public AppModuleInfo withPublisherName(String publisherName)
-
withPublishedOn
public AppModuleInfo withPublishedOn(String publishedOn)
-
withAppUniqueName
public AppModuleInfo withAppUniqueName(String appUniqueName)
-
withAppVersion
public AppModuleInfo withAppVersion(String appVersion)
-
withDescription
public AppModuleInfo withDescription(String description)
-
withWebResourceUri
public AppModuleInfo withWebResourceUri(String webResourceUri)
-
withWelcomePageUri
public AppModuleInfo withWelcomePageUri(String welcomePageUri)
-
withCreatedOn
public AppModuleInfo withCreatedOn(String createdOn)
-
withCreatedBy
public AppModuleInfo withCreatedBy(String createdBy)
-
withModifiedOn
public AppModuleInfo withModifiedOn(String modifiedOn)
-
withModifiedBy
public AppModuleInfo withModifiedBy(String modifiedBy)
-
withAppUri
public AppModuleInfo withAppUri(String appUri)
-
withIsDefault
public AppModuleInfo withIsDefault(Boolean isDefault)
-
withClientType
public AppModuleInfo withClientType(Integer clientType)
-
withNavigationType
public AppModuleInfo withNavigationType(Integer navigationType)
-
withOptimizedFor
public AppModuleInfo withOptimizedFor(String optimizedFor)
-
getAppSettingDetails
public com.github.davidmoten.odata.client.CollectionPage<AppSettingDetails> getAppSettingDetails()
-
getAppSettingDetails
public com.github.davidmoten.odata.client.CollectionPage<AppSettingDetails> getAppSettingDetails(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public AppModuleInfo withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static AppModuleInfo.Builder builder()
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
-
-