@Path(value="/facilities")
@Consumes(value="application/json")
public interface FacilityApi
Modifier and Type | Interface and Description |
---|---|
static class |
FacilityApi.ParseFacilities |
Modifier and Type | Method and Description |
---|---|
PagedIterable<Facility> |
list() |
IterableWithMarker<Facility> |
list(ListOptions options) |
@Named(value="facility:list") @GET PagedIterable<Facility> list()
@Named(value="facility:list") @GET IterableWithMarker<Facility> list(ListOptions options)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.