public class ListProjectResponse extends FXServiceResult
Modifier and Type | Field and Description |
---|---|
String |
nextMarker |
List<Project> |
projects |
Message, Status
Constructor and Description |
---|
ListProjectResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getNextMarker() |
List<Project> |
getProjects() |
ListProjectResponse |
withNextMarker(String nextMarker) |
ListProjectResponse |
withProjects(List<Project> projects) |
toString
public ListProjectResponse withProjects(List<Project> projects)
public String getNextMarker()
public ListProjectResponse withNextMarker(String nextMarker)