public class GetLegalHoldPolicyAssignmentsQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetLegalHoldPolicyAssignmentsQueryParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
String |
assignToId
Filters the results by the ID of item the policy was applied to.
|
EnumWrapper<GetLegalHoldPolicyAssignmentsQueryParamsAssignToTypeField> |
assignToType
Filters the results by the type of item the policy was applied to.
|
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 |
policyId
The ID of the legal hold policy.
|
| Modifier | Constructor and Description |
|---|---|
protected |
GetLegalHoldPolicyAssignmentsQueryParams(GetLegalHoldPolicyAssignmentsQueryParams.Builder builder) |
|
GetLegalHoldPolicyAssignmentsQueryParams(String policyId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssignToId() |
EnumWrapper<GetLegalHoldPolicyAssignmentsQueryParamsAssignToTypeField> |
getAssignToType() |
List<String> |
getFields() |
Long |
getLimit() |
String |
getMarker() |
String |
getPolicyId() |
public EnumWrapper<GetLegalHoldPolicyAssignmentsQueryParamsAssignToTypeField> assignToType
public String assignToId
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 GetLegalHoldPolicyAssignmentsQueryParams(String policyId)
protected GetLegalHoldPolicyAssignmentsQueryParams(GetLegalHoldPolicyAssignmentsQueryParams.Builder builder)
public String getPolicyId()
public EnumWrapper<GetLegalHoldPolicyAssignmentsQueryParamsAssignToTypeField> getAssignToType()
public String getAssignToId()