Uses of Enum Class
com.qtsurfer.api.client.model.AuthTokenResponse.TierEnum
Packages that use AuthTokenResponse.TierEnum
-
Uses of AuthTokenResponse.TierEnum in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return AuthTokenResponse.TierEnumModifier and TypeMethodDescriptionstatic AuthTokenResponse.TierEnumAuthTokenResponse.getTier()Subscription tier this token was issued for.static AuthTokenResponse.TierEnumReturns the enum constant of this class with the specified name.static AuthTokenResponse.TierEnum[]AuthTokenResponse.TierEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.qtsurfer.api.client.model with parameters of type AuthTokenResponse.TierEnumModifier and TypeMethodDescriptionvoidAuthTokenResponse.setTier(AuthTokenResponse.TierEnum tier) AuthTokenResponse.tier(AuthTokenResponse.TierEnum tier)