Package microsoft.dynamics.crm.entity
Class Entityanalyticsconfig
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Entityanalyticsconfig
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Entityanalyticsconfig extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntityanalyticsconfig.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_organizationid_valueprotected UUID_parententityid_valueprotected UUIDcomponentiduniqueprotected Integercomponentstateprotected UUIDentityanalyticsconfigidprotected Booleanisenabledforadlsprotected Booleanisenabledfortimeseriesprotected Booleanismanagedprotected OffsetDateTimeoverwritetimeprotected Stringparententitylogicalnameprotected UUIDsolutionidprotected Longversionnumber-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEntityanalyticsconfig()
-
Method Summary
-
-
-
Field Detail
-
_parententityid_value
protected UUID _parententityid_value
-
ismanaged
protected Boolean ismanaged
-
versionnumber
protected Long versionnumber
-
isenabledfortimeseries
protected Boolean isenabledfortimeseries
-
overwritetime
protected OffsetDateTime overwritetime
-
parententitylogicalname
protected String parententitylogicalname
-
componentidunique
protected UUID componentidunique
-
solutionid
protected UUID solutionid
-
isenabledforadls
protected Boolean isenabledforadls
-
entityanalyticsconfigid
protected UUID entityanalyticsconfigid
-
componentstate
protected Integer componentstate
-
_organizationid_value
protected UUID _organizationid_value
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderEntityanalyticsconfig
public static Entityanalyticsconfig.Builder builderEntityanalyticsconfig()
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
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
with_parententityid_value
public Entityanalyticsconfig with_parententityid_value(UUID _parententityid_value)
-
withIsmanaged
public Entityanalyticsconfig withIsmanaged(Boolean ismanaged)
-
withVersionnumber
public Entityanalyticsconfig withVersionnumber(Long versionnumber)
-
withIsenabledfortimeseries
public Entityanalyticsconfig withIsenabledfortimeseries(Boolean isenabledfortimeseries)
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Entityanalyticsconfig withOverwritetime(OffsetDateTime overwritetime)
-
withParententitylogicalname
public Entityanalyticsconfig withParententitylogicalname(String parententitylogicalname)
-
withComponentidunique
public Entityanalyticsconfig withComponentidunique(UUID componentidunique)
-
withSolutionid
public Entityanalyticsconfig withSolutionid(UUID solutionid)
-
withIsenabledforadls
public Entityanalyticsconfig withIsenabledforadls(Boolean isenabledforadls)
-
withEntityanalyticsconfigid
public Entityanalyticsconfig withEntityanalyticsconfigid(UUID entityanalyticsconfigid)
-
withComponentstate
public Entityanalyticsconfig withComponentstate(Integer componentstate)
-
with_organizationid_value
public Entityanalyticsconfig with_organizationid_value(UUID _organizationid_value)
-
withUnmappedField
public Entityanalyticsconfig withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getEntityanalyticsconfig_SyncErrors
public SyncerrorCollectionRequest getEntityanalyticsconfig_SyncErrors()
-
getEntityanalyticsconfig_AsyncOperations
public AsyncoperationCollectionRequest getEntityanalyticsconfig_AsyncOperations()
-
getEntityanalyticsconfig_MailboxTrackingFolders
public MailboxtrackingfolderCollectionRequest getEntityanalyticsconfig_MailboxTrackingFolders()
-
getEntityanalyticsconfig_BulkDeleteFailures
public BulkdeletefailureCollectionRequest getEntityanalyticsconfig_BulkDeleteFailures()
-
getEntityanalyticsconfig_PrincipalObjectAttributeAccesses
public PrincipalobjectattributeaccessCollectionRequest getEntityanalyticsconfig_PrincipalObjectAttributeAccesses()
-
getParententityid
public EntityRequest getParententityid()
-
getOrganizationid
public OrganizationRequest getOrganizationid()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Entityanalyticsconfig patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Entityanalyticsconfig put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-