public class UsergroupsEnableRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
UsergroupsEnableRequest.UsergroupsEnableRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static UsergroupsEnableRequest.UsergroupsEnableRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getToken()
Authentication token.
|
String |
getUsergroup()
The encoded ID of the User Group to enable.
|
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 enable.
|
String |
toString() |
public static UsergroupsEnableRequest.UsergroupsEnableRequestBuilder 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.