Class AdminBarriersDeleteRequest
- java.lang.Object
-
- com.slack.api.methods.request.admin.barriers.AdminBarriersDeleteRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class AdminBarriersDeleteRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.barriers.delete
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminBarriersDeleteRequest.AdminBarriersDeleteRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdminBarriersDeleteRequest.AdminBarriersDeleteRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetBarrierId()The ID of the barrier you're trying to deleteStringgetToken()Authentication token bearing required scopes.inthashCode()voidsetBarrierId(String barrierId)The ID of the barrier you're trying to deletevoidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
-
-
Method Detail
-
builder
public static AdminBarriersDeleteRequest.AdminBarriersDeleteRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getBarrierId
public String getBarrierId()
The ID of the barrier you're trying to delete
-
setToken
public void setToken(String token)
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setBarrierId
public void setBarrierId(String barrierId)
The ID of the barrier you're trying to delete
-
canEqual
protected boolean canEqual(Object other)
-
-