Uses of Class
com.mypurecloud.sdk.v2.model.FlowExecutionLaunchRequest
Packages that use FlowExecutionLaunchRequest
Package
Description
-
Uses of FlowExecutionLaunchRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type FlowExecutionLaunchRequestModifier and TypeMethodDescriptionArchitectApi.postFlowsExecutions(FlowExecutionLaunchRequest flowLaunchRequest) Launch an instance of a flow definition, for flow types that support it such as the 'workflow' type.ArchitectApi.postFlowsExecutionsWithHttpInfo(FlowExecutionLaunchRequest flowLaunchRequest) Launch an instance of a flow definition, for flow types that support it such as the 'workflow' type.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type FlowExecutionLaunchRequestModifier and TypeMethodDescriptionArchitectApi.postFlowsExecutions(ApiRequest<FlowExecutionLaunchRequest> request) Launch an instance of a flow definition, for flow types that support it such as the 'workflow' type.ArchitectApiAsync.postFlowsExecutionsAsync(ApiRequest<FlowExecutionLaunchRequest> request, AsyncApiCallback<ApiResponse<FlowExecutionLaunchResponse>> callback) Launch an instance of a flow definition, for flow types that support it such as the 'workflow' type. -
Uses of FlowExecutionLaunchRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return FlowExecutionLaunchRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type FlowExecutionLaunchRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type FlowExecutionLaunchRequestModifier and TypeMethodDescriptionPostFlowsExecutionsRequest.builder(FlowExecutionLaunchRequest flowLaunchRequest) voidPostFlowsExecutionsRequest.setFlowLaunchRequest(FlowExecutionLaunchRequest flowLaunchRequest) PostFlowsExecutionsRequest.Builder.withFlowLaunchRequest(FlowExecutionLaunchRequest flowLaunchRequest) PostFlowsExecutionsRequest.withFlowLaunchRequest(FlowExecutionLaunchRequest flowLaunchRequest) PostFlowsExecutionsRequest.Builder.withRequiredParams(FlowExecutionLaunchRequest flowLaunchRequest) -
Uses of FlowExecutionLaunchRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowExecutionLaunchRequestModifier and TypeMethodDescriptionID of the flow to launch.FlowExecutionLaunchRequest.flowVersion(String flowVersion) The version of the flow to launch.Input values to the flow.A displayable name to assign to the new flow execution