| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.views |
| Modifier and Type | Method and Description |
|---|---|
UpdateViewParams |
UpdateViewParams.Builder.build()
Builds a new
UpdateViewParams. |
static UpdateViewParams |
UpdateViewParams.copyOf(UpdateViewParamsIF instance)
Creates an immutable copy of a
UpdateViewParamsIF value. |
static UpdateViewParams |
UpdateViewParams.of(ModalViewPayload view)
Construct a new immutable
UpdateViewParams instance. |
UpdateViewParams |
UpdateViewParams.withExternalId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
externalId attribute. |
UpdateViewParams |
UpdateViewParams.withExternalId(String value)
Copy the current immutable object by setting a present value for the optional
externalId attribute. |
UpdateViewParams |
UpdateViewParams.withHash(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
hash attribute. |
UpdateViewParams |
UpdateViewParams.withHash(String value)
Copy the current immutable object by setting a present value for the optional
hash attribute. |
UpdateViewParams |
UpdateViewParams.withView(ModalViewPayload view)
Copy the current immutable object by setting a value for the
view attribute. |
UpdateViewParams |
UpdateViewParams.withViewId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
viewId attribute. |
UpdateViewParams |
UpdateViewParams.withViewId(String value)
Copy the current immutable object by setting a present value for the optional
viewId attribute. |
Copyright © 2020. All rights reserved.