| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.users |
| Modifier and Type | Method and Description |
|---|---|
UsersListParams |
UsersListParams.Builder.build()
Builds a new
UsersListParams. |
static UsersListParams |
UsersListParams.copyOf(UsersListParamsIF instance)
Creates an immutable copy of a
UsersListParamsIF value. |
UsersListParams |
UsersListParams.withCursor(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
cursor attribute. |
UsersListParams |
UsersListParams.withCursor(String value)
Copy the current immutable object by setting a present value for the optional
cursor attribute. |
UsersListParams |
UsersListParams.withLimit(Integer value)
Copy the current immutable object by setting a present value for the optional
limit attribute. |
UsersListParams |
UsersListParams.withLimit(Optional<Integer> optional)
Copy the current immutable object by setting an optional value for the
limit attribute. |
Copyright © 2019. All rights reserved.