Uses of Enum
model.Dispute.ReasonEnum
Packages that use Dispute.ReasonEnum
-
Uses of Dispute.ReasonEnum in model
Methods in model that return Dispute.ReasonEnumModifier and TypeMethodDescriptionstatic Dispute.ReasonEnumDispute.getReason()The system-defined reason for the `Dispute`.Dispute.ReasonEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static Dispute.ReasonEnumReturns the enum constant of this type with the specified name.static Dispute.ReasonEnum[]Dispute.ReasonEnum.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.ReasonEnumModifier and TypeMethodDescriptionDispute.reason(Dispute.ReasonEnum reason) voidDispute.setReason(Dispute.ReasonEnum reason) voidDispute.ReasonEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, Dispute.ReasonEnum enumeration)