Uses of Class
odata.msgraph.client.beta.enums.DeviceEnrollmentType
-
Packages that use DeviceEnrollmentType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DeviceEnrollmentType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DeviceEnrollmentType Modifier and Type Field Description protected DeviceEnrollmentTypeManagedDevice. deviceEnrollmentTypeprotected DeviceEnrollmentTypeEnrollmentTroubleshootingEvent. enrollmentTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceEnrollmentType Modifier and Type Method Description Optional<DeviceEnrollmentType>ManagedDevice. getDeviceEnrollmentType()“Enrollment type of the device.Optional<DeviceEnrollmentType>EnrollmentTroubleshootingEvent. getEnrollmentType()“Type of the enrollment.”Methods in odata.msgraph.client.beta.entity with parameters of type DeviceEnrollmentType Modifier and Type Method Description ManagedDevice.BuilderManagedDevice.Builder. deviceEnrollmentType(DeviceEnrollmentType deviceEnrollmentType)“Enrollment type of the device.WindowsManagedDevice.BuilderWindowsManagedDevice.Builder. deviceEnrollmentType(DeviceEnrollmentType deviceEnrollmentType)EnrollmentTroubleshootingEvent.BuilderEnrollmentTroubleshootingEvent.Builder. enrollmentType(DeviceEnrollmentType enrollmentType)“Type of the enrollment.”ManagedDeviceManagedDevice. withDeviceEnrollmentType(DeviceEnrollmentType deviceEnrollmentType)Returns an immutable copy ofthiswith just thedeviceEnrollmentTypefield changed.EnrollmentTroubleshootingEventEnrollmentTroubleshootingEvent. withEnrollmentType(DeviceEnrollmentType enrollmentType)Returns an immutable copy ofthiswith just theenrollmentTypefield changed. -
Uses of DeviceEnrollmentType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceEnrollmentType Modifier and Type Method Description static DeviceEnrollmentTypeDeviceEnrollmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceEnrollmentType[]DeviceEnrollmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-