public class UpdateCommentByIdQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateCommentByIdQueryParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
List<String> |
fields
A comma-separated list of attributes to include in the response.
|
| Modifier | Constructor and Description |
|---|---|
|
UpdateCommentByIdQueryParams() |
protected |
UpdateCommentByIdQueryParams(UpdateCommentByIdQueryParams.Builder builder) |
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 UpdateCommentByIdQueryParams()
protected UpdateCommentByIdQueryParams(UpdateCommentByIdQueryParams.Builder builder)