| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected AppleUserInitiatedEnrollmentType |
AppleOwnerTypeEnrollmentType.enrollmentType |
| Modifier and Type | Method and Description |
|---|---|
Optional<AppleUserInitiatedEnrollmentType> |
AppleOwnerTypeEnrollmentType.getEnrollmentType()
“The enrollment type.”
|
| Modifier and Type | Method and Description |
|---|---|
AppleOwnerTypeEnrollmentType.Builder |
AppleOwnerTypeEnrollmentType.Builder.enrollmentType(AppleUserInitiatedEnrollmentType enrollmentType)
“The enrollment type.”
|
AppleOwnerTypeEnrollmentType |
AppleOwnerTypeEnrollmentType.withEnrollmentType(AppleUserInitiatedEnrollmentType enrollmentType)
Returns an immutable copy of
this with just the enrollmentType
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected AppleUserInitiatedEnrollmentType |
AppleUserInitiatedEnrollmentProfile.defaultEnrollmentType |
| Modifier and Type | Method and Description |
|---|---|
Optional<AppleUserInitiatedEnrollmentType> |
AppleUserInitiatedEnrollmentProfile.getDefaultEnrollmentType()
“The default profile enrollment type.”
|
| Modifier and Type | Method and Description |
|---|---|
AppleUserInitiatedEnrollmentProfile.Builder |
AppleUserInitiatedEnrollmentProfile.Builder.defaultEnrollmentType(AppleUserInitiatedEnrollmentType defaultEnrollmentType)
“The default profile enrollment type.”
|
AppleUserInitiatedEnrollmentProfile |
AppleUserInitiatedEnrollmentProfile.withDefaultEnrollmentType(AppleUserInitiatedEnrollmentType defaultEnrollmentType)
Returns an immutable copy of
this with just the defaultEnrollmentType field changed. |
| Modifier and Type | Method and Description |
|---|---|
static AppleUserInitiatedEnrollmentType |
AppleUserInitiatedEnrollmentType.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.
|
Copyright © 2018–2020. All rights reserved.