Uses of Enum Class
com.mypurecloud.sdk.v2.model.TrusteeBillingOverview.SubscriptionTypeEnum
Packages that use TrusteeBillingOverview.SubscriptionTypeEnum
-
Uses of TrusteeBillingOverview.SubscriptionTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TrusteeBillingOverview.SubscriptionTypeEnumModifier and TypeMethodDescriptionTrusteeBillingOverview.SubscriptionTypeEnum.fromString(String key) TrusteeBillingOverview.getSubscriptionType()Returns the enum constant of this class with the specified name.TrusteeBillingOverview.SubscriptionTypeEnum.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 TrusteeBillingOverview.SubscriptionTypeEnumModifier and TypeMethodDescriptionvoidTrusteeBillingOverview.setSubscriptionType(TrusteeBillingOverview.SubscriptionTypeEnum subscriptionType) TrusteeBillingOverview.subscriptionType(TrusteeBillingOverview.SubscriptionTypeEnum subscriptionType) The subscription type.