Class DeliveryOptimizationBandwidthPercentage.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeliveryOptimizationBandwidthPercentage.Builder
-
- Enclosing class:
- DeliveryOptimizationBandwidthPercentage
public static final class DeliveryOptimizationBandwidthPercentage.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeliveryOptimizationBandwidthPercentagebuild()DeliveryOptimizationBandwidthPercentage.BuildermaximumBackgroundBandwidthPercentage(Integer maximumBackgroundBandwidthPercentage)“The default value 0 (zero) means that Delivery Optimization dynamically adjusts to use the available bandwidth for background downloads.DeliveryOptimizationBandwidthPercentage.BuildermaximumForegroundBandwidthPercentage(Integer maximumForegroundBandwidthPercentage)“The default value 0 (zero) means that Delivery Optimization dynamically adjusts to use the available bandwidth for foreground downloads.
-
-
-
Method Detail
-
maximumBackgroundBandwidthPercentage
public DeliveryOptimizationBandwidthPercentage.Builder maximumBackgroundBandwidthPercentage(Integer maximumBackgroundBandwidthPercentage)
“The default value 0 (zero) means that Delivery Optimization dynamically adjusts to use the available bandwidth for background downloads. Valid values 0 to 100”- Parameters:
maximumBackgroundBandwidthPercentage- value ofmaximumBackgroundBandwidthPercentageproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
maximumForegroundBandwidthPercentage
public DeliveryOptimizationBandwidthPercentage.Builder maximumForegroundBandwidthPercentage(Integer maximumForegroundBandwidthPercentage)
“The default value 0 (zero) means that Delivery Optimization dynamically adjusts to use the available bandwidth for foreground downloads. Valid values 0 to 100”- Parameters:
maximumForegroundBandwidthPercentage- value ofmaximumForegroundBandwidthPercentageproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeliveryOptimizationBandwidthPercentage build()
-
-