| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ODataValueContextOfIListOfEntryLinkTypeInfo> |
LinkDefinitionsClient.getLinkDefinitions(String repoId,
String prefer,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count)
- Returns the link definitions in the repository.
|
CompletableFuture<ODataValueContextOfIListOfEntryLinkTypeInfo> |
LinkDefinitionsClient.getLinkDefinitionsNextLink(String nextLink,
Integer maxPageSize)
Returns the next subset of the requested collection, using a nextlink url.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
LinkDefinitionsClient.getLinkDefinitionsForEach(Function<CompletableFuture<ODataValueContextOfIListOfEntryLinkTypeInfo>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
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<ODataValueContextOfIListOfEntryLinkTypeInfo> |
LinkDefinitionsClientImpl.getLinkDefinitions(String repoId,
String prefer,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count) |
CompletableFuture<ODataValueContextOfIListOfEntryLinkTypeInfo> |
LinkDefinitionsClientImpl.getLinkDefinitionsNextLink(String nextLink,
Integer maxPageSize) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
LinkDefinitionsClientImpl.getLinkDefinitionsForEach(Function<CompletableFuture<ODataValueContextOfIListOfEntryLinkTypeInfo>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
String prefer,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count) |
| Modifier and Type | Method and Description |
|---|---|
ODataValueContextOfIListOfEntryLinkTypeInfo |
ODataValueContextOfIListOfEntryLinkTypeInfo.odataCount(Integer odataCount) |
ODataValueContextOfIListOfEntryLinkTypeInfo |
ODataValueContextOfIListOfEntryLinkTypeInfo.odataNextLink(String odataNextLink) |
Copyright © 2022. All rights reserved.