Uses of Enum
model.Authorization.StateEnum
Packages that use Authorization.StateEnum
-
Uses of Authorization.StateEnum in model
Methods in model that return Authorization.StateEnumModifier and TypeMethodDescriptionstatic Authorization.StateEnumAuthorization.getState()The state of the `Authorization`.Authorization.StateEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static Authorization.StateEnumReturns the enum constant of this type with the specified name.static Authorization.StateEnum[]Authorization.StateEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type Authorization.StateEnumModifier and TypeMethodDescriptionvoidAuthorization.setState(Authorization.StateEnum state) Authorization.state(Authorization.StateEnum state) voidAuthorization.StateEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, Authorization.StateEnum enumeration)