Class CloudPcRemoteActionResult
- java.lang.Object
-
- odata.msgraph.client.beta.complex.CloudPcRemoteActionResult
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class CloudPcRemoteActionResult extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCloudPcRemoteActionResult.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringactionNameprotected ActionStateactionStateprotected StringcloudPcIdprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected OffsetDateTimelastUpdatedDateTimeprotected StringmanagedDeviceIdprotected StringodataTypeprotected OffsetDateTimestartDateTimeprotected CloudPcStatusDetailsstatusDetailsprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedCloudPcRemoteActionResult()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
actionName
protected String actionName
-
actionState
protected ActionState actionState
-
cloudPcId
protected String cloudPcId
-
lastUpdatedDateTime
protected OffsetDateTime lastUpdatedDateTime
-
managedDeviceId
protected String managedDeviceId
-
startDateTime
protected OffsetDateTime startDateTime
-
statusDetails
protected CloudPcStatusDetails statusDetails
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withActionName
public CloudPcRemoteActionResult withActionName(String actionName)
-
getActionState
public Optional<ActionState> getActionState()
-
withActionState
public CloudPcRemoteActionResult withActionState(ActionState actionState)
-
withCloudPcId
public CloudPcRemoteActionResult withCloudPcId(String cloudPcId)
-
getLastUpdatedDateTime
public Optional<OffsetDateTime> getLastUpdatedDateTime()
-
withLastUpdatedDateTime
public CloudPcRemoteActionResult withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
-
withManagedDeviceId
public CloudPcRemoteActionResult withManagedDeviceId(String managedDeviceId)
-
getStartDateTime
public Optional<OffsetDateTime> getStartDateTime()
-
withStartDateTime
public CloudPcRemoteActionResult withStartDateTime(OffsetDateTime startDateTime)
-
getStatusDetails
public Optional<CloudPcStatusDetails> getStatusDetails()
-
withStatusDetails
public CloudPcRemoteActionResult withStatusDetails(CloudPcStatusDetails statusDetails)
-
withUnmappedField
public CloudPcRemoteActionResult withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static CloudPcRemoteActionResult.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-