Class AdminAppsRequestsCancelRequest
- java.lang.Object
-
- com.slack.api.methods.request.admin.apps.AdminAppsRequestsCancelRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class AdminAppsRequestsCancelRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.apps.requests.cancel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminAppsRequestsCancelRequest.AdminAppsRequestsCancelRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdminAppsRequestsCancelRequest.AdminAppsRequestsCancelRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetEnterpriseId()The ID of the enterprise where this request belongsStringgetRequestId()The id of the request to cancel.StringgetTeamId()The ID of the workspace where this request belongsStringgetToken()Authentication token bearing required scopes.inthashCode()voidsetEnterpriseId(String enterpriseId)The ID of the enterprise where this request belongsvoidsetRequestId(String requestId)The id of the request to cancel.voidsetTeamId(String teamId)The ID of the workspace where this request belongsvoidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
-
-
Method Detail
-
builder
public static AdminAppsRequestsCancelRequest.AdminAppsRequestsCancelRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getRequestId
public String getRequestId()
The id of the request to cancel.
-
getEnterpriseId
public String getEnterpriseId()
The ID of the enterprise where this request belongs
-
getTeamId
public String getTeamId()
The ID of the workspace where this request belongs
-
setToken
public void setToken(String token)
Authentication token bearing required scopes.
-
setRequestId
public void setRequestId(String requestId)
The id of the request to cancel.
-
setEnterpriseId
public void setEnterpriseId(String enterpriseId)
The ID of the enterprise where this request belongs
-
setTeamId
public void setTeamId(String teamId)
The ID of the workspace where this request belongs
-
canEqual
protected boolean canEqual(Object other)
-
-