Class UsergroupsUsersListRequest
- java.lang.Object
-
- com.slack.api.methods.request.usergroups.users.UsergroupsUsersListRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class UsergroupsUsersListRequest extends Object implements SlackApiRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUsergroupsUsersListRequest.UsergroupsUsersListRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UsergroupsUsersListRequest.UsergroupsUsersListRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetTeamId()encoded team id where the user group exists, required if org token is usedStringgetToken()Authentication token.StringgetUsergroup()The encoded ID of the User Group to update.inthashCode()booleanisIncludeDisabled()Allow results that involve disabled User Groups.voidsetIncludeDisabled(boolean includeDisabled)Allow results that involve disabled User Groups.voidsetTeamId(String teamId)encoded team id where the user group exists, required if org token is usedvoidsetToken(String token)Authentication token.voidsetUsergroup(String usergroup)The encoded ID of the User Group to update.StringtoString()
-
-
-
Method Detail
-
builder
public static UsergroupsUsersListRequest.UsergroupsUsersListRequestBuilder builder()
-
getToken
public String getToken()
Authentication token. Requires scope: `usergroups:read`- Specified by:
getTokenin interfaceSlackApiRequest
-
getUsergroup
public String getUsergroup()
The encoded ID of the User Group to update.
-
isIncludeDisabled
public boolean isIncludeDisabled()
Allow results that involve disabled User Groups.
-
getTeamId
public String getTeamId()
encoded team id where the user group exists, required if org token is used
-
setToken
public void setToken(String token)
Authentication token. Requires scope: `usergroups:read`
-
setUsergroup
public void setUsergroup(String usergroup)
The encoded ID of the User Group to update.
-
setIncludeDisabled
public void setIncludeDisabled(boolean includeDisabled)
Allow results that involve disabled User Groups.
-
setTeamId
public void setTeamId(String teamId)
encoded team id where the user group exists, required if org token is used
-
canEqual
protected boolean canEqual(Object other)
-
-