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.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 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. -
getTeamId
Workspace Id -
setToken
Authentication token bearing required scopes. -
setAppId
The id of the app to approve. -
setRequestId
The id of the request to approve. -
setTeamId
Workspace Id -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-