Package odata.msgraph.client.beta.entity
Class EmbeddedSIMDeviceState.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.EmbeddedSIMDeviceState.Builder
-
- Enclosing class:
- EmbeddedSIMDeviceState
public static final class EmbeddedSIMDeviceState.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmbeddedSIMDeviceStatebuild()EmbeddedSIMDeviceState.BuildercreatedDateTime(OffsetDateTime createdDateTime)“The time the embedded SIM device status was created.EmbeddedSIMDeviceState.BuilderdeviceName(String deviceName)“Device name to which the subscription was provisioned e.g.EmbeddedSIMDeviceState.Builderid(String id)EmbeddedSIMDeviceState.BuilderlastSyncDateTime(OffsetDateTime lastSyncDateTime)“The time the embedded SIM device last checked in.EmbeddedSIMDeviceState.BuildermodifiedDateTime(OffsetDateTime modifiedDateTime)“The time the embedded SIM device status was last modified.EmbeddedSIMDeviceState.Builderstate(EmbeddedSIMDeviceStateValue state)“The state of the profile operation applied to the device.”EmbeddedSIMDeviceState.BuilderstateDetails(String stateDetails)“String description of the provisioning state.”EmbeddedSIMDeviceState.BuilderuniversalIntegratedCircuitCardIdentifier(String universalIntegratedCircuitCardIdentifier)“The Universal Integrated Circuit Card Identifier (UICCID) identifying the hardware onto which a profile is to be deployed.”EmbeddedSIMDeviceState.BuilderuserName(String userName)“Username which the subscription was provisioned to e.g.
-
-
-
Method Detail
-
id
public EmbeddedSIMDeviceState.Builder id(String id)
-
createdDateTime
public EmbeddedSIMDeviceState.Builder createdDateTime(OffsetDateTime createdDateTime)
“The time the embedded SIM device status was created. Generated service side.”- Parameters:
createdDateTime- value ofcreatedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceName
public EmbeddedSIMDeviceState.Builder deviceName(String deviceName)
“Device name to which the subscription was provisioned e.g. DESKTOP-JOE”- Parameters:
deviceName- value ofdeviceNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastSyncDateTime
public EmbeddedSIMDeviceState.Builder lastSyncDateTime(OffsetDateTime lastSyncDateTime)
“The time the embedded SIM device last checked in. Updated service side.”- Parameters:
lastSyncDateTime- value oflastSyncDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
modifiedDateTime
public EmbeddedSIMDeviceState.Builder modifiedDateTime(OffsetDateTime modifiedDateTime)
“The time the embedded SIM device status was last modified. Updated service side.”- Parameters:
modifiedDateTime- value ofmodifiedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
state
public EmbeddedSIMDeviceState.Builder state(EmbeddedSIMDeviceStateValue state)
“The state of the profile operation applied to the device.”- Parameters:
state- value ofstateproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
stateDetails
public EmbeddedSIMDeviceState.Builder stateDetails(String stateDetails)
“String description of the provisioning state.”- Parameters:
stateDetails- value ofstateDetailsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
universalIntegratedCircuitCardIdentifier
public EmbeddedSIMDeviceState.Builder universalIntegratedCircuitCardIdentifier(String universalIntegratedCircuitCardIdentifier)
“The Universal Integrated Circuit Card Identifier (UICCID) identifying the hardware onto which a profile is to be deployed.”- Parameters:
universalIntegratedCircuitCardIdentifier- value ofuniversalIntegratedCircuitCardIdentifierproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
userName
public EmbeddedSIMDeviceState.Builder userName(String userName)
“Username which the subscription was provisioned to e.g. joe@contoso.com”- Parameters:
userName- value ofuserNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public EmbeddedSIMDeviceState build()
-
-