Uses of Class
microsoft.dynamics.crm.entity.Asyncoperation
-
Packages that use Asyncoperation Package Description microsoft.dynamics.crm.container microsoft.dynamics.crm.entity microsoft.dynamics.crm.entity.request -
-
Uses of Asyncoperation in microsoft.dynamics.crm.container
Methods in microsoft.dynamics.crm.container that return types with arguments of type Asyncoperation Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Asyncoperation>System. transformImport(UUID importId) -
Uses of Asyncoperation in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Asyncoperation Modifier and Type Method Description AsyncoperationAsyncoperation.Builder. build()AsyncoperationAsyncoperation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AsyncoperationAsyncoperation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AsyncoperationAsyncoperation. with_createdby_value(UUID _createdby_value)AsyncoperationAsyncoperation. with_createdonbehalfby_value(UUID _createdonbehalfby_value)AsyncoperationAsyncoperation. with_modifiedby_value(UUID _modifiedby_value)AsyncoperationAsyncoperation. with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)AsyncoperationAsyncoperation. with_ownerid_value(UUID _ownerid_value)AsyncoperationAsyncoperation. with_owningbusinessunit_value(UUID _owningbusinessunit_value)AsyncoperationAsyncoperation. with_owningextensionid_value(UUID _owningextensionid_value)AsyncoperationAsyncoperation. with_owningteam_value(UUID _owningteam_value)AsyncoperationAsyncoperation. with_owninguser_value(UUID _owninguser_value)AsyncoperationAsyncoperation. with_regardingobjectid_value(UUID _regardingobjectid_value)AsyncoperationAsyncoperation. with_workflowactivationid_value(UUID _workflowactivationid_value)AsyncoperationAsyncoperation. withAsyncoperationid(UUID asyncoperationid)AsyncoperationAsyncoperation. withBreadcrumbid(UUID breadcrumbid)AsyncoperationAsyncoperation. withCallerorigin(String callerorigin)AsyncoperationAsyncoperation. withCompletedon(OffsetDateTime completedon)AsyncoperationAsyncoperation. withCorrelationid(UUID correlationid)AsyncoperationAsyncoperation. withCorrelationupdatedtime(OffsetDateTime correlationupdatedtime)AsyncoperationAsyncoperation. withCreatedon(OffsetDateTime createdon)AsyncoperationAsyncoperation. withData(String data)AsyncoperationAsyncoperation. withDatablobid_name(String datablobid_name)AsyncoperationAsyncoperation. withDependencytoken(String dependencytoken)AsyncoperationAsyncoperation. withDepth(Integer depth)AsyncoperationAsyncoperation. withErrorcode(Integer errorcode)AsyncoperationAsyncoperation. withExecutiontimespan(Double executiontimespan)AsyncoperationAsyncoperation. withExpanderstarttime(OffsetDateTime expanderstarttime)AsyncoperationAsyncoperation. withFriendlymessage(String friendlymessage)AsyncoperationAsyncoperation. withHostid(String hostid)AsyncoperationAsyncoperation. withIswaitingforevent(Boolean iswaitingforevent)AsyncoperationAsyncoperation. withMessage(String message)AsyncoperationAsyncoperation. withMessagename(String messagename)AsyncoperationAsyncoperation. withModifiedon(OffsetDateTime modifiedon)AsyncoperationAsyncoperation. withName(String name)AsyncoperationAsyncoperation. withOperationtype(Integer operationtype)AsyncoperationAsyncoperation. withParentpluginexecutionid(UUID parentpluginexecutionid)AsyncoperationAsyncoperation. withPostponeuntil(OffsetDateTime postponeuntil)AsyncoperationAsyncoperation. withPrimaryentitytype(String primaryentitytype)AsyncoperationAsyncoperation. withRecurrencepattern(String recurrencepattern)AsyncoperationAsyncoperation. withRecurrencestarttime(OffsetDateTime recurrencestarttime)AsyncoperationAsyncoperation. withRequestid(UUID requestid)AsyncoperationAsyncoperation. withRetainjobhistory(Boolean retainjobhistory)AsyncoperationAsyncoperation. withRetrycount(Integer retrycount)AsyncoperationAsyncoperation. withRootexecutioncontext(String rootexecutioncontext)AsyncoperationAsyncoperation. withSequence(Long sequence)AsyncoperationAsyncoperation. withStartedon(OffsetDateTime startedon)AsyncoperationAsyncoperation. withStatecode(Integer statecode)AsyncoperationAsyncoperation. withStatuscode(Integer statuscode)AsyncoperationAsyncoperation. withSubtype(Integer subtype)AsyncoperationAsyncoperation. withTimezoneruleversionnumber(Integer timezoneruleversionnumber)AsyncoperationAsyncoperation. withUnmappedField(String name, String value)AsyncoperationAsyncoperation. withUtcconversiontimezonecode(Integer utcconversiontimezonecode)AsyncoperationAsyncoperation. withWorkflowstagename(String workflowstagename)AsyncoperationAsyncoperation. withWorkload(String workload)Methods in microsoft.dynamics.crm.entity that return types with arguments of type Asyncoperation Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Asyncoperation>Workflow. executeWorkflow(UUID entityId, InputArgumentCollection inputArguments)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Asyncoperation>Import. importRecordsImport()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Asyncoperation>Import. parseImport()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Asyncoperation>Duplicaterule. publishDuplicateRule() -
Uses of Asyncoperation in microsoft.dynamics.crm.entity.request
Methods in microsoft.dynamics.crm.entity.request that return types with arguments of type Asyncoperation Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Asyncoperation>WorkflowRequest. executeWorkflow(UUID entityId, InputArgumentCollection inputArguments)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Asyncoperation>ImportRequest. importRecordsImport()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Asyncoperation>ImportRequest. parseImport()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Asyncoperation>DuplicateruleRequest. publishDuplicateRule()
-