@Path(value="/projects")
@Consumes(value="application/json")
public interface ProjectApi
Modifier and Type | Interface and Description |
---|---|
static class |
ProjectApi.ParseProjects |
Modifier and Type | Method and Description |
---|---|
PagedIterable<Project> |
list() |
IterableWithMarker<Project> |
list(ListOptions options) |
@Named(value="project:list") @GET PagedIterable<Project> list()
@Named(value="project:list") @GET IterableWithMarker<Project> list(ListOptions options)
Copyright © 2009-2021 The Apache Software Foundation. All Rights Reserved.