Uses of Class
odata.msgraph.client.enums.DeviceRegistrationState
-
Packages that use DeviceRegistrationState Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of DeviceRegistrationState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as DeviceRegistrationState Modifier and Type Field Description protected DeviceRegistrationStateManagedDevice. deviceRegistrationStateMethods in odata.msgraph.client.entity that return types with arguments of type DeviceRegistrationState Modifier and Type Method Description Optional<DeviceRegistrationState>ManagedDevice. getDeviceRegistrationState()“Device registration state.Methods in odata.msgraph.client.entity with parameters of type DeviceRegistrationState Modifier and Type Method Description ManagedDevice.BuilderManagedDevice.Builder. deviceRegistrationState(DeviceRegistrationState deviceRegistrationState)“Device registration state.ManagedDeviceManagedDevice. withDeviceRegistrationState(DeviceRegistrationState deviceRegistrationState)Returns an immutable copy ofthiswith just thedeviceRegistrationStatefield changed. -
Uses of DeviceRegistrationState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return DeviceRegistrationState Modifier and Type Method Description static DeviceRegistrationStateDeviceRegistrationState. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceRegistrationState[]DeviceRegistrationState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-