Uses of Enum Class
com.mypurecloud.sdk.v2.model.UsageItem.TypeEnum
Packages that use UsageItem.TypeEnum
-
Uses of UsageItem.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UsageItem.TypeEnumModifier and TypeMethodDescriptionstatic UsageItem.TypeEnumUsageItem.TypeEnum.fromString(String key) UsageItem.getType()static UsageItem.TypeEnumReturns the enum constant of this class with the specified name.static UsageItem.TypeEnum[]UsageItem.TypeEnum.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 UsageItem.TypeEnumModifier and TypeMethodDescriptionvoidUsageItem.setType(UsageItem.TypeEnum type) UsageItem.type(UsageItem.TypeEnum type)