public interface Expand<T extends StructuredType<?>> extends CqnExpand, CqnSelectListItem
alias, asExpand, displayName, isExpand
asInline, asSelectList, isInline, isSelectList, items, prefix
asValue, isStar, isValue, token, unfold
toJson
StructuredTypeRef ref()
CqnEntitySelector
ref
in interface CqnEntitySelector
ref
in interface CqnSelectList
default Expand<T> limit(long top)
top
- the maximum number of entries returned by the expand or -1 if
unlimitedExpand<T> limit(long top, long skip)
top
- the maximum number of entries returned by the expand or -1 if
unlimitedskip
- the number of entries that shall be skippedExpand<T> orderBy(List<CqnSortSpecification> sortSpec)
Expand<T> orderBy(Function<T,CqnSortSpecification> sort)
Expand<T> orderBy(Function<T,CqnSortSpecification> sort1, Function<T,CqnSortSpecification> sort2)
Expand<T> orderBy(Function<T,CqnSortSpecification> sort1, Function<T,CqnSortSpecification> sort2, Function<T,CqnSortSpecification> sort3)
Expand<T> orderBy(Function<T,CqnSortSpecification> sort1, Function<T,CqnSortSpecification> sort2, Function<T,CqnSortSpecification> sort3, Function<T,CqnSortSpecification> sort4)
Expand<T> orderBy(Function<T,CqnSortSpecification> sort1, Function<T,CqnSortSpecification> sort2, Function<T,CqnSortSpecification> sort3, Function<T,CqnSortSpecification> sort4, Function<T,CqnSortSpecification> sort5)
Expand<T> orderBy(Function<T,CqnSortSpecification>... sortSpec)
default Expand<T> orderBy(CqnSortSpecification... sortSpec)
default void accept(CqnVisitor visitor)
Copyright © 2021 SAP. All rights reserved.