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(String 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(String _createdby_value)AsyncoperationAsyncoperation. with_createdonbehalfby_value(String _createdonbehalfby_value)AsyncoperationAsyncoperation. with_modifiedby_value(String _modifiedby_value)AsyncoperationAsyncoperation. with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)AsyncoperationAsyncoperation. with_ownerid_value(String _ownerid_value)AsyncoperationAsyncoperation. with_owningbusinessunit_value(String _owningbusinessunit_value)AsyncoperationAsyncoperation. with_owningextensionid_value(String _owningextensionid_value)AsyncoperationAsyncoperation. with_owningteam_value(String _owningteam_value)AsyncoperationAsyncoperation. with_owninguser_value(String _owninguser_value)AsyncoperationAsyncoperation. with_regardingobjectid_value(String _regardingobjectid_value)AsyncoperationAsyncoperation. with_workflowactivationid_value(String _workflowactivationid_value)AsyncoperationAsyncoperation. withAsyncoperationid(String asyncoperationid)AsyncoperationAsyncoperation. withBreadcrumbid(String breadcrumbid)AsyncoperationAsyncoperation. withCallerorigin(String callerorigin)AsyncoperationAsyncoperation. withCompletedon(OffsetDateTime completedon)AsyncoperationAsyncoperation. withCorrelationid(String 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(String parentpluginexecutionid)AsyncoperationAsyncoperation. withPostponeuntil(OffsetDateTime postponeuntil)AsyncoperationAsyncoperation. withPrimaryentitytype(String primaryentitytype)AsyncoperationAsyncoperation. withRecurrencepattern(String recurrencepattern)AsyncoperationAsyncoperation. withRecurrencestarttime(OffsetDateTime recurrencestarttime)AsyncoperationAsyncoperation. withRequestid(String 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(String 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(String 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()
-