public interface PageableFetch<C extends PageableFetch<C>> extends Component<C>
Modifier and Type | Interface and Description |
---|---|
static class |
PageableFetch.EndpointTypes |
Modifier and Type | Method and Description |
---|---|
default Optional<PageableEndpoint<?>> |
findReadEndpoint() |
default PageableEndpoint<?> |
getReadEndpoint() |
default String |
getReadEndpointType() |
default C |
narrowedPaging() |
default C |
narrowedPaging(int pageSize) |
default C |
numberedPaging() |
default C |
numberedPaging(int pageSize) |
default C |
readEndpoint(PageableEndpoint<?> endpoint) |
default C |
readEndpoint(UnaryOperator<PageableEndpoint<?>> fn) |
default C |
readScope(String scope) |
default C |
readUrl(String url) |
default C |
readUrl(String url,
String scope) |
default C |
unpaged() |
addAction, addAction, addComponent, addEndpoint, addEndpoint, apply, attribute, augmentationKey, classifier, clearConditionals, clearEndpoints, conditional, conditionals, description, description, findAction, findAction, findActions, findAttribute, findComponent, findComponent, findComponents, findEndpoint, findEndpoint, findEndpoints, get, get, getAction, getAction, getActions, getActionsList, getAttribute, getAttribute, getAttributes, getAugmentationKey, getClassifier, getComponent, getComponent, getComponents, getComponentsList, getConditionals, getDescription, getEndpoint, getEndpoint, getEndpoints, getEndpointsList, getId, getLabel, getOrder, getScope, getType, hasAction, hasAttribute, hasComponent, hasEndpoint, id, isAugmentable, isTranslatable, label, label, notTranslatable, order, removeAction, removeAttribute, removeComponent, removeEndpoint, scope, self, setActions, setAttributes, setAugmentationKey, setClassifier, setComponents, setConditionals, setDescription, setEndpoints, setId, setLabel, setOrder, setScope, setTranslatable, setType, translatable, translatable, type
compareTo
default C readEndpoint(PageableEndpoint<?> endpoint)
default C readEndpoint(UnaryOperator<PageableEndpoint<?>> fn)
default C narrowedPaging()
PageableEndpoint.narrowedPaging()
default C narrowedPaging(int pageSize)
PageableEndpoint.narrowedPaging(int)
default C numberedPaging()
PageableEndpoint.numberedPaging()
default C numberedPaging(int pageSize)
PageableEndpoint.numberedPaging(int)
default C unpaged()
PageableEndpoint.unpaged()
default PageableEndpoint<?> getReadEndpoint()
default Optional<PageableEndpoint<?>> findReadEndpoint()
default String getReadEndpointType()
Copyright © 2021. All rights reserved.