Package odata.msgraph.client.complex
Class RotateBitLockerKeysDeviceActionResult
- java.lang.Object
-
- odata.msgraph.client.complex.DeviceActionResult
-
- odata.msgraph.client.complex.RotateBitLockerKeysDeviceActionResult
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class RotateBitLockerKeysDeviceActionResult extends DeviceActionResult implements com.github.davidmoten.odata.client.ODataType
“RotateBitLockerKeys device action result”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRotateBitLockerKeysDeviceActionResult.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IntegererrorCode-
Fields inherited from class odata.msgraph.client.complex.DeviceActionResult
actionName, actionState, contextPath, lastUpdatedDateTime, odataType, startDateTime, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRotateBitLockerKeysDeviceActionResult()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RotateBitLockerKeysDeviceActionResult.BuilderbuilderRotateBitLockerKeysDeviceActionResult()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<Integer>getErrorCode()“RotateBitLockerKeys action error code”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()RotateBitLockerKeysDeviceActionResultwithErrorCode(Integer errorCode)Returns an immutable copy ofthiswith just theerrorCodefield changed.RotateBitLockerKeysDeviceActionResultwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.complex.DeviceActionResult
builder, getActionName, getActionState, getLastUpdatedDateTime, getStartDateTime, withActionName, withActionState, withLastUpdatedDateTime, withStartDateTime
-
-
-
-
Field Detail
-
errorCode
protected Integer errorCode
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDeviceActionResult
-
getErrorCode
public Optional<Integer> getErrorCode()
“RotateBitLockerKeys action error code”- Returns:
- property errorCode
-
withErrorCode
public RotateBitLockerKeysDeviceActionResult withErrorCode(Integer errorCode)
Returns an immutable copy ofthiswith just theerrorCodefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“RotateBitLockerKeys action error code”
- Parameters:
errorCode- new value oferrorCodefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theerrorCodefield changed
-
withUnmappedField
public RotateBitLockerKeysDeviceActionResult withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classDeviceActionResult
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classDeviceActionResult
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classDeviceActionResult
-
builderRotateBitLockerKeysDeviceActionResult
public static RotateBitLockerKeysDeviceActionResult.Builder builderRotateBitLockerKeysDeviceActionResult()
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
-
toString
public String toString()
- Overrides:
toStringin classDeviceActionResult
-
-