Class AppsPermissionsUsersRequestRequest
java.lang.Object
com.slack.api.methods.request.apps.permissions.users.AppsPermissionsUsersRequestRequest
- All Implemented Interfaces:
SlackApiRequest
@Deprecated
public class AppsPermissionsUsersRequestRequest
extends Object
implements SlackApiRequest
Deprecated.
On August 24, 2021, legacy workspace apps were retired. Workspace apps were part of a brief developer preview we elected to not fully release. Since October 2018, existing workspace apps have remained functional but on August 24, 2021 workspace apps will be retired and no longer function.
- https://docs.slack.dev/changelog/2021-01-workspace-apps-retiring-the-platform-graveyard-in-aug-2021
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.Deprecated.A comma separated list of user scopes to request forgetToken()Deprecated.Returns a token in this request object.Deprecated.Token used to trigger the requestgetUser()Deprecated.The user this scope is being requested forinthashCode()Deprecated.voidDeprecated.A comma separated list of user scopes to request forvoidDeprecated.Updates the token in this request object.voidsetTriggerId(String triggerId) Deprecated.Token used to trigger the requestvoidDeprecated.The user this scope is being requested fortoString()Deprecated.
-
Method Details
-
builder
public static AppsPermissionsUsersRequestRequest.AppsPermissionsUsersRequestRequestBuilder builder()Deprecated. -
getToken
Deprecated.Description copied from interface:SlackApiRequestReturns a token in this request object. If the API endpoint does not require a token (e.g., api.test), this method can return null.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getScopes
Deprecated.A comma separated list of user scopes to request for -
getTriggerId
Deprecated.Token used to trigger the request -
getUser
Deprecated.The user this scope is being requested for -
setToken
Deprecated.Description copied from interface:SlackApiRequestUpdates the token in this request object.The default implementation throws
UnsupportedOperationException. All the built-in implementing classes overrides this method in a proper way.- Specified by:
setTokenin interfaceSlackApiRequest
-
setScopes
Deprecated.A comma separated list of user scopes to request for -
setTriggerId
Deprecated.Token used to trigger the request -
setUser
Deprecated.The user this scope is being requested for -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-