Uses of Class
com.mypurecloud.sdk.v2.model.ContactListTemplateEntityListing
Packages that use ContactListTemplateEntityListing
-
Uses of ContactListTemplateEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ContactListTemplateEntityListingModifier and TypeMethodDescriptionOutboundApi.getOutboundContactlisttemplates(GetOutboundContactlisttemplatesRequest request) Query a list of contact list templatesOutboundApi.getOutboundContactlisttemplates(Integer pageSize, Integer pageNumber, Boolean allowEmptyResult, String filterType, String name, String sortBy, String sortOrder) Query a list of contact list templatesOutboundApi.postOutboundContactlisttemplatesBulkAdd(PostOutboundContactlisttemplatesBulkAddRequest request) Add multiple contact list templatesOutboundApi.postOutboundContactlisttemplatesBulkAdd(List<ContactListTemplate> body) Add multiple contact list templatesOutboundApi.postOutboundContactlisttemplatesBulkRetrieve(PostOutboundContactlisttemplatesBulkRetrieveRequest request) Get multiple contact list templatesGet multiple contact list templatesMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ContactListTemplateEntityListingModifier and TypeMethodDescriptionOutboundApi.getOutboundContactlisttemplates(ApiRequest<Void> request) Query a list of contact list templatesOutboundApiAsync.getOutboundContactlisttemplatesAsync(GetOutboundContactlisttemplatesRequest request, AsyncApiCallback<ContactListTemplateEntityListing> callback) Query a list of contact list templatesOutboundApiAsync.getOutboundContactlisttemplatesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ContactListTemplateEntityListing>> callback) Query a list of contact list templatesOutboundApi.getOutboundContactlisttemplatesWithHttpInfo(Integer pageSize, Integer pageNumber, Boolean allowEmptyResult, String filterType, String name, String sortBy, String sortOrder) Query a list of contact list templatesOutboundApi.postOutboundContactlisttemplatesBulkAdd(ApiRequest<List<ContactListTemplate>> request) Add multiple contact list templatesOutboundApiAsync.postOutboundContactlisttemplatesBulkAddAsync(PostOutboundContactlisttemplatesBulkAddRequest request, AsyncApiCallback<ContactListTemplateEntityListing> callback) Add multiple contact list templatesOutboundApiAsync.postOutboundContactlisttemplatesBulkAddAsync(ApiRequest<List<ContactListTemplate>> request, AsyncApiCallback<ApiResponse<ContactListTemplateEntityListing>> callback) Add multiple contact list templatesOutboundApi.postOutboundContactlisttemplatesBulkAddWithHttpInfo(List<ContactListTemplate> body) Add multiple contact list templatesOutboundApi.postOutboundContactlisttemplatesBulkRetrieve(ApiRequest<ContactListTemplateBulkRetrieveBody> request) Get multiple contact list templatesOutboundApiAsync.postOutboundContactlisttemplatesBulkRetrieveAsync(PostOutboundContactlisttemplatesBulkRetrieveRequest request, AsyncApiCallback<ContactListTemplateEntityListing> callback) Get multiple contact list templatesOutboundApiAsync.postOutboundContactlisttemplatesBulkRetrieveAsync(ApiRequest<ContactListTemplateBulkRetrieveBody> request, AsyncApiCallback<ApiResponse<ContactListTemplateEntityListing>> callback) Get multiple contact list templatesOutboundApi.postOutboundContactlisttemplatesBulkRetrieveWithHttpInfo(ContactListTemplateBulkRetrieveBody body) Get multiple contact list templatesMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ContactListTemplateEntityListingModifier and TypeMethodDescriptionOutboundApiAsync.getOutboundContactlisttemplatesAsync(GetOutboundContactlisttemplatesRequest request, AsyncApiCallback<ContactListTemplateEntityListing> callback) Query a list of contact list templatesOutboundApiAsync.getOutboundContactlisttemplatesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ContactListTemplateEntityListing>> callback) Query a list of contact list templatesOutboundApiAsync.postOutboundContactlisttemplatesBulkAddAsync(PostOutboundContactlisttemplatesBulkAddRequest request, AsyncApiCallback<ContactListTemplateEntityListing> callback) Add multiple contact list templatesOutboundApiAsync.postOutboundContactlisttemplatesBulkAddAsync(ApiRequest<List<ContactListTemplate>> request, AsyncApiCallback<ApiResponse<ContactListTemplateEntityListing>> callback) Add multiple contact list templatesOutboundApiAsync.postOutboundContactlisttemplatesBulkRetrieveAsync(PostOutboundContactlisttemplatesBulkRetrieveRequest request, AsyncApiCallback<ContactListTemplateEntityListing> callback) Get multiple contact list templatesOutboundApiAsync.postOutboundContactlisttemplatesBulkRetrieveAsync(ApiRequest<ContactListTemplateBulkRetrieveBody> request, AsyncApiCallback<ApiResponse<ContactListTemplateEntityListing>> callback) Get multiple contact list templates -
Uses of ContactListTemplateEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContactListTemplateEntityListingModifier and TypeMethodDescriptionContactListTemplateEntityListing.entities(List<ContactListTemplate> entities) ContactListTemplateEntityListing.pageNumber(Integer pageNumber) ContactListTemplateEntityListing.previousUri(String previousUri)