Package com.slack.api.scim2
Class SCIM2ApiErrorResponse
- java.lang.Object
-
- com.slack.api.scim2.SCIM2ApiErrorResponse
-
- All Implemented Interfaces:
SCIM2ApiResponse
public class SCIM2ApiErrorResponse extends Object implements SCIM2ApiResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SCIM2ApiErrorResponse.Errors
-
Constructor Summary
Constructors Constructor Description SCIM2ApiErrorResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getDetail()
SCIM2ApiErrorResponse.Errors
getErrors()
List<String>
getSchemas()
Integer
getStatus()
int
hashCode()
void
setDetail(String detail)
void
setErrors(SCIM2ApiErrorResponse.Errors errors)
void
setSchemas(List<String> schemas)
void
setStatus(Integer status)
String
toString()
-
-
-
Method Detail
-
getDetail
public String getDetail()
-
getStatus
public Integer getStatus()
-
getErrors
public SCIM2ApiErrorResponse.Errors getErrors()
-
setDetail
public void setDetail(String detail)
-
setStatus
public void setStatus(Integer status)
-
setErrors
public void setErrors(SCIM2ApiErrorResponse.Errors errors)
-
canEqual
protected boolean canEqual(Object other)
-
-