public class GetFileByIdQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetFileByIdQueryParams.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 |
|---|---|
|
GetFileByIdQueryParams() |
protected |
GetFileByIdQueryParams(GetFileByIdQueryParams.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.
Additionally this field can be used to query any metadata applied to the file by specifying the `metadata` field as well as the scope and key of the template to retrieve, for example `?fields=metadata.enterprise_12345.contractTemplate`.
public GetFileByIdQueryParams()
protected GetFileByIdQueryParams(GetFileByIdQueryParams.Builder builder)