Class AdminAppsApproveRequest
- java.lang.Object
-
- com.slack.api.methods.request.admin.apps.AdminAppsApproveRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class AdminAppsApproveRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.apps.approve
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminAppsApproveRequest.AdminAppsApproveRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdminAppsApproveRequest.AdminAppsApproveRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetAppId()The id of the app to approve.StringgetRequestId()The id of the request to approve.StringgetTeamId()Workspace IdStringgetToken()Authentication token bearing required scopes.inthashCode()voidsetAppId(String appId)The id of the app to approve.voidsetRequestId(String requestId)The id of the request to approve.voidsetTeamId(String teamId)Workspace IdvoidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
-
-
Method Detail
-
builder
public static AdminAppsApproveRequest.AdminAppsApproveRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getAppId
public String getAppId()
The id of the app to approve.
-
getRequestId
public String getRequestId()
The id of the request to approve.
-
getTeamId
public String getTeamId()
Workspace Id
-
setToken
public void setToken(String token)
Authentication token bearing required scopes.
-
setAppId
public void setAppId(String appId)
The id of the app to approve.
-
setRequestId
public void setRequestId(String requestId)
The id of the request to approve.
-
setTeamId
public void setTeamId(String teamId)
Workspace Id
-
canEqual
protected boolean canEqual(Object other)
-
-