Uses of Class
microsoft.dynamics.crm.complex.InputArgumentCollection
-
Packages that use InputArgumentCollection Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.entity microsoft.dynamics.crm.entity.request -
-
Uses of InputArgumentCollection in microsoft.dynamics.crm.complex
Methods in microsoft.dynamics.crm.complex that return InputArgumentCollection Modifier and Type Method Description InputArgumentCollectionInputArgumentCollection.Builder. build()InputArgumentCollectionInputArgumentCollection. withArguments(InputArgument arguments)InputArgumentCollectionInputArgumentCollection. withUnmappedField(String name, String value) -
Uses of InputArgumentCollection in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity with parameters of type InputArgumentCollection Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Asyncoperation>Workflow. executeWorkflow(String entityId, InputArgumentCollection inputArguments) -
Uses of InputArgumentCollection in microsoft.dynamics.crm.entity.request
Methods in microsoft.dynamics.crm.entity.request with parameters of type InputArgumentCollection Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Asyncoperation>WorkflowRequest. executeWorkflow(String entityId, InputArgumentCollection inputArguments)
-