public final class ListChatMessagesOptions
extends java.lang.Object
| Constructor and Description |
|---|
ListChatMessagesOptions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getMaxPageSize()
Gets the maximum page size.
|
org.threeten.bp.OffsetDateTime |
getStartTime()
Gets the start time for the range to query.
|
ListChatMessagesOptions |
setMaxPageSize(java.lang.Integer maxPageSize)
Set the maximum page size.
|
ListChatMessagesOptions |
setStartTime(org.threeten.bp.OffsetDateTime startTime)
Sets the start time for the range to query.
|
public java.lang.Integer getMaxPageSize()
public ListChatMessagesOptions setMaxPageSize(java.lang.Integer maxPageSize)
maxPageSize - The maximum page size.ListChatMessagesOptions object itself.public org.threeten.bp.OffsetDateTime getStartTime()
public ListChatMessagesOptions setStartTime(org.threeten.bp.OffsetDateTime startTime)
startTime - The start time.ListChatMessagesOptions object itself.