Class GetThreadHistoryResponse
- java.lang.Object
-
- com.rivet.api.resources.chat.types.GetThreadHistoryResponse
-
public final class GetThreadHistoryResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetThreadHistoryResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetThreadHistoryResponse.Builderbuilder()booleanequals(java.lang.Object other)java.util.List<Message>getChatMessages()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getChatMessages
public java.util.List<Message> getChatMessages()
- Returns:
- Ordered old to new.
If querying
rivet.api.chat.common#before_and_after, this will becount * 2long.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static GetThreadHistoryResponse.Builder builder()
-
-