Uses of Class
com.mypurecloud.sdk.v2.api.request.GetInfrastructureascodeJobsRequest
Packages that use GetInfrastructureascodeJobsRequest
-
Uses of GetInfrastructureascodeJobsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetInfrastructureascodeJobsRequestModifier and TypeMethodDescriptionInfrastructureAsCodeApi.getInfrastructureascodeJobs(GetInfrastructureascodeJobsRequest request) Get job history Get a history of submitted jobs, optionally including error messages.InfrastructureAsCodeApiAsync.getInfrastructureascodeJobsAsync(GetInfrastructureascodeJobsRequest request, AsyncApiCallback<InfrastructureascodeJob> callback) Get job history Get a history of submitted jobs, optionally including error messages. -
Uses of GetInfrastructureascodeJobsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetInfrastructureascodeJobsRequestModifier and TypeMethodDescriptionGetInfrastructureascodeJobsRequest.Builder.build()GetInfrastructureascodeJobsRequest.withAcceleratorId(String acceleratorId) GetInfrastructureascodeJobsRequest.withCustomHeader(String name, String value) GetInfrastructureascodeJobsRequest.withIncludeErrors(Boolean includeErrors) GetInfrastructureascodeJobsRequest.withMaxResults(Integer maxResults) GetInfrastructureascodeJobsRequest.withSortBy(String sortBy) GetInfrastructureascodeJobsRequest.withSortOrder(String sortOrder) GetInfrastructureascodeJobsRequest.withStatus(String status) GetInfrastructureascodeJobsRequest.withSubmittedBy(String submittedBy)