public class FilesRemoteListRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
FilesRemoteListRequest.FilesRemoteListRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static FilesRemoteListRequest.FilesRemoteListRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel()
Filter files appearing in a specific channel, indicated by its ID.
|
String |
getCursor()
Paginate through collections of data by setting the cursor parameter to a next_cursor attribute
returned by a previous request's response_metadata.
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getToken()
Authentication token.
|
String |
getTsFrom()
Filter files created after this timestamp (inclusive).
|
String |
getTsTo()
Filter files created before this timestamp (inclusive).
|
int |
hashCode() |
void |
setChannel(String channel)
Filter files appearing in a specific channel, indicated by its ID.
|
void |
setCursor(String cursor)
Paginate through collections of data by setting the cursor parameter to a next_cursor attribute
returned by a previous request's response_metadata.
|
void |
setLimit(Integer limit)
The maximum number of items to return.
|
void |
setToken(String token)
Authentication token.
|
void |
setTsFrom(String tsFrom)
Filter files created after this timestamp (inclusive).
|
void |
setTsTo(String tsTo)
Filter files created before this timestamp (inclusive).
|
String |
toString() |
public static FilesRemoteListRequest.FilesRemoteListRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getChannel()
public String getCursor()
public Integer getLimit()
public String getTsFrom()
public String getTsTo()
public void setToken(String token)
public void setChannel(String channel)
public void setCursor(String cursor)
public void setLimit(Integer limit)
public void setTsFrom(String tsFrom)
public void setTsTo(String tsTo)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.