| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.auth |
| Modifier and Type | Method and Description |
|---|---|
static AuthRevokeResponse.Builder |
AuthRevokeResponse.builder()
Creates a builder for
AuthRevokeResponse. |
AuthRevokeResponse.Builder |
AuthRevokeResponse.Builder.from(AuthRevokeResponseIF instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.response.auth.AuthRevokeResponseIF instance. |
AuthRevokeResponse.Builder |
AuthRevokeResponse.Builder.from(SlackResponse instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.response.SlackResponse instance. |
AuthRevokeResponse.Builder |
AuthRevokeResponse.Builder.setOk(boolean ok)
Initializes the value for the
ok attribute. |
AuthRevokeResponse.Builder |
AuthRevokeResponse.Builder.setResponseMetadata(Optional<ResponseMetadata> responseMetadata)
Initializes the optional value
responseMetadata to responseMetadata. |
AuthRevokeResponse.Builder |
AuthRevokeResponse.Builder.setResponseMetadata(ResponseMetadata responseMetadata)
Initializes the optional value
responseMetadata to responseMetadata. |
AuthRevokeResponse.Builder |
AuthRevokeResponse.Builder.setRevoked(boolean revoked)
Initializes the value for the
revoked attribute. |
Copyright © 2019. All rights reserved.