public class GetLegalHoldPolicyAssignmentFileOnHoldQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetLegalHoldPolicyAssignmentFileOnHoldQueryParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
List<String> |
fields
A comma-separated list of attributes to include in the response.
|
Long |
limit
The maximum number of items to return per page.
|
String |
marker
Defines the position marker at which to begin returning results.
|
| Modifier | Constructor and Description |
|---|---|
|
GetLegalHoldPolicyAssignmentFileOnHoldQueryParams() |
protected |
GetLegalHoldPolicyAssignmentFileOnHoldQueryParams(GetLegalHoldPolicyAssignmentFileOnHoldQueryParams.Builder builder) |
public String marker
This requires `usemarker` to be set to `true`.
public List<String> fields
Be aware that specifying this parameter will have the effect that none of the standard fields are returned in the response unless explicitly specified, instead only fields for the mini representation are returned, additional to the fields requested.
public GetLegalHoldPolicyAssignmentFileOnHoldQueryParams()
protected GetLegalHoldPolicyAssignmentFileOnHoldQueryParams(GetLegalHoldPolicyAssignmentFileOnHoldQueryParams.Builder builder)