Package com.slack.api.scim.model
Class User.Meta.MetaBuilder
- java.lang.Object
-
- com.slack.api.scim.model.User.Meta.MetaBuilder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description User.Meta
build()
User.Meta.MetaBuilder
created(String created)
User.Meta.MetaBuilder
location(String location)
String
toString()
-
-
-
Method Detail
-
created
public User.Meta.MetaBuilder created(String created)
- Returns:
this
.
-
location
public User.Meta.MetaBuilder location(String location)
- Returns:
this
.
-
build
public User.Meta build()
-
-