public final class ChatThreadsItemCollection
extends java.lang.Object
| Constructor and Description |
|---|
ChatThreadsItemCollection() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNextLink()
Get the nextLink property: If there are more chat threads that can be retrieved, the next link will be populated.
|
java.util.List<ChatThreadItem> |
getValue()
Get the value property: Collection of chat threads.
|
ChatThreadsItemCollection |
setValue(java.util.List<ChatThreadItem> value)
Set the value property: Collection of chat threads.
|
public java.util.List<ChatThreadItem> getValue()
public ChatThreadsItemCollection setValue(java.util.List<ChatThreadItem> value)
value - the value value to set.public java.lang.String getNextLink()