| Package | Description |
|---|---|
| com.datawizards.model |
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.clearFirstName()
Clears the value of the 'first_name' field.
|
User.Builder |
User.Builder.clearId()
Clears the value of the 'id' field.
|
User.Builder |
User.Builder.clearLastName()
Clears the value of the 'last_name' field.
|
static User.Builder |
User.newBuilder()
Creates a new User RecordBuilder.
|
static User.Builder |
User.newBuilder(User.Builder other)
Creates a new User RecordBuilder by copying an existing Builder.
|
static User.Builder |
User.newBuilder(User other)
Creates a new User RecordBuilder by copying an existing User instance.
|
User.Builder |
User.Builder.setFirstName(CharSequence value)
Sets the value of the 'first_name' field.
|
User.Builder |
User.Builder.setId(CharSequence value)
Sets the value of the 'id' field.
|
User.Builder |
User.Builder.setLastName(CharSequence value)
Sets the value of the 'last_name' field.
|
| Modifier and Type | Method and Description |
|---|---|
static User.Builder |
User.newBuilder(User.Builder other)
Creates a new User RecordBuilder by copying an existing Builder.
|
Copyright © 2017. All rights reserved.