Package io.getstream.chat.java.models
Class Sort
- java.lang.Object
-
- io.getstream.chat.java.models.Sort
-
public class Sort extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Sort.Direction
static class
Sort.SortBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Sort.SortBuilder
builder()
protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
@NotNull Sort.Direction
getDirection()
@NotNull java.lang.String
getField()
int
hashCode()
-
-
-
Method Detail
-
builder
public static Sort.SortBuilder builder()
-
getField
@NotNull public @NotNull java.lang.String getField()
-
getDirection
@NotNull public @NotNull Sort.Direction getDirection()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-