public static final class ListProjectResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListProjectResponseBody |
build() |
ListProjectResponseBody.Builder |
count(Long count)
The number of returned projects on the current page.
|
ListProjectResponseBody.Builder |
projects(List<Project> projects)
The projects that meet the query conditions.
|
ListProjectResponseBody.Builder |
total(Long total)
The total number of projects that meet the query conditions.
|
public ListProjectResponseBody.Builder count(Long count)
The number of returned projects on the current page.
example:2
public ListProjectResponseBody.Builder projects(List<Project> projects)
The projects that meet the query conditions.
public ListProjectResponseBody.Builder total(Long total)
The total number of projects that meet the query conditions.
example:11
public ListProjectResponseBody build()
Copyright © 2025. All rights reserved.