Uses of Class
odata.msgraph.client.complex.DeviceActionResult
-
Packages that use DeviceActionResult Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of DeviceActionResult in odata.msgraph.client.complex
Subclasses of DeviceActionResult in odata.msgraph.client.complex Modifier and Type Class Description classDeleteUserFromSharedAppleDeviceActionResult“Delete user from shared apple device action result”classLocateDeviceActionResult“Locate device action result”classRemoteLockActionResult“Lock action result with a pin to unlock”classResetPasscodeActionResult“Reset passcode action result”classRotateBitLockerKeysDeviceActionResult“RotateBitLockerKeys device action result”classWindowsDefenderScanActionResult“Windows Defender last scan result”Methods in odata.msgraph.client.complex that return DeviceActionResult Modifier and Type Method Description DeviceActionResultDeviceActionResult.Builder. build()DeviceActionResultDeviceActionResult. withActionName(String actionName)Returns an immutable copy ofthiswith just theactionNamefield changed.DeviceActionResultDeviceActionResult. withActionState(ActionState actionState)Returns an immutable copy ofthiswith just theactionStatefield changed.DeviceActionResultDeviceActionResult. withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)Returns an immutable copy ofthiswith just thelastUpdatedDateTimefield changed.DeviceActionResultDeviceActionResult. withStartDateTime(OffsetDateTime startDateTime)Returns an immutable copy ofthiswith just thestartDateTimefield changed.DeviceActionResultDeviceActionResult. withUnmappedField(String name, String value) -
Uses of DeviceActionResult in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type DeviceActionResult Modifier and Type Field Description protected List<DeviceActionResult>ManagedDevice. deviceActionResultsMethods in odata.msgraph.client.entity that return types with arguments of type DeviceActionResult Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DeviceActionResult>ManagedDevice. getDeviceActionResults()“List of ComplexType deviceActionResult objects.com.github.davidmoten.odata.client.CollectionPage<DeviceActionResult>ManagedDevice. getDeviceActionResults(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of ComplexType deviceActionResult objects.Methods in odata.msgraph.client.entity with parameters of type DeviceActionResult Modifier and Type Method Description ManagedDevice.BuilderManagedDevice.Builder. deviceActionResults(DeviceActionResult... deviceActionResults)“List of ComplexType deviceActionResult objects.Method parameters in odata.msgraph.client.entity with type arguments of type DeviceActionResult Modifier and Type Method Description ManagedDevice.BuilderManagedDevice.Builder. deviceActionResults(List<DeviceActionResult> deviceActionResults)“List of ComplexType deviceActionResult objects.ManagedDeviceManagedDevice. withDeviceActionResults(List<DeviceActionResult> deviceActionResults)Returns an immutable copy ofthiswith just thedeviceActionResultsfield changed.
-