Class ExpandedListForCourierDriverV1RequestSortOrder
- java.lang.Object
-
- com.chrt.api.resources.taskgroups.expanded.types.ExpandedListForCourierDriverV1RequestSortOrder
-
public final class ExpandedListForCourierDriverV1RequestSortOrder extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExpandedListForCourierDriverV1RequestSortOrder.Valuestatic interfaceExpandedListForCourierDriverV1RequestSortOrder.Visitor<T>
-
Field Summary
Fields Modifier and Type Field Description static ExpandedListForCourierDriverV1RequestSortOrderASCENDINGstatic ExpandedListForCourierDriverV1RequestSortOrderDESCENDING
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)ExpandedListForCourierDriverV1RequestSortOrder.ValuegetEnumValue()inthashCode()java.lang.StringtoString()static ExpandedListForCourierDriverV1RequestSortOrdervalueOf(java.lang.String value)<T> Tvisit(ExpandedListForCourierDriverV1RequestSortOrder.Visitor<T> visitor)
-
-
-
Field Detail
-
ASCENDING
public static final ExpandedListForCourierDriverV1RequestSortOrder ASCENDING
-
DESCENDING
public static final ExpandedListForCourierDriverV1RequestSortOrder DESCENDING
-
-
Method Detail
-
getEnumValue
public ExpandedListForCourierDriverV1RequestSortOrder.Value getEnumValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
visit
public <T> T visit(ExpandedListForCourierDriverV1RequestSortOrder.Visitor<T> visitor)
-
valueOf
public static ExpandedListForCourierDriverV1RequestSortOrder valueOf(java.lang.String value)
-
-