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
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 Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getAppId
The id of the app to approve. -
getRequestId
The id of the request to approve. -
getEnterpriseId
The ID of the enterprise to approve the app on -
getTeamId
The ID of the workspace to approve the app on -
setToken
Authentication token bearing required scopes. -
setAppId
The id of the app to approve. -
setRequestId
The id of the request to approve. -
setEnterpriseId
The ID of the enterprise to approve the app on -
setTeamId
The ID of the workspace to approve the app on -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-