Package microsoft.dynamics.crm.complex
Class AppEntityInfo
- java.lang.Object
-
- microsoft.dynamics.crm.complex.AppEntityInfo
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AppEntityInfo extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppEntityInfo.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<String>chartIdsprotected StringchartIdsNextLinkprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected List<ArtifactIdType>entityDashboardsprotected StringentityDashboardsNextLinkprotected StringentityIdprotected List<ArtifactIdType>formsprotected StringformsNextLinkprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected List<ArtifactIdType>viewsprotected StringviewsNextLink
-
Constructor Summary
Constructors Modifier Constructor Description protectedAppEntityInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppEntityInfo.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<String>getChartIds()com.github.davidmoten.odata.client.CollectionPage<String>getChartIds(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType>getEntityDashboards()com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType>getEntityDashboards(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<String>getEntityId()com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType>getForms()com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType>getForms(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType>getViews()com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType>getViews(com.github.davidmoten.odata.client.HttpRequestOptions options)StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()AppEntityInfowithEntityId(String entityId)AppEntityInfowithUnmappedField(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
-
entityId
protected String entityId
-
chartIdsNextLink
protected String chartIdsNextLink
-
forms
protected List<ArtifactIdType> forms
-
formsNextLink
protected String formsNextLink
-
views
protected List<ArtifactIdType> views
-
viewsNextLink
protected String viewsNextLink
-
entityDashboards
protected List<ArtifactIdType> entityDashboards
-
entityDashboardsNextLink
protected String entityDashboardsNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withEntityId
public AppEntityInfo withEntityId(String entityId)
-
getChartIds
public com.github.davidmoten.odata.client.CollectionPage<String> getChartIds()
-
getChartIds
public com.github.davidmoten.odata.client.CollectionPage<String> getChartIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getForms
public com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> getForms()
-
getForms
public com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> getForms(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getViews
public com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> getViews()
-
getViews
public com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> getViews(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getEntityDashboards
public com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> getEntityDashboards()
-
getEntityDashboards
public com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> getEntityDashboards(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public AppEntityInfo 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 AppEntityInfo.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
-
-