Package microsoft.dynamics.crm.complex
Class AppContext
- java.lang.Object
-
- microsoft.dynamics.crm.complex.AppContext
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AppContext extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppContext.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<AppEntityInfo>appEntityInfoprotected StringappEntityInfoNextLinkprotected AppInfoappInfoprotected List<String>bpfIdsprotected StringbpfIdsNextLinkprotected List<CanvasAppsInfo>canvasAppsprotected StringcanvasAppsNextLinkprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected List<String>dashboardIdsprotected StringdashboardIdsNextLinkprotected StringodataTypeprotected StringsitemapIdprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedAppContext()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppContext.Builderbuilder()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<AppEntityInfo>getAppEntityInfo()com.github.davidmoten.odata.client.CollectionPage<AppEntityInfo>getAppEntityInfo(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<AppInfo>getAppInfo()com.github.davidmoten.odata.client.CollectionPage<String>getBpfIds()com.github.davidmoten.odata.client.CollectionPage<String>getBpfIds(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<CanvasAppsInfo>getCanvasApps()com.github.davidmoten.odata.client.CollectionPage<CanvasAppsInfo>getCanvasApps(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<String>getDashboardIds()com.github.davidmoten.odata.client.CollectionPage<String>getDashboardIds(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<String>getSitemapId()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()AppContextwithAppInfo(AppInfo appInfo)AppContextwithSitemapId(String sitemapId)AppContextwithUnmappedField(String name, String value)
-
-
-
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
-
appInfo
protected AppInfo appInfo
-
sitemapId
protected String sitemapId
-
bpfIdsNextLink
protected String bpfIdsNextLink
-
dashboardIdsNextLink
protected String dashboardIdsNextLink
-
appEntityInfo
protected List<AppEntityInfo> appEntityInfo
-
appEntityInfoNextLink
protected String appEntityInfoNextLink
-
canvasApps
protected List<CanvasAppsInfo> canvasApps
-
canvasAppsNextLink
protected String canvasAppsNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withAppInfo
public AppContext withAppInfo(AppInfo appInfo)
-
withSitemapId
public AppContext withSitemapId(String sitemapId)
-
getBpfIds
public com.github.davidmoten.odata.client.CollectionPage<String> getBpfIds()
-
getBpfIds
public com.github.davidmoten.odata.client.CollectionPage<String> getBpfIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getDashboardIds
public com.github.davidmoten.odata.client.CollectionPage<String> getDashboardIds()
-
getDashboardIds
public com.github.davidmoten.odata.client.CollectionPage<String> getDashboardIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getAppEntityInfo
public com.github.davidmoten.odata.client.CollectionPage<AppEntityInfo> getAppEntityInfo()
-
getAppEntityInfo
public com.github.davidmoten.odata.client.CollectionPage<AppEntityInfo> getAppEntityInfo(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getCanvasApps
public com.github.davidmoten.odata.client.CollectionPage<CanvasAppsInfo> getCanvasApps()
-
getCanvasApps
public com.github.davidmoten.odata.client.CollectionPage<CanvasAppsInfo> getCanvasApps(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public AppContext 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 AppContext.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
-
-