| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.chat |
| Modifier and Type | Method and Description |
|---|---|
ChatGetPermalinkResponse |
ChatGetPermalinkResponse.Builder.build()
Builds a new
ChatGetPermalinkResponse. |
static ChatGetPermalinkResponse |
ChatGetPermalinkResponse.copyOf(ChatGetPermalinkResponseIF instance)
Creates an immutable copy of a
ChatGetPermalinkResponseIF value. |
ChatGetPermalinkResponse |
ChatGetPermalinkResponse.withChannel(String channel)
Copy the current immutable object by setting a value for the
channel attribute. |
ChatGetPermalinkResponse |
ChatGetPermalinkResponse.withOk(boolean ok)
Copy the current immutable object by setting a value for the
ok attribute. |
ChatGetPermalinkResponse |
ChatGetPermalinkResponse.withPermalink(String permalink)
Copy the current immutable object by setting a value for the
permalink attribute. |
ChatGetPermalinkResponse |
ChatGetPermalinkResponse.withResponseMetadata(Optional<ResponseMetadata> optional)
Copy the current immutable object by setting an optional value for the
responseMetadata attribute. |
ChatGetPermalinkResponse |
ChatGetPermalinkResponse.withResponseMetadata(ResponseMetadata value)
Copy the current immutable object by setting a present value for the optional
responseMetadata attribute. |
Copyright © 2019. All rights reserved.