Uses of Class
com.mypurecloud.sdk.v2.api.request.GetOutboundContactlisttemplatesRequest
Packages that use GetOutboundContactlisttemplatesRequest
-
Uses of GetOutboundContactlisttemplatesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetOutboundContactlisttemplatesRequestModifier and TypeMethodDescriptionOutboundApi.getOutboundContactlisttemplates(GetOutboundContactlisttemplatesRequest request) Query a list of contact list templatesOutboundApiAsync.getOutboundContactlisttemplatesAsync(GetOutboundContactlisttemplatesRequest request, AsyncApiCallback<ContactListTemplateEntityListing> callback) Query a list of contact list templates -
Uses of GetOutboundContactlisttemplatesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetOutboundContactlisttemplatesRequestModifier and TypeMethodDescriptionGetOutboundContactlisttemplatesRequest.Builder.build()GetOutboundContactlisttemplatesRequest.withAllowEmptyResult(Boolean allowEmptyResult) GetOutboundContactlisttemplatesRequest.withCustomHeader(String name, String value) GetOutboundContactlisttemplatesRequest.withFilterType(String filterType) GetOutboundContactlisttemplatesRequest.withPageNumber(Integer pageNumber) GetOutboundContactlisttemplatesRequest.withPageSize(Integer pageSize) GetOutboundContactlisttemplatesRequest.withSortBy(String sortBy) GetOutboundContactlisttemplatesRequest.withSortOrder(String sortOrder)