public class Msdyn_slakpi extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Msdyn_slakpi.Builder |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Msdyn_slakpi() |
protected Integer componentstate
protected String _modifiedby_value
protected OffsetDateTime overriddencreatedon
protected String componentidunique
protected OffsetDateTime createdon
protected String msdyn_kpifield
protected Integer utcconversiontimezonecode
protected String msdyn_workflowinfo
protected String msdyn_applicablefromfield
protected Long versionnumber
protected String _ownerid_value
protected OffsetDateTime modifiedon
protected Boolean ismanaged
protected OffsetDateTime overwritetime
protected String _createdonbehalfby_value
protected BooleanManagedProperty iscustomizable
protected String msdyn_entitydisplayname
protected String msdyn_name
protected String msdyn_description
protected String solutionid
protected Integer timezoneruleversionnumber
protected String msdyn_applicablefromdisplayname
protected Integer statuscode
protected Integer importsequencenumber
protected Integer statecode
protected String _owninguser_value
protected String msdyn_slakpiid
protected String _owningteam_value
protected String _createdby_value
protected String _modifiedonbehalfby_value
protected String _owningbusinessunit_value
protected String msdyn_entityname
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Msdyn_slakpi.Builder builderMsdyn_slakpi()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Crmbaseentitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Crmbaseentitypublic Msdyn_slakpi withComponentstate(Integer componentstate)
public Msdyn_slakpi with_modifiedby_value(String _modifiedby_value)
public Optional<OffsetDateTime> getOverriddencreatedon()
public Msdyn_slakpi withOverriddencreatedon(OffsetDateTime overriddencreatedon)
public Msdyn_slakpi withComponentidunique(String componentidunique)
public Optional<OffsetDateTime> getCreatedon()
public Msdyn_slakpi withCreatedon(OffsetDateTime createdon)
public Msdyn_slakpi withMsdyn_kpifield(String msdyn_kpifield)
public Msdyn_slakpi withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Msdyn_slakpi withMsdyn_workflowinfo(String msdyn_workflowinfo)
public Msdyn_slakpi withMsdyn_applicablefromfield(String msdyn_applicablefromfield)
public Msdyn_slakpi withVersionnumber(Long versionnumber)
public Msdyn_slakpi with_ownerid_value(String _ownerid_value)
public Optional<OffsetDateTime> getModifiedon()
public Msdyn_slakpi withModifiedon(OffsetDateTime modifiedon)
public Msdyn_slakpi withIsmanaged(Boolean ismanaged)
public Optional<OffsetDateTime> getOverwritetime()
public Msdyn_slakpi withOverwritetime(OffsetDateTime overwritetime)
public Msdyn_slakpi with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<BooleanManagedProperty> getIscustomizable()
public Msdyn_slakpi withIscustomizable(BooleanManagedProperty iscustomizable)
public Msdyn_slakpi withMsdyn_entitydisplayname(String msdyn_entitydisplayname)
public Msdyn_slakpi withMsdyn_name(String msdyn_name)
public Msdyn_slakpi withMsdyn_description(String msdyn_description)
public Msdyn_slakpi withSolutionid(String solutionid)
public Msdyn_slakpi withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Msdyn_slakpi withMsdyn_applicablefromdisplayname(String msdyn_applicablefromdisplayname)
public Msdyn_slakpi withStatuscode(Integer statuscode)
public Msdyn_slakpi withImportsequencenumber(Integer importsequencenumber)
public Msdyn_slakpi withStatecode(Integer statecode)
public Msdyn_slakpi with_owninguser_value(String _owninguser_value)
public Msdyn_slakpi withMsdyn_slakpiid(String msdyn_slakpiid)
public Msdyn_slakpi with_owningteam_value(String _owningteam_value)
public Msdyn_slakpi with_createdby_value(String _createdby_value)
public Msdyn_slakpi with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Msdyn_slakpi with_owningbusinessunit_value(String _owningbusinessunit_value)
public Msdyn_slakpi withMsdyn_entityname(String msdyn_entityname)
public Msdyn_slakpi withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getOwninguser()
public TeamRequest getOwningteam()
public PrincipalRequest getOwnerid()
public BusinessunitRequest getOwningbusinessunit()
public SyncerrorCollectionRequest getMsdyn_slakpi_SyncErrors()
public DuplicaterecordCollectionRequest getMsdyn_slakpi_DuplicateMatchingRecord()
public DuplicaterecordCollectionRequest getMsdyn_slakpi_DuplicateBaseRecord()
public AsyncoperationCollectionRequest getMsdyn_slakpi_AsyncOperations()
public MailboxtrackingfolderCollectionRequest getMsdyn_slakpi_MailboxTrackingFolders()
public ProcesssessionCollectionRequest getMsdyn_slakpi_ProcessSession()
public BulkdeletefailureCollectionRequest getMsdyn_slakpi_BulkDeleteFailures()
public PrincipalobjectattributeaccessCollectionRequest getMsdyn_slakpi_PrincipalObjectAttributeAccesses()
public SlaitemCollectionRequest getMsdyn_msdyn_slakpi_slaitem()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Msdyn_slakpi patch()
this with changed fields reset.patch in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Msdyn_slakpi put()
this
with changed fields reset (they were ignored anyway).put in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class CrmbaseentityCopyright © 2018–2020. All rights reserved.