public static class ListContainerOptions.Builder extends Object
Constructor and Description |
---|
ListContainerOptions.Builder() |
Modifier and Type | Method and Description |
---|---|
static ListContainerOptions |
all(boolean all) |
static ListContainerOptions |
before(Integer before) |
static ListContainerOptions |
limit(Integer limit) |
static ListContainerOptions |
since(Integer since) |
static ListContainerOptions |
size(Integer size) |
public static ListContainerOptions all(boolean all)
ListContainerOptions.all(boolean)
public static ListContainerOptions limit(Integer limit)
ListContainerOptions.limit(Integer)
public static ListContainerOptions since(Integer since)
ListContainerOptions.since(Integer)
public static ListContainerOptions before(Integer before)
ListContainerOptions.before(Integer)
public static ListContainerOptions size(Integer size)
ListContainerOptions.limit(Integer)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.