Package com.slack.api.scim.model
Class User.Photo
- java.lang.Object
-
- com.slack.api.scim.model.User.Photo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUser.Photo.PhotoBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static User.Photo.PhotoBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetType()StringgetValue()inthashCode()voidsetType(String type)voidsetValue(String value)StringtoString()
-