| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ODataValueContextOfIListOfWEntryLinkInfo> |
EntriesClient.getLinkValuesFromEntry(String repoId,
Integer entryId,
String prefer,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count)
- Returns the links assigned to an entry.
|
CompletableFuture<ODataValueContextOfIListOfWEntryLinkInfo> |
EntriesClient.getLinkValuesFromEntryNextLink(String nextLink,
Integer maxPageSize)
Returns the next subset of the requested collection, using a nextlink url.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
EntriesClient.getLinkValuesFromEntryForEach(Function<CompletableFuture<ODataValueContextOfIListOfWEntryLinkInfo>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
Integer entryId,
String prefer,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count)
Provides the functionality to iteratively (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ODataValueContextOfIListOfWEntryLinkInfo> |
EntriesClientImpl.getLinkValuesFromEntry(String repoId,
Integer entryId,
String prefer,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count) |
CompletableFuture<ODataValueContextOfIListOfWEntryLinkInfo> |
EntriesClientImpl.getLinkValuesFromEntryNextLink(String nextLink,
Integer maxPageSize) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
EntriesClientImpl.getLinkValuesFromEntryForEach(Function<CompletableFuture<ODataValueContextOfIListOfWEntryLinkInfo>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
Integer entryId,
String prefer,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count) |
| Modifier and Type | Method and Description |
|---|---|
ODataValueContextOfIListOfWEntryLinkInfo |
ODataValueContextOfIListOfWEntryLinkInfo.odataCount(Integer odataCount) |
ODataValueContextOfIListOfWEntryLinkInfo |
ODataValueContextOfIListOfWEntryLinkInfo.odataNextLink(String odataNextLink) |
Copyright © 2022. All rights reserved.