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.StringgetEnterpriseId()The ID of the enterprise to approve the app onStringgetRequestId()The id of the request to approve.StringgetTeamId()The ID of the workspace to approve the app onStringgetToken()Authentication token bearing required scopes.inthashCode()voidsetAppId(String appId)The id of the app to approve.voidsetEnterpriseId(String enterpriseId)The ID of the enterprise to approve the app onvoidsetRequestId(String requestId)The id of the request to approve.voidsetTeamId(String teamId)The ID of the workspace to approve the app onvoidsetToken(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.
-
getEnterpriseId
public String getEnterpriseId()
The ID of the enterprise to approve the app on
-
getTeamId
public String getTeamId()
The ID of the workspace to approve the app on
-
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.
-
setEnterpriseId
public void setEnterpriseId(String enterpriseId)
The ID of the enterprise to approve the app on
-
setTeamId
public void setTeamId(String teamId)
The ID of the workspace to approve the app on
-
canEqual
protected boolean canEqual(Object other)
-
-