Package com.slack.api.scim.model
Class User.Meta
- java.lang.Object
-
- com.slack.api.scim.model.User.Meta
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUser.Meta.MetaBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static User.Meta.MetaBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCreated()StringgetLocation()inthashCode()voidsetCreated(String created)voidsetLocation(String location)StringtoString()
-
-
-
Method Detail
-
builder
public static User.Meta.MetaBuilder builder()
-
getCreated
public String getCreated()
-
getLocation
public String getLocation()
-
setCreated
public void setCreated(String created)
-
setLocation
public void setLocation(String location)
-
canEqual
protected boolean canEqual(Object other)
-
-