Uses of Class
odata.msgraph.client.beta.complex.AppleOwnerTypeEnrollmentType
-
Packages that use AppleOwnerTypeEnrollmentType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of AppleOwnerTypeEnrollmentType in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return AppleOwnerTypeEnrollmentType Modifier and Type Method Description AppleOwnerTypeEnrollmentTypeAppleOwnerTypeEnrollmentType.Builder. build()AppleOwnerTypeEnrollmentTypeAppleOwnerTypeEnrollmentType. withEnrollmentType(AppleUserInitiatedEnrollmentType enrollmentType)Returns an immutable copy ofthiswith just theenrollmentTypefield changed.AppleOwnerTypeEnrollmentTypeAppleOwnerTypeEnrollmentType. withOwnerType(ManagedDeviceOwnerType ownerType)Returns an immutable copy ofthiswith just theownerTypefield changed.AppleOwnerTypeEnrollmentTypeAppleOwnerTypeEnrollmentType. withUnmappedField(String name, String value) -
Uses of AppleOwnerTypeEnrollmentType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type AppleOwnerTypeEnrollmentType Modifier and Type Field Description protected List<AppleOwnerTypeEnrollmentType>AppleUserInitiatedEnrollmentProfile. availableEnrollmentTypeOptionsMethods in odata.msgraph.client.beta.entity that return types with arguments of type AppleOwnerTypeEnrollmentType Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AppleOwnerTypeEnrollmentType>AppleUserInitiatedEnrollmentProfile. getAvailableEnrollmentTypeOptions()“List of available enrollment type options”com.github.davidmoten.odata.client.CollectionPage<AppleOwnerTypeEnrollmentType>AppleUserInitiatedEnrollmentProfile. getAvailableEnrollmentTypeOptions(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of available enrollment type options”Methods in odata.msgraph.client.beta.entity with parameters of type AppleOwnerTypeEnrollmentType Modifier and Type Method Description AppleUserInitiatedEnrollmentProfile.BuilderAppleUserInitiatedEnrollmentProfile.Builder. availableEnrollmentTypeOptions(AppleOwnerTypeEnrollmentType... availableEnrollmentTypeOptions)“List of available enrollment type options”Method parameters in odata.msgraph.client.beta.entity with type arguments of type AppleOwnerTypeEnrollmentType Modifier and Type Method Description AppleUserInitiatedEnrollmentProfile.BuilderAppleUserInitiatedEnrollmentProfile.Builder. availableEnrollmentTypeOptions(List<AppleOwnerTypeEnrollmentType> availableEnrollmentTypeOptions)“List of available enrollment type options”AppleUserInitiatedEnrollmentProfileAppleUserInitiatedEnrollmentProfile. withAvailableEnrollmentTypeOptions(List<AppleOwnerTypeEnrollmentType> availableEnrollmentTypeOptions)Returns an immutable copy ofthiswith just theavailableEnrollmentTypeOptionsfield changed.
-