Uses of Enum Class
com.mypurecloud.sdk.v2.model.ClientPublicApiUsageQueryRequest.GroupByEnum
Packages that use ClientPublicApiUsageQueryRequest.GroupByEnum
-
Uses of ClientPublicApiUsageQueryRequest.GroupByEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ClientPublicApiUsageQueryRequest.GroupByEnumModifier and TypeMethodDescriptionClientPublicApiUsageQueryRequest.GroupByEnum.fromString(String key) Returns the enum constant of this class with the specified name.ClientPublicApiUsageQueryRequest.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 ClientPublicApiUsageQueryRequest.GroupByEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ClientPublicApiUsageQueryRequest.GroupByEnumModifier and TypeMethodDescriptionClientPublicApiUsageQueryRequest.groupBy(List<ClientPublicApiUsageQueryRequest.GroupByEnum> groupBy) Specify how to aggregate the data (by default the data is not aggregated).voidClientPublicApiUsageQueryRequest.setGroupBy(List<ClientPublicApiUsageQueryRequest.GroupByEnum> groupBy)