Uses of Class
com.mypurecloud.sdk.v2.model.ArchitectJobStateResponse
Packages that use ArchitectJobStateResponse
-
Uses of ArchitectJobStateResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ArchitectJobStateResponseModifier and TypeMethodDescriptionArchitectApi.getFlowsJob(GetFlowsJobRequest request) Fetch Architect Job StatusArchitectApi.getFlowsJob(String jobId, List<String> expand) Fetch Architect Job StatusMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ArchitectJobStateResponseModifier and TypeMethodDescriptionArchitectApi.getFlowsJob(ApiRequest<Void> request) Fetch Architect Job StatusArchitectApiAsync.getFlowsJobAsync(GetFlowsJobRequest request, AsyncApiCallback<ArchitectJobStateResponse> callback) Fetch Architect Job StatusArchitectApiAsync.getFlowsJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ArchitectJobStateResponse>> callback) Fetch Architect Job StatusArchitectApi.getFlowsJobWithHttpInfo(String jobId, List<String> expand) Fetch Architect Job StatusMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ArchitectJobStateResponseModifier and TypeMethodDescriptionArchitectApiAsync.getFlowsJobAsync(GetFlowsJobRequest request, AsyncApiCallback<ArchitectJobStateResponse> callback) Fetch Architect Job StatusArchitectApiAsync.getFlowsJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ArchitectJobStateResponse>> callback) Fetch Architect Job Status -
Uses of ArchitectJobStateResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ArchitectJobStateResponseModifier and TypeMethodDescriptionArchitectJobStateResponse.command(ArchitectJobStateResponse.CommandEnum command) The command executed by the Architect JobArchitectJobStateResponse.flow(AddressableEntityRef flow) Flow created from the Architect JobArchitectJobStateResponse.messages(List<ArchitectJobMessage> messages) Warnings and Errors messages of the Architect JobArchitectJobStateResponse.status(ArchitectJobStateResponse.StatusEnum status) Status of the Architect Job