public class TeamAccessLogsRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
TeamAccessLogsRequest.TeamAccessLogsRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static TeamAccessLogsRequest.TeamAccessLogsRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Integer |
getBefore()
End of time range of logs to include in results (inclusive).
|
Integer |
getCount() |
Integer |
getPage() |
String |
getToken()
Authentication token.
|
int |
hashCode() |
void |
setBefore(Integer before)
End of time range of logs to include in results (inclusive).
|
void |
setCount(Integer count) |
void |
setPage(Integer page) |
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static TeamAccessLogsRequest.TeamAccessLogsRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic Integer getBefore()
public Integer getCount()
public Integer getPage()
public void setToken(String token)
public void setBefore(Integer before)
public void setCount(Integer count)
public void setPage(Integer page)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.