Package microsoft.dynamics.crm.entity
Class Processstage
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Processstage
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Processstage extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProcessstage.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_ownerid_valueprotected UUID_processid_valueprotected Stringclientdataprotected Stringconnectorprotected Booleanistriggerprotected Stringoperationidprotected Integeroperationkindprotected Integeroperationtypeprotected UUIDowningbusinessunitprotected Stringprimaryentitytypecodeprotected UUIDprocessstageidprotected Integerstagecategoryprotected Stringstagenameprotected Longversionnumber-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProcessstage()
-
Method Summary
-
-
-
Field Detail
-
operationkind
protected Integer operationkind
-
operationtype
protected Integer operationtype
-
clientdata
protected String clientdata
-
istrigger
protected Boolean istrigger
-
primaryentitytypecode
protected String primaryentitytypecode
-
owningbusinessunit
protected UUID owningbusinessunit
-
_processid_value
protected UUID _processid_value
-
stagename
protected String stagename
-
connector
protected String connector
-
stagecategory
protected Integer stagecategory
-
_ownerid_value
protected UUID _ownerid_value
-
versionnumber
protected Long versionnumber
-
processstageid
protected UUID processstageid
-
operationid
protected String operationid
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderProcessstage
public static Processstage.Builder builderProcessstage()
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
-
withOperationkind
public Processstage withOperationkind(Integer operationkind)
-
withOperationtype
public Processstage withOperationtype(Integer operationtype)
-
withClientdata
public Processstage withClientdata(String clientdata)
-
withIstrigger
public Processstage withIstrigger(Boolean istrigger)
-
withPrimaryentitytypecode
public Processstage withPrimaryentitytypecode(String primaryentitytypecode)
-
withOwningbusinessunit
public Processstage withOwningbusinessunit(UUID owningbusinessunit)
-
with_processid_value
public Processstage with_processid_value(UUID _processid_value)
-
withStagename
public Processstage withStagename(String stagename)
-
withConnector
public Processstage withConnector(String connector)
-
withStagecategory
public Processstage withStagecategory(Integer stagecategory)
-
with_ownerid_value
public Processstage with_ownerid_value(UUID _ownerid_value)
-
withVersionnumber
public Processstage withVersionnumber(Long versionnumber)
-
withProcessstageid
public Processstage withProcessstageid(UUID processstageid)
-
withOperationid
public Processstage withOperationid(String operationid)
-
withUnmappedField
public Processstage withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getProcessstage_knowledgearticle
public KnowledgearticleCollectionRequest getProcessstage_knowledgearticle()
-
getProcessstage_contact
public ContactCollectionRequest getProcessstage_contact()
-
getProcessstage_faxes
public FaxCollectionRequest getProcessstage_faxes()
-
getProcessstage_teams
public TeamCollectionRequest getProcessstage_teams()
-
getProcessStage_SyncErrors
public SyncerrorCollectionRequest getProcessStage_SyncErrors()
-
getProcessstage_letters
public LetterCollectionRequest getProcessstage_letters()
-
getProcessstage_appointments
public AppointmentCollectionRequest getProcessstage_appointments()
-
getProcessstage_expiredprocess
public ExpiredprocessCollectionRequest getProcessstage_expiredprocess()
-
getProcessstage_tasks
public TaskCollectionRequest getProcessstage_tasks()
-
getProcessstage_newprocess
public NewprocessCollectionRequest getProcessstage_newprocess()
-
getProcessstage_phonecalls
public PhonecallCollectionRequest getProcessstage_phonecalls()
-
getProcessstage_recurringappointmentmasters
public RecurringappointmentmasterCollectionRequest getProcessstage_recurringappointmentmasters()
-
getProcessstage_systemusers
public SystemuserCollectionRequest getProcessstage_systemusers()
-
getProcessid
public WorkflowRequest getProcessid()
-
getProcessstage_emails
public EmailCollectionRequest getProcessstage_emails()
-
getProcessstage_translationprocess
public TranslationprocessCollectionRequest getProcessstage_translationprocess()
-
getProcessstage_account
public AccountCollectionRequest getProcessstage_account()
-
getProcessstage_processstageparameter
public ProcessstageparameterCollectionRequest getProcessstage_processstageparameter()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Processstage 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 Processstage 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
-
-