Uses of Class
odata.msgraph.client.beta.enums.AppleUserInitiatedEnrollmentType
-
Packages that use AppleUserInitiatedEnrollmentType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AppleUserInitiatedEnrollmentType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as AppleUserInitiatedEnrollmentType Modifier and Type Field Description protected AppleUserInitiatedEnrollmentTypeAppleOwnerTypeEnrollmentType. enrollmentTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type AppleUserInitiatedEnrollmentType Modifier and Type Method Description Optional<AppleUserInitiatedEnrollmentType>AppleOwnerTypeEnrollmentType. getEnrollmentType()“The enrollment type.”Methods in odata.msgraph.client.beta.complex with parameters of type AppleUserInitiatedEnrollmentType Modifier and Type Method Description AppleOwnerTypeEnrollmentType.BuilderAppleOwnerTypeEnrollmentType.Builder. enrollmentType(AppleUserInitiatedEnrollmentType enrollmentType)“The enrollment type.”AppleOwnerTypeEnrollmentTypeAppleOwnerTypeEnrollmentType. withEnrollmentType(AppleUserInitiatedEnrollmentType enrollmentType)Returns an immutable copy ofthiswith just theenrollmentTypefield changed. -
Uses of AppleUserInitiatedEnrollmentType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AppleUserInitiatedEnrollmentType Modifier and Type Field Description protected AppleUserInitiatedEnrollmentTypeAppleUserInitiatedEnrollmentProfile. defaultEnrollmentTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type AppleUserInitiatedEnrollmentType Modifier and Type Method Description Optional<AppleUserInitiatedEnrollmentType>AppleUserInitiatedEnrollmentProfile. getDefaultEnrollmentType()“The default profile enrollment type.”Methods in odata.msgraph.client.beta.entity with parameters of type AppleUserInitiatedEnrollmentType Modifier and Type Method Description AppleUserInitiatedEnrollmentProfile.BuilderAppleUserInitiatedEnrollmentProfile.Builder. defaultEnrollmentType(AppleUserInitiatedEnrollmentType defaultEnrollmentType)“The default profile enrollment type.”AppleUserInitiatedEnrollmentProfileAppleUserInitiatedEnrollmentProfile. withDefaultEnrollmentType(AppleUserInitiatedEnrollmentType defaultEnrollmentType)Returns an immutable copy ofthiswith just thedefaultEnrollmentTypefield changed. -
Uses of AppleUserInitiatedEnrollmentType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AppleUserInitiatedEnrollmentType Modifier and Type Method Description static AppleUserInitiatedEnrollmentTypeAppleUserInitiatedEnrollmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static AppleUserInitiatedEnrollmentType[]AppleUserInitiatedEnrollmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-