public class UsergroupsListRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
UsergroupsListRequest.UsergroupsListRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static UsergroupsListRequest.UsergroupsListRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getToken()
Authentication token.
|
int |
hashCode() |
boolean |
isIncludeCount()
Include the number of users in each User Group
|
boolean |
isIncludeDisabled()
Include disabled User Groups.
|
boolean |
isIncludeUsers()
Include the list of users for each User Group.
|
void |
setIncludeCount(boolean includeCount)
Include the number of users in each User Group
|
void |
setIncludeDisabled(boolean includeDisabled)
Include disabled User Groups.
|
void |
setIncludeUsers(boolean includeUsers)
Include the list of users for each User Group.
|
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static UsergroupsListRequest.UsergroupsListRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic boolean isIncludeDisabled()
public boolean isIncludeCount()
public boolean isIncludeUsers()
public void setToken(String token)
public void setIncludeDisabled(boolean includeDisabled)
public void setIncludeCount(boolean includeCount)
public void setIncludeUsers(boolean includeUsers)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.