| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response |
| Modifier and Type | Method and Description |
|---|---|
FindRepliesResponse |
FindRepliesResponse.Builder.build()
Builds a new
FindRepliesResponse. |
static FindRepliesResponse |
FindRepliesResponse.copyOf(FindRepliesResponseIF instance)
Creates an immutable copy of a
FindRepliesResponseIF value. |
FindRepliesResponse |
FindRepliesResponse.withMessages(Iterable<? extends LiteMessage> elements)
Copy the current immutable object with elements that replace the content of
messages. |
FindRepliesResponse |
FindRepliesResponse.withMessages(LiteMessage... elements)
Copy the current immutable object with elements that replace the content of
messages. |
FindRepliesResponse |
FindRepliesResponse.withOk(boolean ok)
Copy the current immutable object by setting a value for the
ok attribute. |
FindRepliesResponse |
FindRepliesResponse.withResponseMetadata(Optional<ResponseMetadata> optional)
Copy the current immutable object by setting an optional value for the
responseMetadata attribute. |
FindRepliesResponse |
FindRepliesResponse.withResponseMetadata(ResponseMetadata value)
Copy the current immutable object by setting a present value for the optional
responseMetadata attribute. |
Copyright © 2019. All rights reserved.