Uses of Class
com.mypurecloud.sdk.v2.model.ScheduleDivisionViewEntityListing
Packages that use ScheduleDivisionViewEntityListing
-
Uses of ScheduleDivisionViewEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ScheduleDivisionViewEntityListingModifier and TypeMethodDescriptionArchitectApi.getArchitectSchedulesDivisionviews(GetArchitectSchedulesDivisionviewsRequest request) Get a pageable list of basic schedule configuration information objects filterable by query parameters.ArchitectApi.getArchitectSchedulesDivisionviews(Integer pageNumber, Integer pageSize, String sortBy, String sortOrder, List<String> id, String name, List<String> divisionId) Get a pageable list of basic schedule configuration information objects filterable by query parameters.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ScheduleDivisionViewEntityListingModifier and TypeMethodDescriptionArchitectApi.getArchitectSchedulesDivisionviews(ApiRequest<Void> request) Get a pageable list of basic schedule configuration information objects filterable by query parameters.ArchitectApiAsync.getArchitectSchedulesDivisionviewsAsync(GetArchitectSchedulesDivisionviewsRequest request, AsyncApiCallback<ScheduleDivisionViewEntityListing> callback) Get a pageable list of basic schedule configuration information objects filterable by query parameters.ArchitectApiAsync.getArchitectSchedulesDivisionviewsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScheduleDivisionViewEntityListing>> callback) Get a pageable list of basic schedule configuration information objects filterable by query parameters.ArchitectApi.getArchitectSchedulesDivisionviewsWithHttpInfo(Integer pageNumber, Integer pageSize, String sortBy, String sortOrder, List<String> id, String name, List<String> divisionId) Get a pageable list of basic schedule configuration information objects filterable by query parameters.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ScheduleDivisionViewEntityListingModifier and TypeMethodDescriptionArchitectApiAsync.getArchitectSchedulesDivisionviewsAsync(GetArchitectSchedulesDivisionviewsRequest request, AsyncApiCallback<ScheduleDivisionViewEntityListing> callback) Get a pageable list of basic schedule configuration information objects filterable by query parameters.ArchitectApiAsync.getArchitectSchedulesDivisionviewsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScheduleDivisionViewEntityListing>> callback) Get a pageable list of basic schedule configuration information objects filterable by query parameters. -
Uses of ScheduleDivisionViewEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ScheduleDivisionViewEntityListingModifier and TypeMethodDescriptionScheduleDivisionViewEntityListing.entities(List<SchedulesDivisionView> entities) ScheduleDivisionViewEntityListing.pageNumber(Integer pageNumber) ScheduleDivisionViewEntityListing.previousUri(String previousUri) ScheduleDivisionViewEntityListing.totalNumberOfEntities(Long totalNumberOfEntities) The total organization-wide number of entities.