Class DeliveryOptimizationBandwidthBusinessHoursLimit.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeliveryOptimizationBandwidthBusinessHoursLimit.Builder
-
- Enclosing class:
- DeliveryOptimizationBandwidthBusinessHoursLimit
public static final class DeliveryOptimizationBandwidthBusinessHoursLimit.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeliveryOptimizationBandwidthBusinessHoursLimit.BuilderbandwidthBeginBusinessHours(Integer bandwidthBeginBusinessHours)“Specifies the beginning of business hours using a 24-hour clock (0-23).DeliveryOptimizationBandwidthBusinessHoursLimit.BuilderbandwidthEndBusinessHours(Integer bandwidthEndBusinessHours)“Specifies the end of business hours using a 24-hour clock (0-23).DeliveryOptimizationBandwidthBusinessHoursLimit.BuilderbandwidthPercentageDuringBusinessHours(Integer bandwidthPercentageDuringBusinessHours)“Specifies the percentage of bandwidth to limit during business hours (0-100).DeliveryOptimizationBandwidthBusinessHoursLimit.BuilderbandwidthPercentageOutsideBusinessHours(Integer bandwidthPercentageOutsideBusinessHours)“Specifies the percentage of bandwidth to limit outsidse business hours (0-100).DeliveryOptimizationBandwidthBusinessHoursLimitbuild()
-
-
-
Method Detail
-
bandwidthBeginBusinessHours
public DeliveryOptimizationBandwidthBusinessHoursLimit.Builder bandwidthBeginBusinessHours(Integer bandwidthBeginBusinessHours)
“Specifies the beginning of business hours using a 24-hour clock (0-23). Valid values 0 to 23”- Parameters:
bandwidthBeginBusinessHours- value ofbandwidthBeginBusinessHoursproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
bandwidthEndBusinessHours
public DeliveryOptimizationBandwidthBusinessHoursLimit.Builder bandwidthEndBusinessHours(Integer bandwidthEndBusinessHours)
“Specifies the end of business hours using a 24-hour clock (0-23). Valid values 0 to 23”- Parameters:
bandwidthEndBusinessHours- value ofbandwidthEndBusinessHoursproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
bandwidthPercentageDuringBusinessHours
public DeliveryOptimizationBandwidthBusinessHoursLimit.Builder bandwidthPercentageDuringBusinessHours(Integer bandwidthPercentageDuringBusinessHours)
“Specifies the percentage of bandwidth to limit during business hours (0-100). Valid values 0 to 100”- Parameters:
bandwidthPercentageDuringBusinessHours- value ofbandwidthPercentageDuringBusinessHoursproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
bandwidthPercentageOutsideBusinessHours
public DeliveryOptimizationBandwidthBusinessHoursLimit.Builder bandwidthPercentageOutsideBusinessHours(Integer bandwidthPercentageOutsideBusinessHours)
“Specifies the percentage of bandwidth to limit outsidse business hours (0-100). Valid values 0 to 100”- Parameters:
bandwidthPercentageOutsideBusinessHours- value ofbandwidthPercentageOutsideBusinessHoursproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeliveryOptimizationBandwidthBusinessHoursLimit build()
-
-