Uses of Enum Class
com.mypurecloud.sdk.v2.model.CoachingAppointmentAggregateRequest.GroupByEnum
Packages that use CoachingAppointmentAggregateRequest.GroupByEnum
-
Uses of CoachingAppointmentAggregateRequest.GroupByEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CoachingAppointmentAggregateRequest.GroupByEnumModifier and TypeMethodDescriptionCoachingAppointmentAggregateRequest.GroupByEnum.fromString(String key) Returns the enum constant of this class with the specified name.CoachingAppointmentAggregateRequest.GroupByEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CoachingAppointmentAggregateRequest.GroupByEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CoachingAppointmentAggregateRequest.GroupByEnumModifier and TypeMethodDescriptionCoachingAppointmentAggregateRequest.groupBy(List<CoachingAppointmentAggregateRequest.GroupByEnum> groupBy) An optional list of items by which to group the result data.voidCoachingAppointmentAggregateRequest.setGroupBy(List<CoachingAppointmentAggregateRequest.GroupByEnum> groupBy)