public class Processtrigger extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Processtrigger.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_formid_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_ownerid_value |
protected String |
_processid_value |
protected Integer |
componentstate |
protected String |
controlname |
protected Integer |
controltype |
protected OffsetDateTime |
createdon |
protected String |
event |
protected BooleanManagedProperty |
iscustomizable |
protected Boolean |
ismanaged |
protected String |
methodid |
protected OffsetDateTime |
modifiedon |
protected OffsetDateTime |
overwritetime |
protected String |
owningbusinessunit |
protected String |
owninguser |
protected Integer |
pipelinestage |
protected String |
primaryentitytypecode |
protected String |
processtriggerid |
protected String |
processtriggeridunique |
protected Integer |
scope |
protected String |
solutionid |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Processtrigger() |
protected String processtriggerid
protected String _formid_value
protected String methodid
protected String _ownerid_value
protected Integer scope
protected Integer componentstate
protected String _modifiedonbehalfby_value
protected String owninguser
protected Integer pipelinestage
protected String controlname
protected String processtriggeridunique
protected String _processid_value
protected String _modifiedby_value
protected String primaryentitytypecode
protected OffsetDateTime modifiedon
protected String _createdonbehalfby_value
protected BooleanManagedProperty iscustomizable
protected Boolean ismanaged
protected String owningbusinessunit
protected Integer controltype
protected Long versionnumber
protected String event
protected String solutionid
protected OffsetDateTime overwritetime
protected OffsetDateTime createdon
protected String _createdby_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Processtrigger.Builder builderProcesstrigger()
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 Processtrigger withProcesstriggerid(String processtriggerid)
public Processtrigger with_formid_value(String _formid_value)
public Processtrigger withMethodid(String methodid)
public Processtrigger with_ownerid_value(String _ownerid_value)
public Processtrigger withScope(Integer scope)
public Processtrigger withComponentstate(Integer componentstate)
public Processtrigger with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Processtrigger withOwninguser(String owninguser)
public Processtrigger withPipelinestage(Integer pipelinestage)
public Processtrigger withControlname(String controlname)
public Processtrigger withProcesstriggeridunique(String processtriggeridunique)
public Processtrigger with_processid_value(String _processid_value)
public Processtrigger with_modifiedby_value(String _modifiedby_value)
public Processtrigger withPrimaryentitytypecode(String primaryentitytypecode)
public Optional<OffsetDateTime> getModifiedon()
public Processtrigger withModifiedon(OffsetDateTime modifiedon)
public Processtrigger with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<BooleanManagedProperty> getIscustomizable()
public Processtrigger withIscustomizable(BooleanManagedProperty iscustomizable)
public Processtrigger withIsmanaged(Boolean ismanaged)
public Processtrigger withOwningbusinessunit(String owningbusinessunit)
public Processtrigger withControltype(Integer controltype)
public Processtrigger withVersionnumber(Long versionnumber)
public Processtrigger withEvent(String event)
public Processtrigger withSolutionid(String solutionid)
public Optional<OffsetDateTime> getOverwritetime()
public Processtrigger withOverwritetime(OffsetDateTime overwritetime)
public Optional<OffsetDateTime> getCreatedon()
public Processtrigger withCreatedon(OffsetDateTime createdon)
public Processtrigger with_createdby_value(String _createdby_value)
public Processtrigger withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public SyncerrorCollectionRequest getProcessTrigger_SyncErrors()
public SystemformRequest getFormid()
public WorkflowRequest getProcessid()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getCreatedby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Processtrigger 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 Processtrigger 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.