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 class
User.Photo.PhotoBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static User.Photo.PhotoBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getType()
String
getValue()
int
hashCode()
void
setType(String type)
void
setValue(String value)
String
toString()
-