EmbeddedSIMDeviceState |
EmbeddedSIMDeviceState.Builder.build() |
|
EmbeddedSIMDeviceState |
EmbeddedSIMDeviceState.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
EmbeddedSIMDeviceState |
EmbeddedSIMDeviceState.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
EmbeddedSIMDeviceState |
EmbeddedSIMDeviceState.withCreatedDateTime(OffsetDateTime createdDateTime) |
Returns an immutable copy of this with just the createdDateTime
field changed.
|
EmbeddedSIMDeviceState |
EmbeddedSIMDeviceState.withDeviceName(String deviceName) |
Returns an immutable copy of this with just the deviceName field
changed.
|
EmbeddedSIMDeviceState |
EmbeddedSIMDeviceState.withLastSyncDateTime(OffsetDateTime lastSyncDateTime) |
Returns an immutable copy of this with just the lastSyncDateTime
field changed.
|
EmbeddedSIMDeviceState |
EmbeddedSIMDeviceState.withModifiedDateTime(OffsetDateTime modifiedDateTime) |
Returns an immutable copy of this with just the modifiedDateTime
field changed.
|
EmbeddedSIMDeviceState |
EmbeddedSIMDeviceState.withState(EmbeddedSIMDeviceStateValue state) |
Returns an immutable copy of this with just the state field
changed.
|
EmbeddedSIMDeviceState |
EmbeddedSIMDeviceState.withStateDetails(String stateDetails) |
Returns an immutable copy of this with just the stateDetails
field changed.
|
EmbeddedSIMDeviceState |
EmbeddedSIMDeviceState.withUniversalIntegratedCircuitCardIdentifier(String universalIntegratedCircuitCardIdentifier) |
Returns an immutable copy of this with just the
universalIntegratedCircuitCardIdentifier field changed.
|
EmbeddedSIMDeviceState |
EmbeddedSIMDeviceState.withUnmappedField(String name,
String value) |
|
EmbeddedSIMDeviceState |
EmbeddedSIMDeviceState.withUserName(String userName) |
Returns an immutable copy of this with just the userName field
changed.
|