Uses of Class
com.mypurecloud.sdk.v2.model.ScheduleGroup
Packages that use ScheduleGroup
Package
Description
-
Uses of ScheduleGroup in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ScheduleGroupModifier and TypeMethodDescriptionArchitectApi.getArchitectSchedulegroup(GetArchitectSchedulegroupRequest request) Gets a schedule group by IDArchitectApi.getArchitectSchedulegroup(String scheduleGroupId) Gets a schedule group by IDArchitectApi.postArchitectSchedulegroups(PostArchitectSchedulegroupsRequest request) Creates a new schedule groupArchitectApi.postArchitectSchedulegroups(ScheduleGroup body) Creates a new schedule groupArchitectApi.putArchitectSchedulegroup(PutArchitectSchedulegroupRequest request) Updates a schedule group by IDArchitectApi.putArchitectSchedulegroup(String scheduleGroupId, ScheduleGroup body) Updates a schedule group by IDMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ScheduleGroupModifier and TypeMethodDescriptionArchitectApi.getArchitectSchedulegroup(ApiRequest<Void> request) Gets a schedule group by IDArchitectApiAsync.getArchitectSchedulegroupAsync(GetArchitectSchedulegroupRequest request, AsyncApiCallback<ScheduleGroup> callback) Gets a schedule group by IDArchitectApiAsync.getArchitectSchedulegroupAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScheduleGroup>> callback) Gets a schedule group by IDArchitectApi.getArchitectSchedulegroupWithHttpInfo(String scheduleGroupId) Gets a schedule group by IDArchitectApi.postArchitectSchedulegroups(ApiRequest<ScheduleGroup> request) Creates a new schedule groupArchitectApiAsync.postArchitectSchedulegroupsAsync(PostArchitectSchedulegroupsRequest request, AsyncApiCallback<ScheduleGroup> callback) Creates a new schedule groupArchitectApiAsync.postArchitectSchedulegroupsAsync(ApiRequest<ScheduleGroup> request, AsyncApiCallback<ApiResponse<ScheduleGroup>> callback) Creates a new schedule groupArchitectApi.postArchitectSchedulegroupsWithHttpInfo(ScheduleGroup body) Creates a new schedule groupArchitectApi.putArchitectSchedulegroup(ApiRequest<ScheduleGroup> request) Updates a schedule group by IDArchitectApiAsync.putArchitectSchedulegroupAsync(PutArchitectSchedulegroupRequest request, AsyncApiCallback<ScheduleGroup> callback) Updates a schedule group by IDArchitectApiAsync.putArchitectSchedulegroupAsync(ApiRequest<ScheduleGroup> request, AsyncApiCallback<ApiResponse<ScheduleGroup>> callback) Updates a schedule group by IDArchitectApi.putArchitectSchedulegroupWithHttpInfo(String scheduleGroupId, ScheduleGroup body) Updates a schedule group by IDMethods in com.mypurecloud.sdk.v2.api with parameters of type ScheduleGroupModifier and TypeMethodDescriptionArchitectApi.postArchitectSchedulegroups(ScheduleGroup body) Creates a new schedule groupArchitectApi.postArchitectSchedulegroupsWithHttpInfo(ScheduleGroup body) Creates a new schedule groupArchitectApi.putArchitectSchedulegroup(String scheduleGroupId, ScheduleGroup body) Updates a schedule group by IDArchitectApi.putArchitectSchedulegroupWithHttpInfo(String scheduleGroupId, ScheduleGroup body) Updates a schedule group by IDMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ScheduleGroupModifier and TypeMethodDescriptionArchitectApiAsync.getArchitectSchedulegroupAsync(GetArchitectSchedulegroupRequest request, AsyncApiCallback<ScheduleGroup> callback) Gets a schedule group by IDArchitectApiAsync.getArchitectSchedulegroupAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScheduleGroup>> callback) Gets a schedule group by IDArchitectApi.postArchitectSchedulegroups(ApiRequest<ScheduleGroup> request) Creates a new schedule groupArchitectApiAsync.postArchitectSchedulegroupsAsync(PostArchitectSchedulegroupsRequest request, AsyncApiCallback<ScheduleGroup> callback) Creates a new schedule groupArchitectApiAsync.postArchitectSchedulegroupsAsync(ApiRequest<ScheduleGroup> request, AsyncApiCallback<ApiResponse<ScheduleGroup>> callback) Creates a new schedule groupArchitectApiAsync.postArchitectSchedulegroupsAsync(ApiRequest<ScheduleGroup> request, AsyncApiCallback<ApiResponse<ScheduleGroup>> callback) Creates a new schedule groupArchitectApi.putArchitectSchedulegroup(ApiRequest<ScheduleGroup> request) Updates a schedule group by IDArchitectApiAsync.putArchitectSchedulegroupAsync(PutArchitectSchedulegroupRequest request, AsyncApiCallback<ScheduleGroup> callback) Updates a schedule group by IDArchitectApiAsync.putArchitectSchedulegroupAsync(ApiRequest<ScheduleGroup> request, AsyncApiCallback<ApiResponse<ScheduleGroup>> callback) Updates a schedule group by IDArchitectApiAsync.putArchitectSchedulegroupAsync(ApiRequest<ScheduleGroup> request, AsyncApiCallback<ApiResponse<ScheduleGroup>> callback) Updates a schedule group by ID -
Uses of ScheduleGroup in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ScheduleGroupModifier and TypeMethodDescriptionPostArchitectSchedulegroupsRequest.getBody()PutArchitectSchedulegroupRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ScheduleGroupModifier and TypeMethodDescriptionPostArchitectSchedulegroupsRequest.withHttpInfo()PutArchitectSchedulegroupRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type ScheduleGroupModifier and TypeMethodDescriptionPostArchitectSchedulegroupsRequest.builder(ScheduleGroup body) PutArchitectSchedulegroupRequest.builder(String scheduleGroupId, ScheduleGroup body) voidPostArchitectSchedulegroupsRequest.setBody(ScheduleGroup body) voidPutArchitectSchedulegroupRequest.setBody(ScheduleGroup body) PostArchitectSchedulegroupsRequest.Builder.withBody(ScheduleGroup body) PostArchitectSchedulegroupsRequest.withBody(ScheduleGroup body) PutArchitectSchedulegroupRequest.Builder.withBody(ScheduleGroup body) PutArchitectSchedulegroupRequest.withBody(ScheduleGroup body) PostArchitectSchedulegroupsRequest.Builder.withRequiredParams(ScheduleGroup body) PutArchitectSchedulegroupRequest.Builder.withRequiredParams(String scheduleGroupId, ScheduleGroup body) -
Uses of ScheduleGroup in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ScheduleGroupModifier and TypeMethodDescriptionScheduleGroup.closedSchedules(List<DomainEntityRef> closedSchedules) The schedules defining the hours an organization is closed.ScheduleGroup.description(String description) The resource's description.ScheduleGroup.division(WritableDivision division) The division to which this entity belongs.ScheduleGroup.holidaySchedules(List<DomainEntityRef> holidaySchedules) The schedules defining the hours an organization is closed for the holidays.The name of the entity.ScheduleGroup.openSchedules(List<DomainEntityRef> openSchedules) The schedules defining the hours an organization is open.The timezone the schedules are a part of.The current version of the resource.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ScheduleGroupMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ScheduleGroupModifier and TypeMethodDescriptionScheduleGroupEntityListing.entities(List<ScheduleGroup> entities) voidScheduleGroupEntityListing.setEntities(List<ScheduleGroup> entities)