SideLoadingKey |
SideLoadingKey.Builder.build() |
|
SideLoadingKey |
SideLoadingKey.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
SideLoadingKey |
SideLoadingKey.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
SideLoadingKey |
SideLoadingKey.withDescription(String description) |
Returns an immutable copy of this with just the description
field changed.
|
SideLoadingKey |
SideLoadingKey.withDisplayName(String displayName) |
Returns an immutable copy of this with just the displayName
field changed.
|
SideLoadingKey |
SideLoadingKey.withLastUpdatedDateTime(String lastUpdatedDateTime) |
Returns an immutable copy of this with just the
lastUpdatedDateTime field changed.
|
SideLoadingKey |
SideLoadingKey.withTotalActivation(Integer totalActivation) |
Returns an immutable copy of this with just the totalActivation
field changed.
|
SideLoadingKey |
SideLoadingKey.withUnmappedField(String name,
String value) |
|
SideLoadingKey |
SideLoadingKey.withValue(String value) |
Returns an immutable copy of this with just the value field
changed.
|