| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.auth |
| Modifier and Type | Method and Description |
|---|---|
AuthTestResponse |
AuthTestResponse.Builder.build()
Builds a new
AuthTestResponse. |
static AuthTestResponse |
AuthTestResponse.copyOf(AuthTestResponseIF instance)
Creates an immutable copy of a
AuthTestResponseIF value. |
AuthTestResponse |
AuthTestResponse.withOk(boolean ok)
Copy the current immutable object by setting a value for the
ok attribute. |
AuthTestResponse |
AuthTestResponse.withResponseMetadata(Optional<ResponseMetadata> optional)
Copy the current immutable object by setting an optional value for the
responseMetadata attribute. |
AuthTestResponse |
AuthTestResponse.withResponseMetadata(ResponseMetadata value)
Copy the current immutable object by setting a present value for the optional
responseMetadata attribute. |
AuthTestResponse |
AuthTestResponse.withTeam(String team)
Copy the current immutable object by setting a value for the
team attribute. |
AuthTestResponse |
AuthTestResponse.withTeamId(String teamId)
Copy the current immutable object by setting a value for the
teamId attribute. |
AuthTestResponse |
AuthTestResponse.withUrl(String url)
Copy the current immutable object by setting a value for the
url attribute. |
AuthTestResponse |
AuthTestResponse.withUser(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
user attribute. |
AuthTestResponse |
AuthTestResponse.withUser(String value)
Copy the current immutable object by setting a present value for the optional
user attribute. |
AuthTestResponse |
AuthTestResponse.withUserId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
userId attribute. |
AuthTestResponse |
AuthTestResponse.withUserId(String value)
Copy the current immutable object by setting a present value for the optional
userId attribute. |
Copyright © 2019. All rights reserved.