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