public class GetLegalHoldPoliciesQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetLegalHoldPoliciesQueryParams.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.
|
String |
policyName
Limits results to policies for which the names start with this search term.
|
| Modifier | Constructor and Description |
|---|---|
|
GetLegalHoldPoliciesQueryParams() |
protected |
GetLegalHoldPoliciesQueryParams(GetLegalHoldPoliciesQueryParams.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFields() |
Long |
getLimit() |
String |
getMarker() |
String |
getPolicyName() |
public String policyName
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 String marker
This requires `usemarker` to be set to `true`.
public GetLegalHoldPoliciesQueryParams()
protected GetLegalHoldPoliciesQueryParams(GetLegalHoldPoliciesQueryParams.Builder builder)