Uses of Enum Class
com.mypurecloud.sdk.v2.model.ClientPublicApiUsageQueryRequest.GranularityEnum
Packages that use ClientPublicApiUsageQueryRequest.GranularityEnum
-
Uses of ClientPublicApiUsageQueryRequest.GranularityEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ClientPublicApiUsageQueryRequest.GranularityEnumModifier and TypeMethodDescriptionClientPublicApiUsageQueryRequest.GranularityEnum.fromString(String key) ClientPublicApiUsageQueryRequest.getGranularity()Returns the enum constant of this class with the specified name.ClientPublicApiUsageQueryRequest.GranularityEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type ClientPublicApiUsageQueryRequest.GranularityEnumModifier and TypeMethodDescriptionClientPublicApiUsageQueryRequest.granularity(ClientPublicApiUsageQueryRequest.GranularityEnum granularity) Specify the granularity to aggregate the data to.voidClientPublicApiUsageQueryRequest.setGranularity(ClientPublicApiUsageQueryRequest.GranularityEnum granularity)