Uses of Class
odata.msgraph.client.beta.complex.DeliveryOptimizationMaxCacheSize
-
Packages that use DeliveryOptimizationMaxCacheSize Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of DeliveryOptimizationMaxCacheSize in odata.msgraph.client.beta.complex
Subclasses of DeliveryOptimizationMaxCacheSize in odata.msgraph.client.beta.complex Modifier and Type Class Description classDeliveryOptimizationMaxCacheSizeAbsolute“Delivery Optimization max cache size absolute type.”classDeliveryOptimizationMaxCacheSizePercentage“Delivery Optimization Max cache size percentage types.”Methods in odata.msgraph.client.beta.complex that return DeliveryOptimizationMaxCacheSize Modifier and Type Method Description DeliveryOptimizationMaxCacheSizeDeliveryOptimizationMaxCacheSize. withUnmappedField(String name, String value) -
Uses of DeliveryOptimizationMaxCacheSize in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DeliveryOptimizationMaxCacheSize Modifier and Type Field Description protected DeliveryOptimizationMaxCacheSizeWindowsDeliveryOptimizationConfiguration. maximumCacheSizeMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeliveryOptimizationMaxCacheSize Modifier and Type Method Description Optional<DeliveryOptimizationMaxCacheSize>WindowsDeliveryOptimizationConfiguration. getMaximumCacheSize()“Specifies the maximum cache size that Delivery Optimization either as a percentage or in GB.”Methods in odata.msgraph.client.beta.entity with parameters of type DeliveryOptimizationMaxCacheSize Modifier and Type Method Description WindowsDeliveryOptimizationConfiguration.BuilderWindowsDeliveryOptimizationConfiguration.Builder. maximumCacheSize(DeliveryOptimizationMaxCacheSize maximumCacheSize)“Specifies the maximum cache size that Delivery Optimization either as a percentage or in GB.”WindowsDeliveryOptimizationConfigurationWindowsDeliveryOptimizationConfiguration. withMaximumCacheSize(DeliveryOptimizationMaxCacheSize maximumCacheSize)Returns an immutable copy ofthiswith just themaximumCacheSizefield changed.
-