| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.im |
| Modifier and Type | Method and Description |
|---|---|
ImOpenParams |
ImOpenParams.Builder.build()
Builds a new
ImOpenParams. |
static ImOpenParams |
ImOpenParams.copyOf(ImOpenParamsIF instance)
Creates an immutable copy of a
ImOpenParamsIF value. |
static ImOpenParams |
ImOpenParams.of(String userId)
Construct a new immutable
ImOpenParams instance. |
ImOpenParams |
ImOpenParams.withIncludeLocale(boolean includeLocale)
Copy the current immutable object by setting a value for the
includeLocale attribute. |
ImOpenParams |
ImOpenParams.withReturnIm(boolean returnIm)
Copy the current immutable object by setting a value for the
returnIm attribute. |
ImOpenParams |
ImOpenParams.withUserId(String userId)
Copy the current immutable object by setting a value for the
userId attribute. |
Copyright © 2019. All rights reserved.