Uses of Class
odata.msgraph.client.beta.enums.WindowsAutopilotEnrollmentType
-
Packages that use WindowsAutopilotEnrollmentType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WindowsAutopilotEnrollmentType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsAutopilotEnrollmentType Modifier and Type Field Description protected WindowsAutopilotEnrollmentTypeDeviceManagementAutopilotEvent. enrollmentTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsAutopilotEnrollmentType Modifier and Type Method Description Optional<WindowsAutopilotEnrollmentType>DeviceManagementAutopilotEvent. getEnrollmentType()“Enrollment type.”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsAutopilotEnrollmentType Modifier and Type Method Description DeviceManagementAutopilotEvent.BuilderDeviceManagementAutopilotEvent.Builder. enrollmentType(WindowsAutopilotEnrollmentType enrollmentType)“Enrollment type.”DeviceManagementAutopilotEventDeviceManagementAutopilotEvent. withEnrollmentType(WindowsAutopilotEnrollmentType enrollmentType)Returns an immutable copy ofthiswith just theenrollmentTypefield changed. -
Uses of WindowsAutopilotEnrollmentType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsAutopilotEnrollmentType Modifier and Type Method Description static WindowsAutopilotEnrollmentTypeWindowsAutopilotEnrollmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsAutopilotEnrollmentType[]WindowsAutopilotEnrollmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-