| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.users |
| Modifier and Type | Method and Description |
|---|---|
UsersListResponse |
UsersListResponse.Builder.build()
Builds a new
UsersListResponse. |
static UsersListResponse |
UsersListResponse.copyOf(UsersListResponseIF instance)
Creates an immutable copy of a
UsersListResponseIF value. |
UsersListResponse |
UsersListResponse.withMembers(Iterable<? extends SlackUser> elements)
Copy the current immutable object with elements that replace the content of
members. |
UsersListResponse |
UsersListResponse.withMembers(SlackUser... elements)
Copy the current immutable object with elements that replace the content of
members. |
UsersListResponse |
UsersListResponse.withOk(boolean ok)
Copy the current immutable object by setting a value for the
ok attribute. |
UsersListResponse |
UsersListResponse.withResponseMetadata(Optional<ResponseMetadata> optional)
Copy the current immutable object by setting an optional value for the
responseMetadata attribute. |
UsersListResponse |
UsersListResponse.withResponseMetadata(ResponseMetadata value)
Copy the current immutable object by setting a present value for the optional
responseMetadata attribute. |
Copyright © 2019. All rights reserved.