Uses of Class
odata.msgraph.client.beta.enums.ManagedDeviceOwnerType
-
Packages that use ManagedDeviceOwnerType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ManagedDeviceOwnerType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as ManagedDeviceOwnerType Modifier and Type Field Description protected ManagedDeviceOwnerTypeAppleOwnerTypeEnrollmentType. ownerTypeprotected ManagedDeviceOwnerTypeRetireScheduledManagedDevice. ownerTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type ManagedDeviceOwnerType Modifier and Type Method Description Optional<ManagedDeviceOwnerType>AppleOwnerTypeEnrollmentType. getOwnerType()“The owner type.”Optional<ManagedDeviceOwnerType>RetireScheduledManagedDevice. getOwnerType()“Managed Device ManagedDeviceOwnerType”Methods in odata.msgraph.client.beta.complex with parameters of type ManagedDeviceOwnerType Modifier and Type Method Description AppleOwnerTypeEnrollmentType.BuilderAppleOwnerTypeEnrollmentType.Builder. ownerType(ManagedDeviceOwnerType ownerType)“The owner type.”RetireScheduledManagedDevice.BuilderRetireScheduledManagedDevice.Builder. ownerType(ManagedDeviceOwnerType ownerType)“Managed Device ManagedDeviceOwnerType”AppleOwnerTypeEnrollmentTypeAppleOwnerTypeEnrollmentType. withOwnerType(ManagedDeviceOwnerType ownerType)Returns an immutable copy ofthiswith just theownerTypefield changed.RetireScheduledManagedDeviceRetireScheduledManagedDevice. withOwnerType(ManagedDeviceOwnerType ownerType)Returns an immutable copy ofthiswith just theownerTypefield changed. -
Uses of ManagedDeviceOwnerType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ManagedDeviceOwnerType Modifier and Type Field Description protected ManagedDeviceOwnerTypeManagedDevice. managedDeviceOwnerTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type ManagedDeviceOwnerType Modifier and Type Method Description Optional<ManagedDeviceOwnerType>ManagedDevice. getManagedDeviceOwnerType()“Ownership of the device.Methods in odata.msgraph.client.beta.entity with parameters of type ManagedDeviceOwnerType Modifier and Type Method Description ManagedDevice.BuilderManagedDevice.Builder. managedDeviceOwnerType(ManagedDeviceOwnerType managedDeviceOwnerType)“Ownership of the device.WindowsManagedDevice.BuilderWindowsManagedDevice.Builder. managedDeviceOwnerType(ManagedDeviceOwnerType managedDeviceOwnerType)ManagedDeviceManagedDevice. withManagedDeviceOwnerType(ManagedDeviceOwnerType managedDeviceOwnerType)Returns an immutable copy ofthiswith just themanagedDeviceOwnerTypefield changed. -
Uses of ManagedDeviceOwnerType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ManagedDeviceOwnerType Modifier and Type Method Description static ManagedDeviceOwnerTypeManagedDeviceOwnerType. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagedDeviceOwnerType[]ManagedDeviceOwnerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-