public class GetFileVersionLegalHoldsQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetFileVersionLegalHoldsQueryParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
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
The ID of the legal hold policy to get the file version legal holds for.
|
| Modifier | Constructor and Description |
|---|---|
protected |
GetFileVersionLegalHoldsQueryParams(GetFileVersionLegalHoldsQueryParams.Builder builder) |
|
GetFileVersionLegalHoldsQueryParams(String policyId) |
public final String policyId
public String marker
This requires `usemarker` to be set to `true`.
public GetFileVersionLegalHoldsQueryParams(String policyId)
protected GetFileVersionLegalHoldsQueryParams(GetFileVersionLegalHoldsQueryParams.Builder builder)