public class GetRetentionPolicyAssignmentsQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetRetentionPolicyAssignmentsQueryParams.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.
|
EnumWrapper<GetRetentionPolicyAssignmentsQueryParamsTypeField> |
type
The type of the retention policy assignment to retrieve.
|
| Modifier | Constructor and Description |
|---|---|
|
GetRetentionPolicyAssignmentsQueryParams() |
protected |
GetRetentionPolicyAssignmentsQueryParams(GetRetentionPolicyAssignmentsQueryParams.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFields() |
Long |
getLimit() |
String |
getMarker() |
EnumWrapper<GetRetentionPolicyAssignmentsQueryParamsTypeField> |
getType() |
public EnumWrapper<GetRetentionPolicyAssignmentsQueryParamsTypeField> type
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
public GetRetentionPolicyAssignmentsQueryParams()
protected GetRetentionPolicyAssignmentsQueryParams(GetRetentionPolicyAssignmentsQueryParams.Builder builder)
public EnumWrapper<GetRetentionPolicyAssignmentsQueryParamsTypeField> getType()