Uses of Class
com.mypurecloud.sdk.v2.api.request.GetOutboundImporttemplatesRequest
Packages that use GetOutboundImporttemplatesRequest
-
Uses of GetOutboundImporttemplatesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetOutboundImporttemplatesRequestModifier and TypeMethodDescriptionOutboundApi.getOutboundImporttemplates(GetOutboundImporttemplatesRequest request) Query Import TemplatesOutboundApiAsync.getOutboundImporttemplatesAsync(GetOutboundImporttemplatesRequest request, AsyncApiCallback<ImportTemplateEntityListing> callback) Query Import Templates -
Uses of GetOutboundImporttemplatesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetOutboundImporttemplatesRequestModifier and TypeMethodDescriptionGetOutboundImporttemplatesRequest.Builder.build()GetOutboundImporttemplatesRequest.withAllowEmptyResult(Boolean allowEmptyResult) GetOutboundImporttemplatesRequest.withContactListTemplateId(String contactListTemplateId) GetOutboundImporttemplatesRequest.withCustomHeader(String name, String value) GetOutboundImporttemplatesRequest.withFilterType(String filterType) GetOutboundImporttemplatesRequest.withIncludeImportStatus(Boolean includeImportStatus) GetOutboundImporttemplatesRequest.withPageNumber(Integer pageNumber) GetOutboundImporttemplatesRequest.withPageSize(Integer pageSize) GetOutboundImporttemplatesRequest.withSortBy(String sortBy) GetOutboundImporttemplatesRequest.withSortOrder(String sortOrder)