Uses of Class
odata.msgraph.client.beta.enums.AdminConsentState
-
Packages that use AdminConsentState Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of AdminConsentState in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as AdminConsentState Modifier and Type Field Description protected AdminConsentStateAdminConsent. shareAPNSDataprotected AdminConsentStateAdminConsent. shareUserExperienceAnalyticsDataMethods in odata.msgraph.client.beta.complex that return types with arguments of type AdminConsentState Modifier and Type Method 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.”Methods in odata.msgraph.client.beta.complex with parameters of type AdminConsentState Modifier and Type Method Description AdminConsent.BuilderAdminConsent.Builder. shareAPNSData(AdminConsentState shareAPNSData)“The admin consent state of sharing user and device data to Apple.”AdminConsent.BuilderAdminConsent.Builder. shareUserExperienceAnalyticsData(AdminConsentState shareUserExperienceAnalyticsData)“Gets or sets the admin consent for sharing User experience analytics data.”AdminConsentAdminConsent. withShareAPNSData(AdminConsentState shareAPNSData)Returns an immutable copy ofthiswith just theshareAPNSDatafield changed.AdminConsentAdminConsent. withShareUserExperienceAnalyticsData(AdminConsentState shareUserExperienceAnalyticsData)Returns an immutable copy ofthiswith just theshareUserExperienceAnalyticsDatafield changed. -
Uses of AdminConsentState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AdminConsentState Modifier and Type Method Description static AdminConsentStateAdminConsentState. 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.
-