Class AppsPermissionsInfoRequest
- java.lang.Object
-
- com.slack.api.methods.request.apps.permissions.AppsPermissionsInfoRequest
-
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class AppsPermissionsInfoRequest 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://api.slack.com/changelog/2021-03-workspace-apps-to-retire-in-august-2021
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AppsPermissionsInfoRequest.AppsPermissionsInfoRequestBuilder
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AppsPermissionsInfoRequest.AppsPermissionsInfoRequestBuilder
builder()
Deprecated.protected boolean
canEqual(Object other)
Deprecated.boolean
equals(Object o)
Deprecated.String
getToken()
Deprecated.Authentication token.int
hashCode()
Deprecated.void
setToken(String token)
Deprecated.Authentication token.String
toString()
Deprecated.
-
-
-
Method Detail
-
builder
public static AppsPermissionsInfoRequest.AppsPermissionsInfoRequestBuilder builder()
Deprecated.
-
getToken
public String getToken()
Deprecated.Authentication token. Requires scope: `none`- Specified by:
getToken
in interfaceSlackApiRequest
- Returns:
- token string value or null
-
setToken
public void setToken(String token)
Deprecated.Authentication token. Requires scope: `none`- Specified by:
setToken
in interfaceSlackApiRequest
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-