Uses of Class
microsoft.dynamics.crm.entity.Processstage
-
Packages that use Processstage Package Description microsoft.dynamics.crm.container microsoft.dynamics.crm.entity -
-
Uses of Processstage in microsoft.dynamics.crm.container
Methods in microsoft.dynamics.crm.container that return types with arguments of type Processstage Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Processstage>System. retrieveActivePath(String processInstanceId) -
Uses of Processstage in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Processstage Modifier and Type Method Description ProcessstageProcessstage.Builder. build()ProcessstageProcessstage. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ProcessstageProcessstage. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ProcessstageProcessstage. with_ownerid_value(String _ownerid_value)ProcessstageProcessstage. with_processid_value(String _processid_value)ProcessstageProcessstage. withClientdata(String clientdata)ProcessstageProcessstage. withConnector(String connector)ProcessstageProcessstage. withIstrigger(Boolean istrigger)ProcessstageProcessstage. withOperationid(String operationid)ProcessstageProcessstage. withOperationkind(Integer operationkind)ProcessstageProcessstage. withOperationtype(Integer operationtype)ProcessstageProcessstage. withOwningbusinessunit(String owningbusinessunit)ProcessstageProcessstage. withPrimaryentitytypecode(String primaryentitytypecode)ProcessstageProcessstage. withProcessstageid(String processstageid)ProcessstageProcessstage. withStagecategory(Integer stagecategory)ProcessstageProcessstage. withStagename(String stagename)ProcessstageProcessstage. withUnmappedField(String name, String value)ProcessstageProcessstage. withVersionnumber(Long versionnumber)
-