| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.users |
| Modifier and Type | Method and Description |
|---|---|
UsersProfileResponse |
UsersProfileResponse.Builder.build()
Builds a new
UsersProfileResponse. |
static UsersProfileResponse |
UsersProfileResponse.copyOf(UsersProfileResponseIF instance)
Creates an immutable copy of a
UsersProfileResponseIF value. |
UsersProfileResponse |
UsersProfileResponse.withOk(boolean ok)
Copy the current immutable object by setting a value for the
ok attribute. |
UsersProfileResponse |
UsersProfileResponse.withResponseMetadata(Optional<ResponseMetadata> optional)
Copy the current immutable object by setting an optional value for the
responseMetadata attribute. |
UsersProfileResponse |
UsersProfileResponse.withResponseMetadata(ResponseMetadata value)
Copy the current immutable object by setting a present value for the optional
responseMetadata attribute. |
UsersProfileResponse |
UsersProfileResponse.withUserProfile(UserProfile userProfile)
Copy the current immutable object by setting a value for the
userProfile attribute. |
Copyright © 2020. All rights reserved.