| Package | Description |
|---|---|
| com.hubspot.slack.client.models.events |
| Modifier and Type | Method and Description |
|---|---|
SlackEventWrapper<T> |
SlackEventWrapper.Builder.build()
Builds a new
SlackEventWrapper. |
static <T extends SlackEvent> |
SlackEventWrapper.copyOf(SlackEventWrapperIF<T> instance)
Creates an immutable copy of a
SlackEventWrapperIF value. |
SlackEventWrapper<T> |
SlackEventWrapper.withAuthedUsers(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
authedUsers. |
SlackEventWrapper<T> |
SlackEventWrapper.withAuthedUsers(String... elements)
Copy the current immutable object with elements that replace the content of
authedUsers. |
SlackEventWrapper<T> |
SlackEventWrapper.withEvent(T event)
Copy the current immutable object by setting a value for the
event attribute. |
SlackEventWrapper<T> |
SlackEventWrapper.withEventId(String eventId)
Copy the current immutable object by setting a value for the
eventId attribute. |
SlackEventWrapper<T> |
SlackEventWrapper.withEventTime(String eventTime)
Copy the current immutable object by setting a value for the
eventTime attribute. |
SlackEventWrapper<T> |
SlackEventWrapper.withTeamId(String teamId)
Copy the current immutable object by setting a value for the
teamId attribute. |
SlackEventWrapper<T> |
SlackEventWrapper.withToken(String token)
Copy the current immutable object by setting a value for the
token attribute. |
SlackEventWrapper<T> |
SlackEventWrapper.withType(SlackEventType type)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2019. All rights reserved.