Package com.slack.api.scim
Class SCIMApiErrorResponse.Errors
- java.lang.Object
-
- com.slack.api.scim.SCIMApiErrorResponse.Errors
-
- Enclosing class:
- SCIMApiErrorResponse
public static class SCIMApiErrorResponse.Errors extends Object
-
-
Constructor Summary
Constructors Constructor Description Errors()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)IntegergetCode()StringgetDescription()inthashCode()voidsetCode(Integer code)voidsetDescription(String description)StringtoString()
-