| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response | |
| com.hubspot.slack.client.models.response.search |
| Modifier and Type | Method and Description |
|---|---|
MessagePage |
MessagePage.Builder.build()
Builds a new
MessagePage. |
static MessagePage |
MessagePage.copyOf(MessagePageIF instance)
Creates an immutable copy of a
MessagePageIF value. |
MessagePage |
MessagePage.withMatches(Iterable<? extends Message> elements)
Copy the current immutable object with elements that replace the content of
matches. |
MessagePage |
MessagePage.withMatches(Message... elements)
Copy the current immutable object with elements that replace the content of
matches. |
MessagePage |
MessagePage.withPaging(Paging paging)
Copy the current immutable object by setting a value for the
paging attribute. |
MessagePage |
MessagePage.withTotal(int total)
Copy the current immutable object by setting a value for the
total attribute. |
| Modifier and Type | Method and Description |
|---|---|
MessagePage |
SearchMessageResponse.getMessages() |
MessagePage |
SearchMessageResponseIF.getMessages() |
| Modifier and Type | Method and Description |
|---|---|
SearchMessageResponse.Builder |
SearchMessageResponse.Builder.setMessages(MessagePage messages)
Initializes the value for the
messages attribute. |
SearchMessageResponse |
SearchMessageResponse.withMessages(MessagePage messages)
Copy the current immutable object by setting a value for the
messages attribute. |
Copyright © 2019. All rights reserved.