public final class RetentionPolicy extends Object
Constructor and Description |
---|
RetentionPolicy() |
Modifier and Type | Method and Description |
---|---|
Integer |
days()
Get the days value.
|
boolean |
enabled()
Get the enabled value.
|
RetentionPolicy |
withDays(Integer days)
Set the days value.
|
RetentionPolicy |
withEnabled(boolean enabled)
Set the enabled value.
|
public boolean enabled()
public RetentionPolicy withEnabled(boolean enabled)
enabled
- the enabled value to set.public Integer days()
public RetentionPolicy withDays(Integer days)
days
- the days value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.