Class GroupsListRequest
java.lang.Object
com.slack.api.methods.request.groups.GroupsListRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.Deprecated.Required for org-wide apps.getToken()Deprecated.Authentication token.inthashCode()Deprecated.booleanDeprecated.Don't return archived private channels.booleanDeprecated.Exclude the `members` from each `group`voidsetExcludeArchived(boolean excludeArchived) Deprecated.Don't return archived private channels.voidsetExcludeMembers(boolean excludeMembers) Deprecated.Exclude the `members` from each `group`voidDeprecated.Required for org-wide apps.voidDeprecated.Authentication token.toString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `groups:read`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
isExcludeMembers
public boolean isExcludeMembers()Deprecated.Exclude the `members` from each `group` -
isExcludeArchived
public boolean isExcludeArchived()Deprecated.Don't return archived private channels. -
getTeamId
Deprecated.Required for org-wide apps. -
setToken
Deprecated.Authentication token. Requires scope: `groups:read`- Specified by:
setTokenin interfaceSlackApiRequest
-
setExcludeMembers
public void setExcludeMembers(boolean excludeMembers) Deprecated.Exclude the `members` from each `group` -
setExcludeArchived
public void setExcludeArchived(boolean excludeArchived) Deprecated.Don't return archived private channels. -
setTeamId
Deprecated.Required for org-wide apps. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-