All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method |
Description |
CollectionEntityRequestOptionsBuilder<T,R> |
connectTimeout(long duration,
TimeUnit unit) |
|
CollectionEntityRequestOptionsBuilder<T,R> |
deltaTokenLatest() |
|
CollectionEntityRequestOptionsBuilder<T,R> |
expand(String clause) |
|
<S extends T> CollectionEntityRequestOptionsBuilder<S,EntityRequest<S>> |
filter(Class<S> cls) |
|
CollectionEntityRequestOptionsBuilder<T,R> |
filter(String clause) |
|
CollectionPage<T> |
get() |
|
Iterator<T> |
iterator() |
|
CollectionEntityRequestOptionsBuilder<T,R> |
maxPageSize(int size) |
Sets the odata.maxpagesize request header value.
|
CollectionEntityRequestOptionsBuilder<T,R> |
metadataFull() |
|
CollectionEntityRequestOptionsBuilder<T,R> |
metadataMinimal() |
|
CollectionEntityRequestOptionsBuilder<T,R> |
metadataNone() |
|
CollectionEntityRequestOptionsBuilder<T,R> |
orderBy(String clause) |
|
Optional<T> |
patch(T entity) |
|
Optional<T> |
post(T entity) |
|
CollectionEntityRequestOptionsBuilder<T,R> |
query(String name,
String value) |
|
CollectionEntityRequestOptionsBuilder<T,R> |
readTimeout(long duration,
TimeUnit unit) |
|
CollectionEntityRequestOptionsBuilder<T,R> |
requestHeader(RequestHeader header) |
|
CollectionEntityRequestOptionsBuilder<T,R> |
requestHeader(String name,
String value) |
|
CollectionEntityRequestOptionsBuilder<T,R> |
search(String clause) |
|
CollectionEntityRequestOptionsBuilder<T,R> |
select(String clause) |
|
CollectionEntityRequestOptionsBuilder<T,R> |
skip(long n) |
|
Stream<T> |
stream() |
|
Stream<ObjectOrDeltaLink<T>> |
streamWithDeltaLink() |
|
<S> S |
to(Function<? super CollectionPage<T>,? extends S> function) |
|
List<T> |
toList() |
|
CollectionEntityRequestOptionsBuilder<T,R> |
top(long n) |
|
Set<T> |
toSet() |
|
CollectionEntityRequestOptionsBuilder<T,R> |
urlOverride(String url) |
|