| Package | Description |
|---|---|
| com.hubspot.slack.client.models.events |
| Modifier and Type | Method and Description |
|---|---|
SlackEventSkeleton |
SlackEventSkeleton.Builder.build()
Builds a new
SlackEventSkeleton. |
static SlackEventSkeleton |
SlackEventSkeleton.copyOf(SlackEventSkeletonIF instance)
Creates an immutable copy of a
SlackEventSkeletonIF value. |
SlackEventSkeleton |
SlackEventSkeleton.withChannelMaybe(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
channelMaybe attribute. |
SlackEventSkeleton |
SlackEventSkeleton.withChannelMaybe(String value)
Copy the current immutable object by setting a present value for the optional
channelMaybe attribute. |
SlackEventSkeleton |
SlackEventSkeleton.withTs(String ts)
Copy the current immutable object by setting a value for the
ts attribute. |
SlackEventSkeleton |
SlackEventSkeleton.withType(SlackEventType type)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2019. All rights reserved.