Uses of Enum Class
com.qtsurfer.api.client.model.AuthTokenError.CodeEnum
Packages that use AuthTokenError.CodeEnum
-
Uses of AuthTokenError.CodeEnum in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return AuthTokenError.CodeEnumModifier and TypeMethodDescriptionstatic AuthTokenError.CodeEnumAuthTokenError.getCode()Machine-readable error reason.static AuthTokenError.CodeEnumReturns the enum constant of this class with the specified name.static AuthTokenError.CodeEnum[]AuthTokenError.CodeEnum.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 AuthTokenError.CodeEnumModifier and TypeMethodDescriptionAuthTokenError.code(AuthTokenError.CodeEnum code) voidAuthTokenError.setCode(AuthTokenError.CodeEnum code)