Class GroupsCloseRequest
- java.lang.Object
-
- com.slack.api.methods.request.groups.GroupsCloseRequest
-
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class GroupsCloseRequest extends Object implements SlackApiRequest
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupsCloseRequest.GroupsCloseRequestBuilderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static GroupsCloseRequest.GroupsCloseRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetChannel()Deprecated.StringgetToken()Deprecated.Returns a token in this request object.inthashCode()Deprecated.voidsetChannel(String channel)Deprecated.voidsetToken(String token)Deprecated.Updates the token in this request object.StringtoString()Deprecated.
-
-
-
Method Detail
-
builder
public static GroupsCloseRequest.GroupsCloseRequestBuilder builder()
Deprecated.
-
getToken
public String getToken()
Deprecated.Description copied from interface:SlackApiRequestReturns a token in this request object. If the API endpoint does not require a token (e.g., api.test), this method can return null.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannel
public String getChannel()
Deprecated.
-
setToken
public void setToken(String token)
Deprecated.Description copied from interface:SlackApiRequestUpdates the token in this request object.The default implementation throws
UnsupportedOperationException. All the built-in implementing classes overrides this method in a proper way.- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannel
public void setChannel(String channel)
Deprecated.
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-