Package com.slack.api.audit.response
Class LogsResponse
java.lang.Object
com.slack.api.audit.response.LogsResponse
- All Implemented Interfaces:
AuditApiResponse
public class LogsResponse extends Object implements AuditApiResponse
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLogsResponse.Actorstatic classLogsResponse.Appstatic classLogsResponse.Channelstatic classLogsResponse.Contextstatic classLogsResponse.Detailsstatic classLogsResponse.DetailsChangedValueThe data structure for new_value, previous_value is greatly flexible.static classLogsResponse.Enterprisestatic classLogsResponse.Entitystatic classLogsResponse.Entrystatic classLogsResponse.Filestatic classLogsResponse.Grantstatic classLogsResponse.InformationBarrierstatic classLogsResponse.Inviterstatic classLogsResponse.Kickerstatic classLogsResponse.Locationstatic classLogsResponse.Permissionstatic classLogsResponse.Resourcestatic classLogsResponse.Userstatic classLogsResponse.Usergroupstatic classLogsResponse.WildCardstatic classLogsResponse.Workflowstatic classLogsResponse.Workspace -
Constructor Summary
Constructors Constructor Description LogsResponse() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<LogsResponse.Entry>getEntries()StringgetError()StringgetNeeded()StringgetProvided()StringgetRawBody()ResponseMetadatagetResponseMetadata()StringgetWarning()inthashCode()booleanisOk()voidsetEntries(List<LogsResponse.Entry> entries)voidsetError(String error)voidsetNeeded(String needed)voidsetOk(boolean ok)voidsetProvided(String provided)voidsetRawBody(String rawBody)voidsetResponseMetadata(ResponseMetadata responseMetadata)voidsetWarning(String warning)StringtoString()
-
Constructor Details
-
LogsResponse
public LogsResponse()
-
-
Method Details
-
getRawBody
- Specified by:
getRawBodyin interfaceAuditApiResponse
-
isOk
public boolean isOk()- Specified by:
isOkin interfaceAuditApiResponse
-
getWarning
- Specified by:
getWarningin interfaceAuditApiResponse
-
getError
- Specified by:
getErrorin interfaceAuditApiResponse
-
getNeeded
- Specified by:
getNeededin interfaceAuditApiResponse
-
getProvided
- Specified by:
getProvidedin interfaceAuditApiResponse
-
getResponseMetadata
-
getEntries
-
setRawBody
- Specified by:
setRawBodyin interfaceAuditApiResponse
-
setOk
public void setOk(boolean ok)- Specified by:
setOkin interfaceAuditApiResponse
-
setWarning
- Specified by:
setWarningin interfaceAuditApiResponse
-
setError
- Specified by:
setErrorin interfaceAuditApiResponse
-
setNeeded
- Specified by:
setNeededin interfaceAuditApiResponse
-
setProvided
- Specified by:
setProvidedin interfaceAuditApiResponse
-
setResponseMetadata
-
setEntries
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-