| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ODataValueContextOfIListOfWTemplateInfo> |
TemplateDefinitionsClient.getTemplateDefinitions(String repoId,
String templateName,
String prefer,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count)
- Returns all template definitions (including field definitions) in the repository.
|
CompletableFuture<ODataValueContextOfIListOfWTemplateInfo> |
TemplateDefinitionsClient.getTemplateDefinitionsNextLink(String nextLink,
Integer maxPageSize)
Returns the next subset of the requested collection, using a nextlink url.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
TemplateDefinitionsClient.getTemplateDefinitionsForEach(Function<CompletableFuture<ODataValueContextOfIListOfWTemplateInfo>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
String templateName,
String prefer,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count)
Provides the functionality to iteratively (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ODataValueContextOfIListOfWTemplateInfo> |
TemplateDefinitionsClientImpl.getTemplateDefinitions(String repoId,
String templateName,
String prefer,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count) |
CompletableFuture<ODataValueContextOfIListOfWTemplateInfo> |
TemplateDefinitionsClientImpl.getTemplateDefinitionsNextLink(String nextLink,
Integer maxPageSize) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
TemplateDefinitionsClientImpl.getTemplateDefinitionsForEach(Function<CompletableFuture<ODataValueContextOfIListOfWTemplateInfo>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
String templateName,
String prefer,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count) |
| Modifier and Type | Method and Description |
|---|---|
ODataValueContextOfIListOfWTemplateInfo |
ODataValueContextOfIListOfWTemplateInfo.odataCount(Integer odataCount) |
ODataValueContextOfIListOfWTemplateInfo |
ODataValueContextOfIListOfWTemplateInfo.odataNextLink(String odataNextLink) |
Copyright © 2022. All rights reserved.