Uses of Class
odata.msgraph.client.beta.complex.AdminConsent
-
Packages that use AdminConsent Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of AdminConsent in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return AdminConsent Modifier and Type Method Description AdminConsentAdminConsent.Builder. build()AdminConsentAdminConsent. withShareAPNSData(AdminConsentState shareAPNSData)Returns an immutable copy ofthiswith just theshareAPNSDatafield changed.AdminConsentAdminConsent. withShareUserExperienceAnalyticsData(AdminConsentState shareUserExperienceAnalyticsData)Returns an immutable copy ofthiswith just theshareUserExperienceAnalyticsDatafield changed.AdminConsentAdminConsent. withUnmappedField(String name, String value) -
Uses of AdminConsent in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AdminConsent Modifier and Type Field Description protected AdminConsentDeviceManagement. adminConsentMethods in odata.msgraph.client.beta.entity that return types with arguments of type AdminConsent Modifier and Type Method Description Optional<AdminConsent>DeviceManagement. getAdminConsent()“Admin consent information.”Methods in odata.msgraph.client.beta.entity with parameters of type AdminConsent Modifier and Type Method Description DeviceManagement.BuilderDeviceManagement.Builder. adminConsent(AdminConsent adminConsent)“Admin consent information.”DeviceManagementDeviceManagement. withAdminConsent(AdminConsent adminConsent)Returns an immutable copy ofthiswith just theadminConsentfield changed.
-