public static class GetFileCommentsQueryParams.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
fields |
protected Long |
limit |
protected Long |
offset |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GetFileCommentsQueryParams |
build() |
GetFileCommentsQueryParams.Builder |
fields(List<String> fields) |
GetFileCommentsQueryParams.Builder |
limit(Long limit) |
GetFileCommentsQueryParams.Builder |
offset(Long offset) |
public Builder()
public GetFileCommentsQueryParams.Builder fields(List<String> fields)
public GetFileCommentsQueryParams.Builder limit(Long limit)
public GetFileCommentsQueryParams.Builder offset(Long offset)
public GetFileCommentsQueryParams build()