Uses of Enum
model.Dispute.StateEnum
Packages that use Dispute.StateEnum
-
Uses of Dispute.StateEnum in model
Methods in model that return Dispute.StateEnumModifier and TypeMethodDescriptionstatic Dispute.StateEnumDispute.getState()The current state of the `Dispute`.Dispute.StateEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static Dispute.StateEnumReturns the enum constant of this type with the specified name.static Dispute.StateEnum[]Dispute.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 Dispute.StateEnumModifier and TypeMethodDescriptionvoidDispute.setState(Dispute.StateEnum state) Dispute.state(Dispute.StateEnum state) voidDispute.StateEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, Dispute.StateEnum enumeration)