public class GetRetentionPoliciesQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetRetentionPoliciesQueryParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
String |
createdByUserId
Filters results by the ID of the user who created policy.
|
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
Filters results by a case sensitive prefix of the name of retention policies.
|
EnumWrapper<GetRetentionPoliciesQueryParamsPolicyTypeField> |
policyType
Filters results by the type of retention policy.
|
| Modifier | Constructor and Description |
|---|---|
|
GetRetentionPoliciesQueryParams() |
protected |
GetRetentionPoliciesQueryParams(GetRetentionPoliciesQueryParams.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedByUserId() |
List<String> |
getFields() |
Long |
getLimit() |
String |
getMarker() |
String |
getPolicyName() |
EnumWrapper<GetRetentionPoliciesQueryParamsPolicyTypeField> |
getPolicyType() |
public String policyName
public EnumWrapper<GetRetentionPoliciesQueryParamsPolicyTypeField> policyType
public String createdByUserId
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 GetRetentionPoliciesQueryParams()
protected GetRetentionPoliciesQueryParams(GetRetentionPoliciesQueryParams.Builder builder)
public String getPolicyName()
public EnumWrapper<GetRetentionPoliciesQueryParamsPolicyTypeField> getPolicyType()
public String getCreatedByUserId()