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