@Deprecated public class GroupsListRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupsListRequest.GroupsListRequestBuilder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static GroupsListRequest.GroupsListRequestBuilder |
builder()
Deprecated.
|
protected boolean |
canEqual(Object other)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getToken()
Deprecated.
Authentication token.
|
int |
hashCode()
Deprecated.
|
boolean |
isExcludeArchived()
Deprecated.
Don't return archived private channels.
|
boolean |
isExcludeMembers()
Deprecated.
Exclude the `members` from each `group`
|
void |
setExcludeArchived(boolean excludeArchived)
Deprecated.
Don't return archived private channels.
|
void |
setExcludeMembers(boolean excludeMembers)
Deprecated.
Exclude the `members` from each `group`
|
void |
setToken(String token)
Deprecated.
Authentication token.
|
String |
toString()
Deprecated.
|
public static GroupsListRequest.GroupsListRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic boolean isExcludeMembers()
public boolean isExcludeArchived()
public void setToken(String token)
public void setExcludeMembers(boolean excludeMembers)
public void setExcludeArchived(boolean excludeArchived)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.