Package | Description |
---|---|
com.yahoo.bard.webservice.web | |
com.yahoo.bard.webservice.web.apirequest | |
com.yahoo.bard.webservice.web.util |
Modifier and Type | Method and Description |
---|---|
static void |
AbstractResponse.addLink(PaginationLink link,
int pageNumber,
int perPage,
javax.ws.rs.core.UriBuilder uriBuilder,
MappingResponseProcessor responseProcessor,
Map<String,URI> bodyLinks)
Adds the specified link to the headers and to the map of links that will be added to the body of the response.
|
static void |
AbstractResponse.addLink(PaginationLink link,
Pagination<?> pages,
javax.ws.rs.core.UriBuilder uriBuilder,
Map<String,URI> bodyLinks)
Adds the specified link to the headers and body of the response.
|
static void |
AbstractResponse.addLink(PaginationLink link,
Pagination<?> pages,
javax.ws.rs.core.UriBuilder uriBuilder,
MappingResponseProcessor responseProcessor,
Map<String,URI> bodyLinks)
Adds the specified link to the headers and body of the response.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ApiRequestImpl.addPageLink(PaginationLink link,
int pageNumber)
Add page links to the header of the response builder.
|
protected void |
ApiRequestImpl.addPageLink(PaginationLink link,
Pagination<?> pages)
Add page links to the header of the response builder.
|
Modifier and Type | Method and Description |
---|---|
static PaginationLink |
PaginationLink.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaginationLink[] |
PaginationLink.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.