Package com.slack.api.scim
Class SCIMApiErrorResponse
- java.lang.Object
-
- com.slack.api.scim.SCIMApiErrorResponse
-
- All Implemented Interfaces:
SCIMApiResponse
public class SCIMApiErrorResponse extends Object implements SCIMApiResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSCIMApiErrorResponse.Errors
-
Constructor Summary
Constructors Constructor Description SCIMApiErrorResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)SCIMApiErrorResponse.ErrorsgetErrors()inthashCode()voidsetErrors(SCIMApiErrorResponse.Errors errors)StringtoString()
-
-
-
Method Detail
-
getErrors
public SCIMApiErrorResponse.Errors getErrors()
-
setErrors
public void setErrors(SCIMApiErrorResponse.Errors errors)
-
canEqual
protected boolean canEqual(Object other)
-
-