Modifier and Type | Class and Description |
---|---|
static class |
User.DeputyUser.Builder
Builder for
User.DeputyUser class. |
Modifier and Type | Method and Description |
---|---|
static User.DeputyUser.Builder |
builder()
Creates a builder for a new concrete
User.DeputyUser instance. |
static User.DeputyUser.Builder |
builder(User.DeputyUser deputyUserTemplate)
Creates a builder for a new concrete
User.DeputyUser instance based on the given
User.DeputyUser template. |
boolean |
equals(Object other) |
String |
getId()
Returns the user id of the deputy user.
|
int |
hashCode() |
boolean |
isActive()
True if the deputy user is active.
|
boolean |
isNotify()
True if the deputy user should be notified.
|
String |
toString() |
public static User.DeputyUser.Builder builder()
Creates a builder for a new concrete User.DeputyUser
instance.
public static User.DeputyUser.Builder builder(User.DeputyUser deputyUserTemplate)
Creates a builder for a new concrete User.DeputyUser
instance based on the given
User.DeputyUser
template.
deputyUserTemplate
- the deputy user template.public String getId()
Returns the user id of the deputy user.
public boolean isNotify()
True if the deputy user should be notified.
public boolean isActive()
True if the deputy user is active.
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.