Uses of Enum Class
com.qtsurfer.api.client.model.AuthTokenResponse.TokenTypeEnum
Packages that use AuthTokenResponse.TokenTypeEnum
-
Uses of AuthTokenResponse.TokenTypeEnum in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return AuthTokenResponse.TokenTypeEnumModifier and TypeMethodDescriptionAuthTokenResponse.getTokenType()Always `Bearer`.Returns the enum constant of this class with the specified name.static AuthTokenResponse.TokenTypeEnum[]AuthTokenResponse.TokenTypeEnum.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.TokenTypeEnumModifier and TypeMethodDescriptionvoidAuthTokenResponse.setTokenType(AuthTokenResponse.TokenTypeEnum tokenType) AuthTokenResponse.tokenType(AuthTokenResponse.TokenTypeEnum tokenType)