public class ListContainerOptions extends BaseHttpRequestOptions
Modifier and Type | Class and Description |
---|---|
static class |
ListContainerOptions.Builder |
formParameters, headers, pathSuffix, payload, queryParameters
Constructor and Description |
---|
ListContainerOptions() |
Modifier and Type | Method and Description |
---|---|
ListContainerOptions |
all(boolean all) |
ListContainerOptions |
before(Integer before) |
ListContainerOptions |
limit(Integer limit) |
ListContainerOptions |
since(Integer since) |
ListContainerOptions |
size(Integer size) |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public ListContainerOptions all(boolean all)
public ListContainerOptions limit(Integer limit)
public ListContainerOptions since(Integer since)
public ListContainerOptions before(Integer before)
public ListContainerOptions size(Integer size)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.