| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected ITunesPairingMode |
DepEnrollmentProfile.iTunesPairingMode |
protected ITunesPairingMode |
DepIOSEnrollmentProfile.iTunesPairingMode |
| Modifier and Type | Method and Description |
|---|---|
Optional<ITunesPairingMode> |
DepEnrollmentProfile.getITunesPairingMode()
“Indicates the iTunes pairing mode”
|
Optional<ITunesPairingMode> |
DepIOSEnrollmentProfile.getITunesPairingMode()
“Indicates the iTunes pairing mode”
|
| Modifier and Type | Method and Description |
|---|---|
DepEnrollmentProfile.Builder |
DepEnrollmentProfile.Builder.iTunesPairingMode(ITunesPairingMode iTunesPairingMode)
“Indicates the iTunes pairing mode”
|
DepIOSEnrollmentProfile.Builder |
DepIOSEnrollmentProfile.Builder.iTunesPairingMode(ITunesPairingMode iTunesPairingMode)
“Indicates the iTunes pairing mode”
|
DepEnrollmentProfile |
DepEnrollmentProfile.withITunesPairingMode(ITunesPairingMode iTunesPairingMode)
Returns an immutable copy of
this with just the iTunesPairingMode
field changed. |
DepIOSEnrollmentProfile |
DepIOSEnrollmentProfile.withITunesPairingMode(ITunesPairingMode iTunesPairingMode)
Returns an immutable copy of
this with just the iTunesPairingMode
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static ITunesPairingMode |
ITunesPairingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITunesPairingMode[] |
ITunesPairingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.