| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.search |
| Modifier and Type | Method and Description |
|---|---|
static SearchMessageResponse.Builder |
SearchMessageResponse.builder()
Creates a builder for
SearchMessageResponse. |
SearchMessageResponse.Builder |
SearchMessageResponse.Builder.from(SearchMessageResponseIF instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.response.search.SearchMessageResponseIF instance. |
SearchMessageResponse.Builder |
SearchMessageResponse.Builder.from(SlackResponse instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.response.SlackResponse instance. |
SearchMessageResponse.Builder |
SearchMessageResponse.Builder.setMessages(MessagePage messages)
Initializes the value for the
messages attribute. |
SearchMessageResponse.Builder |
SearchMessageResponse.Builder.setOk(boolean ok)
Initializes the value for the
ok attribute. |
SearchMessageResponse.Builder |
SearchMessageResponse.Builder.setQuery(String query)
Initializes the value for the
query attribute. |
SearchMessageResponse.Builder |
SearchMessageResponse.Builder.setResponseMetadata(Optional<ResponseMetadata> responseMetadata)
Initializes the optional value
responseMetadata to responseMetadata. |
SearchMessageResponse.Builder |
SearchMessageResponse.Builder.setResponseMetadata(ResponseMetadata responseMetadata)
Initializes the optional value
responseMetadata to responseMetadata. |
Copyright © 2019. All rights reserved.