| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.views |
| Modifier and Type | Method and Description |
|---|---|
ModalViewCommandResponse |
ModalViewCommandResponse.Builder.build()
Builds a new
ModalViewCommandResponse. |
static ModalViewCommandResponse |
ModalViewCommandResponse.copyOf(ModalViewCommandResponseIF instance)
Creates an immutable copy of a
ModalViewCommandResponseIF value. |
ModalViewCommandResponse |
ModalViewCommandResponse.withOk(boolean ok)
Copy the current immutable object by setting a value for the
ok attribute. |
ModalViewCommandResponse |
ModalViewCommandResponse.withResponseMetadata(Optional<ResponseMetadata> optional)
Copy the current immutable object by setting an optional value for the
responseMetadata attribute. |
ModalViewCommandResponse |
ModalViewCommandResponse.withResponseMetadata(ResponseMetadata value)
Copy the current immutable object by setting a present value for the optional
responseMetadata attribute. |
ModalViewCommandResponse |
ModalViewCommandResponse.withView(ModalViewResponse view)
Copy the current immutable object by setting a value for the
view attribute. |
Copyright © 2020. All rights reserved.