Uses of Class
com.mypurecloud.sdk.v2.model.ArchitectExportJobStateResponse
Packages that use ArchitectExportJobStateResponse
-
Uses of ArchitectExportJobStateResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ArchitectExportJobStateResponseModifier and TypeMethodDescriptionArchitectApi.getFlowsExportJob(GetFlowsExportJobRequest request) Fetch Architect Export Job StatusArchitectApi.getFlowsExportJob(String jobId, List<String> expand) Fetch Architect Export Job StatusMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ArchitectExportJobStateResponseModifier and TypeMethodDescriptionArchitectApi.getFlowsExportJob(ApiRequest<Void> request) Fetch Architect Export Job StatusArchitectApiAsync.getFlowsExportJobAsync(GetFlowsExportJobRequest request, AsyncApiCallback<ArchitectExportJobStateResponse> callback) Fetch Architect Export Job StatusArchitectApiAsync.getFlowsExportJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ArchitectExportJobStateResponse>> callback) Fetch Architect Export Job StatusArchitectApi.getFlowsExportJobWithHttpInfo(String jobId, List<String> expand) Fetch Architect Export Job StatusMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ArchitectExportJobStateResponseModifier and TypeMethodDescriptionArchitectApiAsync.getFlowsExportJobAsync(GetFlowsExportJobRequest request, AsyncApiCallback<ArchitectExportJobStateResponse> callback) Fetch Architect Export Job StatusArchitectApiAsync.getFlowsExportJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ArchitectExportJobStateResponse>> callback) Fetch Architect Export Job Status -
Uses of ArchitectExportJobStateResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ArchitectExportJobStateResponseModifier and TypeMethodDescriptionArchitectExportJobStateResponse.command(ArchitectExportJobStateResponse.CommandEnum command) The command executed by the Architect JobArchitectExportJobStateResponse.downloadUrl(String downloadUrl) The signed URL for downloading exported Architect data.ArchitectExportJobStateResponse.messages(List<ArchitectJobMessage> messages) Warnings and Errors messages of the Architect JobArchitectExportJobStateResponse.status(ArchitectExportJobStateResponse.StatusEnum status) Status of the Architect Export Job