Package microsoft.dynamics.crm.entity
Class Processtrigger
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Processtrigger
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Processtrigger extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProcesstrigger.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_createdby_valueprotected UUID_createdonbehalfby_valueprotected UUID_formid_valueprotected UUID_modifiedby_valueprotected UUID_modifiedonbehalfby_valueprotected UUID_ownerid_valueprotected UUID_processid_valueprotected Integercomponentstateprotected Stringcontrolnameprotected Integercontroltypeprotected OffsetDateTimecreatedonprotected Stringeventprotected BooleanManagedPropertyiscustomizableprotected Booleanismanagedprotected UUIDmethodidprotected OffsetDateTimemodifiedonprotected OffsetDateTimeoverwritetimeprotected UUIDowningbusinessunitprotected UUIDowninguserprotected Integerpipelinestageprotected Stringprimaryentitytypecodeprotected UUIDprocesstriggeridprotected UUIDprocesstriggeriduniqueprotected Integerscopeprotected UUIDsolutionidprotected Longversionnumber-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProcesstrigger()
-
Method Summary
-
-
-
Field Detail
-
processtriggerid
protected UUID processtriggerid
-
_formid_value
protected UUID _formid_value
-
methodid
protected UUID methodid
-
_ownerid_value
protected UUID _ownerid_value
-
scope
protected Integer scope
-
componentstate
protected Integer componentstate
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
owninguser
protected UUID owninguser
-
pipelinestage
protected Integer pipelinestage
-
controlname
protected String controlname
-
processtriggeridunique
protected UUID processtriggeridunique
-
_processid_value
protected UUID _processid_value
-
_modifiedby_value
protected UUID _modifiedby_value
-
primaryentitytypecode
protected String primaryentitytypecode
-
modifiedon
protected OffsetDateTime modifiedon
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
iscustomizable
protected BooleanManagedProperty iscustomizable
-
ismanaged
protected Boolean ismanaged
-
owningbusinessunit
protected UUID owningbusinessunit
-
controltype
protected Integer controltype
-
versionnumber
protected Long versionnumber
-
event
protected String event
-
solutionid
protected UUID solutionid
-
overwritetime
protected OffsetDateTime overwritetime
-
createdon
protected OffsetDateTime createdon
-
_createdby_value
protected UUID _createdby_value
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderProcesstrigger
public static Processtrigger.Builder builderProcesstrigger()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
withProcesstriggerid
public Processtrigger withProcesstriggerid(UUID processtriggerid)
-
with_formid_value
public Processtrigger with_formid_value(UUID _formid_value)
-
withMethodid
public Processtrigger withMethodid(UUID methodid)
-
with_ownerid_value
public Processtrigger with_ownerid_value(UUID _ownerid_value)
-
withScope
public Processtrigger withScope(Integer scope)
-
withComponentstate
public Processtrigger withComponentstate(Integer componentstate)
-
with_modifiedonbehalfby_value
public Processtrigger with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
withOwninguser
public Processtrigger withOwninguser(UUID owninguser)
-
withPipelinestage
public Processtrigger withPipelinestage(Integer pipelinestage)
-
withControlname
public Processtrigger withControlname(String controlname)
-
withProcesstriggeridunique
public Processtrigger withProcesstriggeridunique(UUID processtriggeridunique)
-
with_processid_value
public Processtrigger with_processid_value(UUID _processid_value)
-
with_modifiedby_value
public Processtrigger with_modifiedby_value(UUID _modifiedby_value)
-
withPrimaryentitytypecode
public Processtrigger withPrimaryentitytypecode(String primaryentitytypecode)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Processtrigger withModifiedon(OffsetDateTime modifiedon)
-
with_createdonbehalfby_value
public Processtrigger with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
getIscustomizable
public Optional<BooleanManagedProperty> getIscustomizable()
-
withIscustomizable
public Processtrigger withIscustomizable(BooleanManagedProperty iscustomizable)
-
withIsmanaged
public Processtrigger withIsmanaged(Boolean ismanaged)
-
withOwningbusinessunit
public Processtrigger withOwningbusinessunit(UUID owningbusinessunit)
-
withControltype
public Processtrigger withControltype(Integer controltype)
-
withVersionnumber
public Processtrigger withVersionnumber(Long versionnumber)
-
withEvent
public Processtrigger withEvent(String event)
-
withSolutionid
public Processtrigger withSolutionid(UUID solutionid)
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Processtrigger withOverwritetime(OffsetDateTime overwritetime)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Processtrigger withCreatedon(OffsetDateTime createdon)
-
with_createdby_value
public Processtrigger with_createdby_value(UUID _createdby_value)
-
withUnmappedField
public Processtrigger withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getProcessTrigger_SyncErrors
public SyncerrorCollectionRequest getProcessTrigger_SyncErrors()
-
getFormid
public SystemformRequest getFormid()
-
getProcessid
public WorkflowRequest getProcessid()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Processtrigger patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Processtrigger put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-