Uses of Class
odata.msgraph.client.enums.EdgeCookiePolicy
-
Packages that use EdgeCookiePolicy Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of EdgeCookiePolicy in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as EdgeCookiePolicy Modifier and Type Field Description protected EdgeCookiePolicyWindows10GeneralConfiguration. edgeCookiePolicyMethods in odata.msgraph.client.entity that return types with arguments of type EdgeCookiePolicy Modifier and Type Method Description Optional<EdgeCookiePolicy>Windows10GeneralConfiguration. getEdgeCookiePolicy()“Indicates which cookies to block in the Edge browser.”Methods in odata.msgraph.client.entity with parameters of type EdgeCookiePolicy Modifier and Type Method Description Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. edgeCookiePolicy(EdgeCookiePolicy edgeCookiePolicy)“Indicates which cookies to block in the Edge browser.”Windows10GeneralConfigurationWindows10GeneralConfiguration. withEdgeCookiePolicy(EdgeCookiePolicy edgeCookiePolicy)Returns an immutable copy ofthiswith just theedgeCookiePolicyfield changed. -
Uses of EdgeCookiePolicy in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return EdgeCookiePolicy Modifier and Type Method Description static EdgeCookiePolicyEdgeCookiePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static EdgeCookiePolicy[]EdgeCookiePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-