| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
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.withUserName(String userName)
Returns an immutable copy of
this with just the userName field
changed. |
Copyright © 2018–2020. All rights reserved.