Package com.chrt.api.types
Class DepartmentSortByEnum
- java.lang.Object
-
- com.chrt.api.types.DepartmentSortByEnum
-
public final class DepartmentSortByEnum extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDepartmentSortByEnum.Valuestatic interfaceDepartmentSortByEnum.Visitor<T>
-
Field Summary
Fields Modifier and Type Field Description static DepartmentSortByEnumCREATED_ATstatic DepartmentSortByEnumDEPARTMENT_TYPE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)DepartmentSortByEnum.ValuegetEnumValue()inthashCode()java.lang.StringtoString()static DepartmentSortByEnumvalueOf(java.lang.String value)<T> Tvisit(DepartmentSortByEnum.Visitor<T> visitor)
-
-
-
Field Detail
-
CREATED_AT
public static final DepartmentSortByEnum CREATED_AT
-
DEPARTMENT_TYPE
public static final DepartmentSortByEnum DEPARTMENT_TYPE
-
-
Method Detail
-
getEnumValue
public DepartmentSortByEnum.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(DepartmentSortByEnum.Visitor<T> visitor)
-
valueOf
public static DepartmentSortByEnum valueOf(java.lang.String value)
-
-