Class DeliveryOptimizationBandwidthHoursWithPercentage.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeliveryOptimizationBandwidthHoursWithPercentage.Builder
-
- Enclosing class:
- DeliveryOptimizationBandwidthHoursWithPercentage
public static final class DeliveryOptimizationBandwidthHoursWithPercentage.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeliveryOptimizationBandwidthHoursWithPercentage.BuilderbandwidthBackgroundPercentageHours(DeliveryOptimizationBandwidthBusinessHoursLimit bandwidthBackgroundPercentageHours)“Background download percentage hours.”DeliveryOptimizationBandwidthHoursWithPercentage.BuilderbandwidthForegroundPercentageHours(DeliveryOptimizationBandwidthBusinessHoursLimit bandwidthForegroundPercentageHours)“Foreground download percentage hours.”DeliveryOptimizationBandwidthHoursWithPercentagebuild()
-
-
-
Method Detail
-
bandwidthBackgroundPercentageHours
public DeliveryOptimizationBandwidthHoursWithPercentage.Builder bandwidthBackgroundPercentageHours(DeliveryOptimizationBandwidthBusinessHoursLimit bandwidthBackgroundPercentageHours)
“Background download percentage hours.”- Parameters:
bandwidthBackgroundPercentageHours- value ofbandwidthBackgroundPercentageHoursproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
bandwidthForegroundPercentageHours
public DeliveryOptimizationBandwidthHoursWithPercentage.Builder bandwidthForegroundPercentageHours(DeliveryOptimizationBandwidthBusinessHoursLimit bandwidthForegroundPercentageHours)
“Foreground download percentage hours.”- Parameters:
bandwidthForegroundPercentageHours- value ofbandwidthForegroundPercentageHoursproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeliveryOptimizationBandwidthHoursWithPercentage build()
-
-