| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected AdminConsentState |
AdminConsent.shareAPNSData |
protected AdminConsentState |
AdminConsent.shareUserExperienceAnalyticsData |
| Modifier and Type | Method and Description |
|---|---|
Optional<AdminConsentState> |
AdminConsent.getShareAPNSData()
“The admin consent state of sharing user and device data to Apple.”
|
Optional<AdminConsentState> |
AdminConsent.getShareUserExperienceAnalyticsData()
“Gets or sets the admin consent for sharing User experience analytics data.”
|
| Modifier and Type | Method and Description |
|---|---|
AdminConsent.Builder |
AdminConsent.Builder.shareAPNSData(AdminConsentState shareAPNSData)
“The admin consent state of sharing user and device data to Apple.”
|
AdminConsent.Builder |
AdminConsent.Builder.shareUserExperienceAnalyticsData(AdminConsentState shareUserExperienceAnalyticsData)
“Gets or sets the admin consent for sharing User experience analytics data.”
|
AdminConsent |
AdminConsent.withShareAPNSData(AdminConsentState shareAPNSData)
Returns an immutable copy of
this with just the shareAPNSData
field changed. |
AdminConsent |
AdminConsent.withShareUserExperienceAnalyticsData(AdminConsentState shareUserExperienceAnalyticsData)
Returns an immutable copy of
this with just the shareUserExperienceAnalyticsData field changed. |
| Modifier and Type | Method and Description |
|---|---|
static AdminConsentState |
AdminConsentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdminConsentState[] |
AdminConsentState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.