public class EmbeddedSIMDeviceState extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
EmbeddedSIMDeviceState.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
createdDateTime |
protected String |
deviceName |
protected OffsetDateTime |
lastSyncDateTime |
protected OffsetDateTime |
modifiedDateTime |
protected EmbeddedSIMDeviceStateValue |
state |
protected String |
stateDetails |
protected String |
universalIntegratedCircuitCardIdentifier |
protected String |
userName |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
EmbeddedSIMDeviceState() |
| Modifier and Type | Method and Description |
|---|---|
static EmbeddedSIMDeviceState.Builder |
builderEmbeddedSIMDeviceState()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<OffsetDateTime> |
getCreatedDateTime()
“The time the embedded SIM device status was created.
|
Optional<String> |
getDeviceName()
“Device name to which the subscription was provisioned e.g.
|
Optional<OffsetDateTime> |
getLastSyncDateTime()
“The time the embedded SIM device last checked in.
|
Optional<OffsetDateTime> |
getModifiedDateTime()
“The time the embedded SIM device status was last modified.
|
Optional<EmbeddedSIMDeviceStateValue> |
getState()
“The state of the profile operation applied to the device.”
|
Optional<String> |
getStateDetails()
“String description of the provisioning state.”
|
Optional<String> |
getUniversalIntegratedCircuitCardIdentifier()
“The Universal Integrated Circuit Card Identifier (UICCID) identifying the
hardware onto which a profile is to be deployed.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUserName()
“Username which the subscription was provisioned to e.g.
|
String |
odataTypeName() |
EmbeddedSIMDeviceState |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
EmbeddedSIMDeviceState |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
EmbeddedSIMDeviceState |
withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
EmbeddedSIMDeviceState |
withDeviceName(String deviceName)
Returns an immutable copy of
this with just the deviceName field
changed. |
EmbeddedSIMDeviceState |
withLastSyncDateTime(OffsetDateTime lastSyncDateTime)
Returns an immutable copy of
this with just the lastSyncDateTime
field changed. |
EmbeddedSIMDeviceState |
withModifiedDateTime(OffsetDateTime modifiedDateTime)
Returns an immutable copy of
this with just the modifiedDateTime
field changed. |
EmbeddedSIMDeviceState |
withState(EmbeddedSIMDeviceStateValue state)
Returns an immutable copy of
this with just the state field
changed. |
EmbeddedSIMDeviceState |
withStateDetails(String stateDetails)
Returns an immutable copy of
this with just the stateDetails
field changed. |
EmbeddedSIMDeviceState |
withUniversalIntegratedCircuitCardIdentifier(String universalIntegratedCircuitCardIdentifier)
Returns an immutable copy of
this with just the universalIntegratedCircuitCardIdentifier field changed. |
EmbeddedSIMDeviceState |
withUserName(String userName)
Returns an immutable copy of
this with just the userName field
changed. |
protected OffsetDateTime createdDateTime
protected OffsetDateTime modifiedDateTime
protected OffsetDateTime lastSyncDateTime
protected String universalIntegratedCircuitCardIdentifier
protected String deviceName
protected String userName
protected EmbeddedSIMDeviceStateValue state
protected String stateDetails
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static EmbeddedSIMDeviceState.Builder builderEmbeddedSIMDeviceState()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic Optional<OffsetDateTime> getCreatedDateTime()
public EmbeddedSIMDeviceState withCreatedDateTime(OffsetDateTime createdDateTime)
this with just the createdDateTime
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The time the embedded SIM device status was created. Generated service side.”
createdDateTime - new value of createdDateTime field (as defined in service metadata)this with just the createdDateTime field changedpublic Optional<OffsetDateTime> getModifiedDateTime()
public EmbeddedSIMDeviceState withModifiedDateTime(OffsetDateTime modifiedDateTime)
this with just the modifiedDateTime
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The time the embedded SIM device status was last modified. Updated service side.”
modifiedDateTime - new value of modifiedDateTime field (as defined in service metadata)this with just the modifiedDateTime field changedpublic Optional<OffsetDateTime> getLastSyncDateTime()
public EmbeddedSIMDeviceState withLastSyncDateTime(OffsetDateTime lastSyncDateTime)
this with just the lastSyncDateTime
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The time the embedded SIM device last checked in. Updated service side.”
lastSyncDateTime - new value of lastSyncDateTime field (as defined in service metadata)this with just the lastSyncDateTime field changedpublic Optional<String> getUniversalIntegratedCircuitCardIdentifier()
public EmbeddedSIMDeviceState withUniversalIntegratedCircuitCardIdentifier(String universalIntegratedCircuitCardIdentifier)
this with just the universalIntegratedCircuitCardIdentifier field changed. Field description below
. The field name is also added to an internal map of changed fields in the
returned object so that when this.patch() is called (if available)on the
returned object only the changed fields are submitted.
“The Universal Integrated Circuit Card Identifier (UICCID) identifying the hardware onto which a profile is to be deployed.”
universalIntegratedCircuitCardIdentifier - new value of universalIntegratedCircuitCardIdentifier field (as defined in service metadata)this with just the universalIntegratedCircuitCardIdentifier field changedpublic Optional<String> getDeviceName()
public EmbeddedSIMDeviceState withDeviceName(String deviceName)
this with just the deviceName field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Device name to which the subscription was provisioned e.g. DESKTOP-JOE”
deviceName - new value of deviceName field (as defined in service metadata)this with just the deviceName field changedpublic Optional<String> getUserName()
public EmbeddedSIMDeviceState withUserName(String userName)
this with just the userName field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Username which the subscription was provisioned to e.g. joe@contoso.com”
userName - new value of userName field (as defined in service metadata)this with just the userName field changedpublic Optional<EmbeddedSIMDeviceStateValue> getState()
public EmbeddedSIMDeviceState withState(EmbeddedSIMDeviceStateValue state)
this with just the state field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The state of the profile operation applied to the device.”
state - new value of state field (as defined in service metadata)this with just the state field changedpublic Optional<String> getStateDetails()
public EmbeddedSIMDeviceState withStateDetails(String stateDetails)
this with just the stateDetails
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“String description of the provisioning state.”
stateDetails - new value of stateDetails field (as defined in service metadata)this with just the stateDetails field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic EmbeddedSIMDeviceState patch()
this with changed fields reset.public EmbeddedSIMDeviceState put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.