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.Metabuild()User.Meta.MetaBuildercreated(String created)User.Meta.MetaBuilderlocation(String location)StringtoString()
-
-
-
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()
-
-