Uses of Class
com.mypurecloud.sdk.v2.model.RegisterArchitectExportJobResponse
Packages that use RegisterArchitectExportJobResponse
-
Uses of RegisterArchitectExportJobResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return RegisterArchitectExportJobResponseModifier and TypeMethodDescriptionArchitectApi.postFlowsExportJobs(PostFlowsExportJobsRequest request) Register Architect Export JobArchitectApi.postFlowsExportJobs(RegisterArchitectExportJob body) Register Architect Export JobMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type RegisterArchitectExportJobResponseModifier and TypeMethodDescriptionArchitectApi.postFlowsExportJobs(ApiRequest<RegisterArchitectExportJob> request) Register Architect Export JobArchitectApiAsync.postFlowsExportJobsAsync(PostFlowsExportJobsRequest request, AsyncApiCallback<RegisterArchitectExportJobResponse> callback) Register Architect Export JobArchitectApiAsync.postFlowsExportJobsAsync(ApiRequest<RegisterArchitectExportJob> request, AsyncApiCallback<ApiResponse<RegisterArchitectExportJobResponse>> callback) Register Architect Export JobArchitectApi.postFlowsExportJobsWithHttpInfo(RegisterArchitectExportJob body) Register Architect Export JobMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type RegisterArchitectExportJobResponseModifier and TypeMethodDescriptionArchitectApiAsync.postFlowsExportJobsAsync(PostFlowsExportJobsRequest request, AsyncApiCallback<RegisterArchitectExportJobResponse> callback) Register Architect Export JobArchitectApiAsync.postFlowsExportJobsAsync(ApiRequest<RegisterArchitectExportJob> request, AsyncApiCallback<ApiResponse<RegisterArchitectExportJobResponse>> callback) Register Architect Export Job -
Uses of RegisterArchitectExportJobResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RegisterArchitectExportJobResponseModifier and TypeMethodDescriptionRegisterArchitectExportJobResponse.status(RegisterArchitectExportJobResponse.StatusEnum status) The status of the export job.RegisterArchitectExportJobResponse.totalFlows(Integer totalFlows) The number of flows submitted for export.