public final class DateAfterModification extends Object
| Constructor and Description |
|---|
DateAfterModification() |
| Modifier and Type | Method and Description |
|---|---|
Float |
daysAfterLastAccessTimeGreaterThan()
Get the daysAfterLastAccessTimeGreaterThan property: Value indicating the age in days after last blob access.
|
Float |
daysAfterModificationGreaterThan()
Get the daysAfterModificationGreaterThan property: Value indicating the age in days after last modification.
|
void |
validate()
Validates the instance.
|
DateAfterModification |
withDaysAfterLastAccessTimeGreaterThan(Float daysAfterLastAccessTimeGreaterThan)
Set the daysAfterLastAccessTimeGreaterThan property: Value indicating the age in days after last blob access.
|
DateAfterModification |
withDaysAfterModificationGreaterThan(Float daysAfterModificationGreaterThan)
Set the daysAfterModificationGreaterThan property: Value indicating the age in days after last modification.
|
public Float daysAfterModificationGreaterThan()
public DateAfterModification withDaysAfterModificationGreaterThan(Float daysAfterModificationGreaterThan)
daysAfterModificationGreaterThan - the daysAfterModificationGreaterThan value to set.public Float daysAfterLastAccessTimeGreaterThan()
public DateAfterModification withDaysAfterLastAccessTimeGreaterThan(Float daysAfterLastAccessTimeGreaterThan)
daysAfterLastAccessTimeGreaterThan - the daysAfterLastAccessTimeGreaterThan value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.