public static class User.DeputyUser.Builder extends Object
Builder for User.DeputyUser
class.
Modifier and Type | Method and Description |
---|---|
User.DeputyUser.Builder |
active(boolean active)
True if the deputy user is active, false otherwise
|
User.DeputyUser |
build()
Build the deputy user object.
|
User.DeputyUser.Builder |
id(String id)
Set the id of the deputy user.
|
User.DeputyUser.Builder |
notify(boolean notify)
True if the deputy user should be notified, false otherwise
|
public User.DeputyUser.Builder id(String id)
Set the id of the deputy user.
id
- the id of the deputy userpublic User.DeputyUser.Builder notify(boolean notify)
True if the deputy user should be notified, false otherwise
notify
- true if the deputy user should be notified, false otherwisepublic User.DeputyUser.Builder active(boolean active)
True if the deputy user is active, false otherwise
active
- true if the deputy user is active, false otherwisepublic User.DeputyUser build()
Build the deputy user object.
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.