Class AppleOwnerTypeEnrollmentType.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.AppleOwnerTypeEnrollmentType.Builder
-
- Enclosing class:
- AppleOwnerTypeEnrollmentType
public static final class AppleOwnerTypeEnrollmentType.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppleOwnerTypeEnrollmentTypebuild()AppleOwnerTypeEnrollmentType.BuilderenrollmentType(AppleUserInitiatedEnrollmentType enrollmentType)“The enrollment type.”AppleOwnerTypeEnrollmentType.BuilderownerType(ManagedDeviceOwnerType ownerType)“The owner type.”
-
-
-
Method Detail
-
enrollmentType
public AppleOwnerTypeEnrollmentType.Builder enrollmentType(AppleUserInitiatedEnrollmentType enrollmentType)
“The enrollment type.”- Parameters:
enrollmentType- value ofenrollmentTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
ownerType
public AppleOwnerTypeEnrollmentType.Builder ownerType(ManagedDeviceOwnerType ownerType)
“The owner type.”- Parameters:
ownerType- value ofownerTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public AppleOwnerTypeEnrollmentType build()
-
-