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