Uses of Class
odata.msgraph.client.beta.enums.AndroidDeviceOwnerEnrollmentProfileType
-
Packages that use AndroidDeviceOwnerEnrollmentProfileType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AndroidDeviceOwnerEnrollmentProfileType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AndroidDeviceOwnerEnrollmentProfileType Modifier and Type Field Description protected AndroidDeviceOwnerEnrollmentProfileTypeAndroidDeviceOwnerGeneralDeviceConfiguration. enrollmentProfileMethods in odata.msgraph.client.beta.entity that return types with arguments of type AndroidDeviceOwnerEnrollmentProfileType Modifier and Type Method Description Optional<AndroidDeviceOwnerEnrollmentProfileType>AndroidDeviceOwnerGeneralDeviceConfiguration. getEnrollmentProfile()“Indicates which enrollment profile you want to configure.”Methods in odata.msgraph.client.beta.entity with parameters of type AndroidDeviceOwnerEnrollmentProfileType Modifier and Type Method Description AndroidDeviceOwnerGeneralDeviceConfiguration.BuilderAndroidDeviceOwnerGeneralDeviceConfiguration.Builder. enrollmentProfile(AndroidDeviceOwnerEnrollmentProfileType enrollmentProfile)“Indicates which enrollment profile you want to configure.”AndroidDeviceOwnerGeneralDeviceConfigurationAndroidDeviceOwnerGeneralDeviceConfiguration. withEnrollmentProfile(AndroidDeviceOwnerEnrollmentProfileType enrollmentProfile)Returns an immutable copy ofthiswith just theenrollmentProfilefield changed. -
Uses of AndroidDeviceOwnerEnrollmentProfileType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AndroidDeviceOwnerEnrollmentProfileType Modifier and Type Method Description static AndroidDeviceOwnerEnrollmentProfileTypeAndroidDeviceOwnerEnrollmentProfileType. valueOf(String name)Returns the enum constant of this type with the specified name.static AndroidDeviceOwnerEnrollmentProfileType[]AndroidDeviceOwnerEnrollmentProfileType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-