public abstract static class ListOptions.BaseOptionsBuilder<T extends ListOptions.BaseOptionsBuilder<T>> extends Object
ListOptions.BaseOptionsBuilder()
T
asc(boolean asc)
protected Map<String,Object>
buildParameters()
has(String has)
limit(int limit)
orderBy(String orderBy)
protected abstract T
self()
start(int start)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ListOptions.BaseOptionsBuilder()
protected abstract T self()
public T has(String has)
public T orderBy(String orderBy)
public T limit(int limit)
public T start(int start)
public T asc(boolean asc)
protected Map<String,Object> buildParameters()
Copyright © 2008–2015 Abiquo Holdings S.L.. All rights reserved.