Uses of Class
com.mypurecloud.sdk.v2.api.request.PostFlowsExecutionsRequest
Packages that use PostFlowsExecutionsRequest
-
Uses of PostFlowsExecutionsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostFlowsExecutionsRequestModifier and TypeMethodDescriptionArchitectApi.postFlowsExecutions(PostFlowsExecutionsRequest request) Launch an instance of a flow definition, for flow types that support it such as the 'workflow' type.ArchitectApiAsync.postFlowsExecutionsAsync(PostFlowsExecutionsRequest request, AsyncApiCallback<FlowExecutionLaunchResponse> callback) Launch an instance of a flow definition, for flow types that support it such as the 'workflow' type. -
Uses of PostFlowsExecutionsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostFlowsExecutionsRequestModifier and TypeMethodDescriptionPostFlowsExecutionsRequest.Builder.build()PostFlowsExecutionsRequest.withCustomHeader(String name, String value) PostFlowsExecutionsRequest.withFlowLaunchRequest(FlowExecutionLaunchRequest flowLaunchRequest)