Uses of Class
com.mypurecloud.sdk.v2.model.ScheduleGroupEntityListing
Packages that use ScheduleGroupEntityListing
-
Uses of ScheduleGroupEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ScheduleGroupEntityListingModifier and TypeMethodDescriptionArchitectApi.getArchitectSchedulegroups(GetArchitectSchedulegroupsRequest request) Get a list of schedule groups.ArchitectApi.getArchitectSchedulegroups(Integer pageNumber, Integer pageSize, String sortBy, String sortOrder, String name, String scheduleIds, List<String> divisionId) Get a list of schedule groups.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ScheduleGroupEntityListingModifier and TypeMethodDescriptionArchitectApi.getArchitectSchedulegroups(ApiRequest<Void> request) Get a list of schedule groups.ArchitectApiAsync.getArchitectSchedulegroupsAsync(GetArchitectSchedulegroupsRequest request, AsyncApiCallback<ScheduleGroupEntityListing> callback) Get a list of schedule groups.ArchitectApiAsync.getArchitectSchedulegroupsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScheduleGroupEntityListing>> callback) Get a list of schedule groups.ArchitectApi.getArchitectSchedulegroupsWithHttpInfo(Integer pageNumber, Integer pageSize, String sortBy, String sortOrder, String name, String scheduleIds, List<String> divisionId) Get a list of schedule groups.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ScheduleGroupEntityListingModifier and TypeMethodDescriptionArchitectApiAsync.getArchitectSchedulegroupsAsync(GetArchitectSchedulegroupsRequest request, AsyncApiCallback<ScheduleGroupEntityListing> callback) Get a list of schedule groups.ArchitectApiAsync.getArchitectSchedulegroupsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScheduleGroupEntityListing>> callback) Get a list of schedule groups. -
Uses of ScheduleGroupEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ScheduleGroupEntityListingModifier and TypeMethodDescriptionScheduleGroupEntityListing.entities(List<ScheduleGroup> entities) ScheduleGroupEntityListing.pageNumber(Integer pageNumber) ScheduleGroupEntityListing.previousUri(String previousUri) ScheduleGroupEntityListing.totalNumberOfEntities(Long totalNumberOfEntities) The total organization-wide number of entities.