public class AdminConversationsGetTeamsRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminConversationsGetTeamsRequest.AdminConversationsGetTeamsRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AdminConversationsGetTeamsRequest.AdminConversationsGetTeamsRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannelId()
The channel to determine connected workspaces within the organization for.
|
String |
getCursor()
Set cursor to next_cursor returned by the previous call to list items in the next page.
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getToken()
Authentication token bearing required scopes.
|
int |
hashCode() |
void |
setChannelId(String channelId)
The channel to determine connected workspaces within the organization for.
|
void |
setCursor(String cursor)
Set cursor to next_cursor returned by the previous call to list items in the next page.
|
void |
setLimit(Integer limit)
The maximum number of items to return.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
String |
toString() |
public static AdminConversationsGetTeamsRequest.AdminConversationsGetTeamsRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getChannelId()
public String getCursor()
public Integer getLimit()
public void setToken(String token)
public void setChannelId(String channelId)
public void setCursor(String cursor)
public void setLimit(Integer limit)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.