public final class BreakOutCategoryPolicies extends Object
| Type | Property and Description |
|---|---|
Boolean |
default
Get the defaultProperty property: Flag to control breakout of o365 default category.
|
| Constructor and Description |
|---|
BreakOutCategoryPolicies() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allow()
Get the allow property: Flag to control breakout of o365 allow category.
|
Boolean |
defaultProperty()
Get the defaultProperty property: Flag to control breakout of o365 default category.
|
Boolean |
optimize()
Get the optimize property: Flag to control breakout of o365 optimize category.
|
void |
validate()
Validates the instance.
|
BreakOutCategoryPolicies |
withAllow(Boolean allow)
Set the allow property: Flag to control breakout of o365 allow category.
|
BreakOutCategoryPolicies |
withDefaultProperty(Boolean defaultProperty)
Set the defaultProperty property: Flag to control breakout of o365 default category.
|
BreakOutCategoryPolicies |
withOptimize(Boolean optimize)
Set the optimize property: Flag to control breakout of o365 optimize category.
|
public Boolean defaultProperty
public Boolean allow()
public BreakOutCategoryPolicies withAllow(Boolean allow)
allow - the allow value to set.public Boolean optimize()
public BreakOutCategoryPolicies withOptimize(Boolean optimize)
optimize - the optimize value to set.public Boolean defaultProperty()
public BreakOutCategoryPolicies withDefaultProperty(Boolean defaultProperty)
defaultProperty - the defaultProperty value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.