Uses of Class
odata.msgraph.client.beta.enums.MacOSContentCachingParentSelectionPolicy
-
Packages that use MacOSContentCachingParentSelectionPolicy Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of MacOSContentCachingParentSelectionPolicy in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as MacOSContentCachingParentSelectionPolicy Modifier and Type Field Description protected MacOSContentCachingParentSelectionPolicyMacOSDeviceFeaturesConfiguration. contentCachingParentSelectionPolicyMethods in odata.msgraph.client.beta.entity that return types with arguments of type MacOSContentCachingParentSelectionPolicy Modifier and Type Method Description Optional<MacOSContentCachingParentSelectionPolicy>MacOSDeviceFeaturesConfiguration. getContentCachingParentSelectionPolicy()“Determines the method in which content caching servers will select parents if multiple are present.”Methods in odata.msgraph.client.beta.entity with parameters of type MacOSContentCachingParentSelectionPolicy Modifier and Type Method Description MacOSDeviceFeaturesConfiguration.BuilderMacOSDeviceFeaturesConfiguration.Builder. contentCachingParentSelectionPolicy(MacOSContentCachingParentSelectionPolicy contentCachingParentSelectionPolicy)“Determines the method in which content caching servers will select parents if multiple are present.”MacOSDeviceFeaturesConfigurationMacOSDeviceFeaturesConfiguration. withContentCachingParentSelectionPolicy(MacOSContentCachingParentSelectionPolicy contentCachingParentSelectionPolicy)Returns an immutable copy ofthiswith just thecontentCachingParentSelectionPolicyfield changed. -
Uses of MacOSContentCachingParentSelectionPolicy in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return MacOSContentCachingParentSelectionPolicy Modifier and Type Method Description static MacOSContentCachingParentSelectionPolicyMacOSContentCachingParentSelectionPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static MacOSContentCachingParentSelectionPolicy[]MacOSContentCachingParentSelectionPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-