public class GetFileVersionRetentionsQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetFileVersionRetentionsQueryParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
EnumWrapper<GetFileVersionRetentionsQueryParamsDispositionActionField> |
dispositionAction
Filters results by the retention policy with this disposition action.
|
String |
dispositionAfter
Filters results by files that will have their disposition come into effect after this date.
|
String |
dispositionBefore
Filters results by files that will have their disposition come into effect before this date.
|
String |
fileId
Filters results by files with this ID.
|
String |
fileVersionId
Filters results by file versions with this ID.
|
Long |
limit
The maximum number of items to return per page.
|
String |
marker
Defines the position marker at which to begin returning results.
|
String |
policyId
Filters results by the retention policy with this ID.
|
| Modifier | Constructor and Description |
|---|---|
|
GetFileVersionRetentionsQueryParams() |
protected |
GetFileVersionRetentionsQueryParams(GetFileVersionRetentionsQueryParams.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
EnumWrapper<GetFileVersionRetentionsQueryParamsDispositionActionField> |
getDispositionAction() |
String |
getDispositionAfter() |
String |
getDispositionBefore() |
String |
getFileId() |
String |
getFileVersionId() |
Long |
getLimit() |
String |
getMarker() |
String |
getPolicyId() |
public String fileVersionId
public EnumWrapper<GetFileVersionRetentionsQueryParamsDispositionActionField> dispositionAction
public String dispositionBefore
public String dispositionAfter
public GetFileVersionRetentionsQueryParams()
protected GetFileVersionRetentionsQueryParams(GetFileVersionRetentionsQueryParams.Builder builder)
public String getFileVersionId()
public String getPolicyId()
public EnumWrapper<GetFileVersionRetentionsQueryParamsDispositionActionField> getDispositionAction()
public String getDispositionBefore()
public String getDispositionAfter()