Uses of Class
odata.msgraph.client.beta.enums.MacOSContentCachingType
-
Packages that use MacOSContentCachingType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of MacOSContentCachingType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as MacOSContentCachingType Modifier and Type Field Description protected MacOSContentCachingTypeMacOSDeviceFeaturesConfiguration. contentCachingTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type MacOSContentCachingType Modifier and Type Method Description Optional<MacOSContentCachingType>MacOSDeviceFeaturesConfiguration. getContentCachingType()“Determines what type of content is allowed to be cached by Apple's content caching service.”Methods in odata.msgraph.client.beta.entity with parameters of type MacOSContentCachingType Modifier and Type Method Description MacOSDeviceFeaturesConfiguration.BuilderMacOSDeviceFeaturesConfiguration.Builder. contentCachingType(MacOSContentCachingType contentCachingType)“Determines what type of content is allowed to be cached by Apple's content caching service.”MacOSDeviceFeaturesConfigurationMacOSDeviceFeaturesConfiguration. withContentCachingType(MacOSContentCachingType contentCachingType)Returns an immutable copy ofthiswith just thecontentCachingTypefield changed. -
Uses of MacOSContentCachingType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return MacOSContentCachingType Modifier and Type Method Description static MacOSContentCachingTypeMacOSContentCachingType. valueOf(String name)Returns the enum constant of this type with the specified name.static MacOSContentCachingType[]MacOSContentCachingType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-