public class UsergroupsDisableRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
UsergroupsDisableRequest.UsergroupsDisableRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static UsergroupsDisableRequest.UsergroupsDisableRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getToken()
Authentication token.
|
String |
getUsergroup()
The encoded ID of the User Group to disable.
|
int |
hashCode() |
boolean |
isIncludeCount()
Include the number of users in the User Group.
|
void |
setIncludeCount(boolean includeCount)
Include the number of users in the User Group.
|
void |
setToken(String token)
Authentication token.
|
void |
setUsergroup(String usergroup)
The encoded ID of the User Group to disable.
|
String |
toString() |
public static UsergroupsDisableRequest.UsergroupsDisableRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getUsergroup()
public boolean isIncludeCount()
public void setToken(String token)
public void setUsergroup(String usergroup)
public void setIncludeCount(boolean includeCount)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.