Class ExpandedListForCourierOperatorsV1RequestSortOrder
- java.lang.Object
-
- com.chrt.api.resources.taskgroups.expanded.types.ExpandedListForCourierOperatorsV1RequestSortOrder
-
public final class ExpandedListForCourierOperatorsV1RequestSortOrder extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExpandedListForCourierOperatorsV1RequestSortOrder.Valuestatic interfaceExpandedListForCourierOperatorsV1RequestSortOrder.Visitor<T>
-
Field Summary
Fields Modifier and Type Field Description static ExpandedListForCourierOperatorsV1RequestSortOrderASCENDINGstatic ExpandedListForCourierOperatorsV1RequestSortOrderDESCENDING
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)ExpandedListForCourierOperatorsV1RequestSortOrder.ValuegetEnumValue()inthashCode()java.lang.StringtoString()static ExpandedListForCourierOperatorsV1RequestSortOrdervalueOf(java.lang.String value)<T> Tvisit(ExpandedListForCourierOperatorsV1RequestSortOrder.Visitor<T> visitor)
-
-
-
Field Detail
-
ASCENDING
public static final ExpandedListForCourierOperatorsV1RequestSortOrder ASCENDING
-
DESCENDING
public static final ExpandedListForCourierOperatorsV1RequestSortOrder DESCENDING
-
-
Method Detail
-
getEnumValue
public ExpandedListForCourierOperatorsV1RequestSortOrder.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(ExpandedListForCourierOperatorsV1RequestSortOrder.Visitor<T> visitor)
-
valueOf
public static ExpandedListForCourierOperatorsV1RequestSortOrder valueOf(java.lang.String value)
-
-