Package com.slack.api.scim
Class SCIMApiErrorResponse
java.lang.Object
com.slack.api.scim.SCIMApiErrorResponse
- All Implemented Interfaces:
SCIMApiResponse
public class SCIMApiErrorResponse extends java.lang.Object implements SCIMApiResponse
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSCIMApiErrorResponse.Errors -
Constructor Summary
Constructors Constructor Description SCIMApiErrorResponse() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)SCIMApiErrorResponse.ErrorsgetErrors()inthashCode()voidsetErrors(SCIMApiErrorResponse.Errors errors)java.lang.StringtoString()
-
Constructor Details
-
SCIMApiErrorResponse
public SCIMApiErrorResponse()
-
-
Method Details
-
getErrors
-
setErrors
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-