Uses of Class
odata.msgraph.client.beta.complex.UnmanagedDevice
-
Packages that use UnmanagedDevice Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of UnmanagedDevice in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return UnmanagedDevice Modifier and Type Method Description UnmanagedDeviceUnmanagedDevice.Builder. build()UnmanagedDeviceUnmanagedDevice. withDeviceName(String deviceName)Returns an immutable copy ofthiswith just thedeviceNamefield changed.UnmanagedDeviceUnmanagedDevice. withDomain(String domain)Returns an immutable copy ofthiswith just thedomainfield changed.UnmanagedDeviceUnmanagedDevice. withIpAddress(String ipAddress)Returns an immutable copy ofthiswith just theipAddressfield changed.UnmanagedDeviceUnmanagedDevice. withLastLoggedOnUser(String lastLoggedOnUser)Returns an immutable copy ofthiswith just thelastLoggedOnUserfield changed.UnmanagedDeviceUnmanagedDevice. withLastSeenDateTime(OffsetDateTime lastSeenDateTime)Returns an immutable copy ofthiswith just thelastSeenDateTimefield changed.UnmanagedDeviceUnmanagedDevice. withLocation(String location)Returns an immutable copy ofthiswith just thelocationfield changed.UnmanagedDeviceUnmanagedDevice. withMacAddress(String macAddress)Returns an immutable copy ofthiswith just themacAddressfield changed.UnmanagedDeviceUnmanagedDevice. withManufacturer(String manufacturer)Returns an immutable copy ofthiswith just themanufacturerfield changed.UnmanagedDeviceUnmanagedDevice. withModel(String model)Returns an immutable copy ofthiswith just themodelfield changed.UnmanagedDeviceUnmanagedDevice. withOs(String os)Returns an immutable copy ofthiswith just theosfield changed .UnmanagedDeviceUnmanagedDevice. withOsVersion(String osVersion)Returns an immutable copy ofthiswith just theosVersionfield changed.UnmanagedDeviceUnmanagedDevice. withUnmappedField(String name, String value) -
Uses of UnmanagedDevice in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type UnmanagedDevice Modifier and Type Field Description protected List<UnmanagedDevice>UnmanagedDeviceDiscoveryTask. unmanagedDevicesMethods in odata.msgraph.client.beta.entity that return types with arguments of type UnmanagedDevice Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<UnmanagedDevice>UnmanagedDeviceDiscoveryTask. getUnmanagedDevices()“Unmanaged devices discovered in the network.”com.github.davidmoten.odata.client.CollectionPage<UnmanagedDevice>UnmanagedDeviceDiscoveryTask. getUnmanagedDevices(com.github.davidmoten.odata.client.HttpRequestOptions options)“Unmanaged devices discovered in the network.”Methods in odata.msgraph.client.beta.entity with parameters of type UnmanagedDevice Modifier and Type Method Description UnmanagedDeviceDiscoveryTask.BuilderUnmanagedDeviceDiscoveryTask.Builder. unmanagedDevices(UnmanagedDevice... unmanagedDevices)“Unmanaged devices discovered in the network.”Method parameters in odata.msgraph.client.beta.entity with type arguments of type UnmanagedDevice Modifier and Type Method Description UnmanagedDeviceDiscoveryTask.BuilderUnmanagedDeviceDiscoveryTask.Builder. unmanagedDevices(List<UnmanagedDevice> unmanagedDevices)“Unmanaged devices discovered in the network.”UnmanagedDeviceDiscoveryTaskUnmanagedDeviceDiscoveryTask. withUnmanagedDevices(List<UnmanagedDevice> unmanagedDevices)Returns an immutable copy ofthiswith just theunmanagedDevicesfield changed.
-