public class TeamIntegrationLogsRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAppId()
Filter logs to this Slack app.
|
String |
getChangeType()
Filter logs with this change type.
|
Integer |
getCount() |
Integer |
getPage() |
String |
getServiceId()
Filter logs to this service.
|
String |
getToken()
Authentication token.
|
String |
getUser()
Filter logs generated by this user’s actions.
|
int |
hashCode() |
void |
setAppId(String appId)
Filter logs to this Slack app.
|
void |
setChangeType(String changeType)
Filter logs with this change type.
|
void |
setCount(Integer count) |
void |
setPage(Integer page) |
void |
setServiceId(String serviceId)
Filter logs to this service.
|
void |
setToken(String token)
Authentication token.
|
void |
setUser(String user)
Filter logs generated by this user’s actions.
|
String |
toString() |
public static TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getServiceId()
public String getUser()
public String getAppId()
public String getChangeType()
public Integer getCount()
public Integer getPage()
public void setToken(String token)
public void setServiceId(String serviceId)
public void setUser(String user)
public void setAppId(String appId)
public void setChangeType(String changeType)
public void setCount(Integer count)
public void setPage(Integer page)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.