Package microsoft.dynamics.crm.complex
Class AppInfo
- java.lang.Object
-
- microsoft.dynamics.crm.complex.AppInfo
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AppInfo extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppInfo.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringappIdprotected StringappUrlprotected IntegerclientTypeprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected Stringdescriptionprotected BooleanisDefaultprotected StringlastModifiedOnprotected List<String>mobileOfflineProfileIdsprotected StringmobileOfflineProfileIdsNextLinkprotected StringodataTypeprotected Integerstatusprotected Stringtitleprotected StringuniqueNameprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected WebResourceInfowebResourceInfoprotected WebResourceInfowelcomePageInfo
-
Constructor Summary
Constructors Modifier Constructor Description protectedAppInfo()
-
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
-
title
protected String title
-
uniqueName
protected String uniqueName
-
isDefault
protected Boolean isDefault
-
description
protected String description
-
webResourceInfo
protected WebResourceInfo webResourceInfo
-
welcomePageInfo
protected WebResourceInfo welcomePageInfo
-
status
protected Integer status
-
lastModifiedOn
protected String lastModifiedOn
-
appUrl
protected String appUrl
-
clientType
protected Integer clientType
-
mobileOfflineProfileIdsNextLink
protected String mobileOfflineProfileIdsNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getWebResourceInfo
public Optional<WebResourceInfo> getWebResourceInfo()
-
withWebResourceInfo
public AppInfo withWebResourceInfo(WebResourceInfo webResourceInfo)
-
getWelcomePageInfo
public Optional<WebResourceInfo> getWelcomePageInfo()
-
withWelcomePageInfo
public AppInfo withWelcomePageInfo(WebResourceInfo welcomePageInfo)
-
getMobileOfflineProfileIds
public com.github.davidmoten.odata.client.CollectionPage<String> getMobileOfflineProfileIds()
-
getMobileOfflineProfileIds
public com.github.davidmoten.odata.client.CollectionPage<String> getMobileOfflineProfileIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
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 AppInfo.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
-
-