Uses of Class
com.mypurecloud.sdk.v2.model.CallableTimeSetEntityListing
Packages that use CallableTimeSetEntityListing
-
Uses of CallableTimeSetEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CallableTimeSetEntityListingModifier and TypeMethodDescriptionOutboundApi.getOutboundCallabletimesets(GetOutboundCallabletimesetsRequest request) Query callable time set listOutboundApi.getOutboundCallabletimesets(Integer pageSize, Integer pageNumber, Boolean allowEmptyResult, String filterType, String name, String sortBy, String sortOrder) Query callable time set listMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CallableTimeSetEntityListingModifier and TypeMethodDescriptionOutboundApi.getOutboundCallabletimesets(ApiRequest<Void> request) Query callable time set listOutboundApiAsync.getOutboundCallabletimesetsAsync(GetOutboundCallabletimesetsRequest request, AsyncApiCallback<CallableTimeSetEntityListing> callback) Query callable time set listOutboundApiAsync.getOutboundCallabletimesetsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CallableTimeSetEntityListing>> callback) Query callable time set listOutboundApi.getOutboundCallabletimesetsWithHttpInfo(Integer pageSize, Integer pageNumber, Boolean allowEmptyResult, String filterType, String name, String sortBy, String sortOrder) Query callable time set listMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CallableTimeSetEntityListingModifier and TypeMethodDescriptionOutboundApiAsync.getOutboundCallabletimesetsAsync(GetOutboundCallabletimesetsRequest request, AsyncApiCallback<CallableTimeSetEntityListing> callback) Query callable time set listOutboundApiAsync.getOutboundCallabletimesetsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CallableTimeSetEntityListing>> callback) Query callable time set list -
Uses of CallableTimeSetEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CallableTimeSetEntityListingModifier and TypeMethodDescriptionCallableTimeSetEntityListing.entities(List<CallableTimeSet> entities) CallableTimeSetEntityListing.pageNumber(Integer pageNumber) CallableTimeSetEntityListing.previousUri(String previousUri)