public class Processstage extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Processstage.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_ownerid_value |
protected String |
_processid_value |
protected String |
clientdata |
protected String |
connector |
protected Boolean |
istrigger |
protected String |
operationid |
protected Integer |
operationkind |
protected Integer |
operationtype |
protected String |
owningbusinessunit |
protected String |
primaryentitytypecode |
protected String |
processstageid |
protected Integer |
stagecategory |
protected String |
stagename |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Processstage() |
protected Integer operationkind
protected Integer operationtype
protected String clientdata
protected Boolean istrigger
protected String primaryentitytypecode
protected String owningbusinessunit
protected String _processid_value
protected String stagename
protected String connector
protected Integer stagecategory
protected String _ownerid_value
protected Long versionnumber
protected String processstageid
protected String operationid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Processstage.Builder builderProcessstage()
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 Processstage withOperationkind(Integer operationkind)
public Processstage withOperationtype(Integer operationtype)
public Processstage withClientdata(String clientdata)
public Processstage withIstrigger(Boolean istrigger)
public Processstage withPrimaryentitytypecode(String primaryentitytypecode)
public Processstage withOwningbusinessunit(String owningbusinessunit)
public Processstage with_processid_value(String _processid_value)
public Processstage withStagename(String stagename)
public Processstage withConnector(String connector)
public Processstage withStagecategory(Integer stagecategory)
public Processstage with_ownerid_value(String _ownerid_value)
public Processstage withVersionnumber(Long versionnumber)
public Processstage withProcessstageid(String processstageid)
public Processstage withOperationid(String operationid)
public Processstage withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic KnowledgearticleCollectionRequest getProcessstage_knowledgearticle()
public ContactCollectionRequest getProcessstage_contact()
public FaxCollectionRequest getProcessstage_faxes()
public TeamCollectionRequest getProcessstage_teams()
public SyncerrorCollectionRequest getProcessStage_SyncErrors()
public LetterCollectionRequest getProcessstage_letters()
public AppointmentCollectionRequest getProcessstage_appointments()
public ExpiredprocessCollectionRequest getProcessstage_expiredprocess()
public TaskCollectionRequest getProcessstage_tasks()
public NewprocessCollectionRequest getProcessstage_newprocess()
public PhonecallCollectionRequest getProcessstage_phonecalls()
public RecurringappointmentmasterCollectionRequest getProcessstage_recurringappointmentmasters()
public SystemuserCollectionRequest getProcessstage_systemusers()
public WorkflowRequest getProcessid()
public EmailCollectionRequest getProcessstage_emails()
public TranslationprocessCollectionRequest getProcessstage_translationprocess()
public AccountCollectionRequest getProcessstage_account()
public ProcessstageparameterCollectionRequest getProcessstage_processstageparameter()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Processstage 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 Processstage 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–2021. All rights reserved.