public class Translationprocess extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Translationprocess.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_activestageid_value |
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_knowledgearticleid_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_organizationid_value |
protected String |
_processid_value |
protected String |
_transactioncurrencyid_value |
protected OffsetDateTime |
activestagestartedon |
protected String |
businessprocessflowinstanceid |
protected OffsetDateTime |
completedon |
protected OffsetDateTime |
createdon |
protected Integer |
duration |
protected BigDecimal |
exchangerate |
protected Integer |
importsequencenumber |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected OffsetDateTime |
overriddencreatedon |
protected Integer |
statecode |
protected Integer |
statuscode |
protected String |
traversedpath |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Translationprocess() |
protected Integer duration
protected String traversedpath
protected String _knowledgearticleid_value
protected String _modifiedonbehalfby_value
protected Integer importsequencenumber
protected String _activestageid_value
protected OffsetDateTime createdon
protected String name
protected String _processid_value
protected OffsetDateTime modifiedon
protected Integer statecode
protected String businessprocessflowinstanceid
protected Integer statuscode
protected OffsetDateTime activestagestartedon
protected OffsetDateTime completedon
protected String _createdby_value
protected String _createdonbehalfby_value
protected Long versionnumber
protected String _transactioncurrencyid_value
protected OffsetDateTime overriddencreatedon
protected BigDecimal exchangerate
protected String _modifiedby_value
protected String _organizationid_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Translationprocess.Builder builderTranslationprocess()
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 Translationprocess withDuration(Integer duration)
public Translationprocess withTraversedpath(String traversedpath)
public Translationprocess with_knowledgearticleid_value(String _knowledgearticleid_value)
public Translationprocess with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Translationprocess withImportsequencenumber(Integer importsequencenumber)
public Translationprocess with_activestageid_value(String _activestageid_value)
public Optional<OffsetDateTime> getCreatedon()
public Translationprocess withCreatedon(OffsetDateTime createdon)
public Translationprocess withName(String name)
public Translationprocess with_processid_value(String _processid_value)
public Optional<OffsetDateTime> getModifiedon()
public Translationprocess withModifiedon(OffsetDateTime modifiedon)
public Translationprocess withStatecode(Integer statecode)
public Translationprocess withBusinessprocessflowinstanceid(String businessprocessflowinstanceid)
public Translationprocess withStatuscode(Integer statuscode)
public Optional<OffsetDateTime> getActivestagestartedon()
public Translationprocess withActivestagestartedon(OffsetDateTime activestagestartedon)
public Optional<OffsetDateTime> getCompletedon()
public Translationprocess withCompletedon(OffsetDateTime completedon)
public Translationprocess with_createdby_value(String _createdby_value)
public Translationprocess with_createdonbehalfby_value(String _createdonbehalfby_value)
public Translationprocess withVersionnumber(Long versionnumber)
public Translationprocess with_transactioncurrencyid_value(String _transactioncurrencyid_value)
public Optional<OffsetDateTime> getOverriddencreatedon()
public Translationprocess withOverriddencreatedon(OffsetDateTime overriddencreatedon)
public Optional<BigDecimal> getExchangerate()
public Translationprocess withExchangerate(BigDecimal exchangerate)
public Translationprocess with_modifiedby_value(String _modifiedby_value)
public Translationprocess with_organizationid_value(String _organizationid_value)
public Translationprocess withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SyncerrorCollectionRequest getTranslationProcess_SyncErrors()
public KnowledgearticleRequest getKnowledgearticleid()
public SystemuserRequest getModifiedbyname()
public WorkflowlogCollectionRequest getWorkflowlogs_translationprocess()
public WorkflowRequest getProcessid()
public SystemuserRequest getModifiedonbehalfbyname()
public SystemuserRequest getCreatedbyname()
public SystemuserRequest getCreatedonbehalfbyname()
public OrganizationRequest getOrganizationid()
public ProcesssessionCollectionRequest getTranslationProcess_ProcessSessions()
public TransactioncurrencyRequest getTransactioncurrencyid()
public ProcessstageRequest getActivestageid()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Translationprocess 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 Translationprocess 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.