Uses of Class
com.mypurecloud.sdk.v2.model.RegisterArchitectExportJob
Packages that use RegisterArchitectExportJob
Package
Description
-
Uses of RegisterArchitectExportJob in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type RegisterArchitectExportJobModifier and TypeMethodDescriptionArchitectApi.postFlowsExportJobs(RegisterArchitectExportJob body) Register Architect Export JobArchitectApi.postFlowsExportJobsWithHttpInfo(RegisterArchitectExportJob body) Register Architect Export JobMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type RegisterArchitectExportJobModifier and TypeMethodDescriptionArchitectApi.postFlowsExportJobs(ApiRequest<RegisterArchitectExportJob> request) Register Architect Export JobArchitectApiAsync.postFlowsExportJobsAsync(ApiRequest<RegisterArchitectExportJob> request, AsyncApiCallback<ApiResponse<RegisterArchitectExportJobResponse>> callback) Register Architect Export Job -
Uses of RegisterArchitectExportJob in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return RegisterArchitectExportJobMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type RegisterArchitectExportJobMethods in com.mypurecloud.sdk.v2.api.request with parameters of type RegisterArchitectExportJobModifier and TypeMethodDescriptionPostFlowsExportJobsRequest.builder(RegisterArchitectExportJob body) voidPostFlowsExportJobsRequest.setBody(RegisterArchitectExportJob body) PostFlowsExportJobsRequest.Builder.withBody(RegisterArchitectExportJob body) PostFlowsExportJobsRequest.withBody(RegisterArchitectExportJob body) PostFlowsExportJobsRequest.Builder.withRequiredParams(RegisterArchitectExportJob body) -
Uses of RegisterArchitectExportJob in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RegisterArchitectExportJobModifier and TypeMethodDescriptionRegisterArchitectExportJob.flows(List<ExportDetails> flows) A list of the flows to be exported.