| Package | Description |
|---|---|
| com.datawizards.model |
| Modifier and Type | Method and Description |
|---|---|
UserProfile.Builder |
UserProfile.Builder.clearActionsCount()
Clears the value of the 'actions_count' field.
|
UserProfile.Builder |
UserProfile.Builder.clearDeviceUsage()
Clears the value of the 'device_usage' field.
|
UserProfile.Builder |
UserProfile.Builder.clearFavouriteDevice()
Clears the value of the 'favourite_device' field.
|
UserProfile.Builder |
UserProfile.Builder.clearLastAction()
Clears the value of the 'last_action' field.
|
UserProfile.Builder |
UserProfile.Builder.clearUserId()
Clears the value of the 'user_id' field.
|
static UserProfile.Builder |
UserProfile.newBuilder()
Creates a new UserProfile RecordBuilder.
|
static UserProfile.Builder |
UserProfile.newBuilder(UserProfile.Builder other)
Creates a new UserProfile RecordBuilder by copying an existing Builder.
|
static UserProfile.Builder |
UserProfile.newBuilder(UserProfile other)
Creates a new UserProfile RecordBuilder by copying an existing UserProfile instance.
|
UserProfile.Builder |
UserProfile.Builder.setActionsCount(long value)
Sets the value of the 'actions_count' field.
|
UserProfile.Builder |
UserProfile.Builder.setDeviceUsage(List<DeviceUsage> value)
Sets the value of the 'device_usage' field.
|
UserProfile.Builder |
UserProfile.Builder.setFavouriteDevice(CharSequence value)
Sets the value of the 'favourite_device' field.
|
UserProfile.Builder |
UserProfile.Builder.setLastAction(org.joda.time.DateTime value)
Sets the value of the 'last_action' field.
|
UserProfile.Builder |
UserProfile.Builder.setUserId(CharSequence value)
Sets the value of the 'user_id' field.
|
| Modifier and Type | Method and Description |
|---|---|
static UserProfile.Builder |
UserProfile.newBuilder(UserProfile.Builder other)
Creates a new UserProfile RecordBuilder by copying an existing Builder.
|
Copyright © 2017. All rights reserved.