Class O365BreakOutCategoryPolicies
- java.lang.Object
-
- com.azure.resourcemanager.network.models.O365BreakOutCategoryPolicies
-
public final class O365BreakOutCategoryPolicies extends Object
Office365 breakout categories.
-
-
Constructor Summary
Constructors Constructor Description O365BreakOutCategoryPolicies()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanallow()Get the allow property: Flag to control allow category.BooleandefaultProperty()Get the defaultProperty property: Flag to control default category.Booleanoptimize()Get the optimize property: Flag to control optimize category.voidvalidate()Validates the instance.O365BreakOutCategoryPolicieswithAllow(Boolean allow)Set the allow property: Flag to control allow category.O365BreakOutCategoryPolicieswithDefaultProperty(Boolean defaultProperty)Set the defaultProperty property: Flag to control default category.O365BreakOutCategoryPolicieswithOptimize(Boolean optimize)Set the optimize property: Flag to control optimize category.
-
-
-
Method Detail
-
allow
public Boolean allow()
Get the allow property: Flag to control allow category.- Returns:
- the allow value.
-
withAllow
public O365BreakOutCategoryPolicies withAllow(Boolean allow)
Set the allow property: Flag to control allow category.- Parameters:
allow- the allow value to set.- Returns:
- the O365BreakOutCategoryPolicies object itself.
-
optimize
public Boolean optimize()
Get the optimize property: Flag to control optimize category.- Returns:
- the optimize value.
-
withOptimize
public O365BreakOutCategoryPolicies withOptimize(Boolean optimize)
Set the optimize property: Flag to control optimize category.- Parameters:
optimize- the optimize value to set.- Returns:
- the O365BreakOutCategoryPolicies object itself.
-
defaultProperty
public Boolean defaultProperty()
Get the defaultProperty property: Flag to control default category.- Returns:
- the defaultProperty value.
-
withDefaultProperty
public O365BreakOutCategoryPolicies withDefaultProperty(Boolean defaultProperty)
Set the defaultProperty property: Flag to control default category.- Parameters:
defaultProperty- the defaultProperty value to set.- Returns:
- the O365BreakOutCategoryPolicies object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-