Uses of Class
odata.msgraph.client.beta.enums.MacOSContentCachingClientPolicy
-
Packages that use MacOSContentCachingClientPolicy Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of MacOSContentCachingClientPolicy in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as MacOSContentCachingClientPolicy Modifier and Type Field Description protected MacOSContentCachingClientPolicyMacOSDeviceFeaturesConfiguration. contentCachingClientPolicyMethods in odata.msgraph.client.beta.entity that return types with arguments of type MacOSContentCachingClientPolicy Modifier and Type Method Description Optional<MacOSContentCachingClientPolicy>MacOSDeviceFeaturesConfiguration. getContentCachingClientPolicy()“Determines the method in which content caching servers will listen for clients.”Methods in odata.msgraph.client.beta.entity with parameters of type MacOSContentCachingClientPolicy Modifier and Type Method Description MacOSDeviceFeaturesConfiguration.BuilderMacOSDeviceFeaturesConfiguration.Builder. contentCachingClientPolicy(MacOSContentCachingClientPolicy contentCachingClientPolicy)“Determines the method in which content caching servers will listen for clients.”MacOSDeviceFeaturesConfigurationMacOSDeviceFeaturesConfiguration. withContentCachingClientPolicy(MacOSContentCachingClientPolicy contentCachingClientPolicy)Returns an immutable copy ofthiswith just thecontentCachingClientPolicyfield changed. -
Uses of MacOSContentCachingClientPolicy in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return MacOSContentCachingClientPolicy Modifier and Type Method Description static MacOSContentCachingClientPolicyMacOSContentCachingClientPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static MacOSContentCachingClientPolicy[]MacOSContentCachingClientPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-