Package com.slack.api.audit.response
Class SchemasResponse
java.lang.Object
com.slack.api.audit.response.SchemasResponse
- All Implemented Interfaces:
AuditApiResponse
public class SchemasResponse extends Object implements AuditApiResponse
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSchemasResponse.Appstatic classSchemasResponse.Barrierstatic classSchemasResponse.Channelstatic classSchemasResponse.Enterprisestatic classSchemasResponse.Filestatic classSchemasResponse.Messagestatic classSchemasResponse.Schemastatic classSchemasResponse.Userstatic classSchemasResponse.Workflowstatic classSchemasResponse.Workspace -
Constructor Summary
Constructors Constructor Description SchemasResponse() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetError()StringgetNeeded()StringgetProvided()StringgetRawBody()List<SchemasResponse.Schema>getSchemas()StringgetWarning()inthashCode()booleanisOk()voidsetError(String error)voidsetNeeded(String needed)voidsetOk(boolean ok)voidsetProvided(String provided)voidsetRawBody(String rawBody)voidsetSchemas(List<SchemasResponse.Schema> schemas)voidsetWarning(String warning)StringtoString()
-
Constructor Details
-
SchemasResponse
public SchemasResponse()
-
-
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
-
getSchemas
-
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
-
setSchemas
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-