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