| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ODataValueContextOfIListOfTemplateFieldInfo> |
TemplateDefinitionsClient.getTemplateFieldDefinitions(String repoId,
Integer templateId,
String prefer,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count)
- Returns the field definitions assigned to a template definition.
|
CompletableFuture<ODataValueContextOfIListOfTemplateFieldInfo> |
TemplateDefinitionsClient.getTemplateFieldDefinitionsByTemplateName(String repoId,
String templateName,
String prefer,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count)
- Returns the field definitions assigned to a template definition.
|
CompletableFuture<ODataValueContextOfIListOfTemplateFieldInfo> |
TemplateDefinitionsClient.getTemplateFieldDefinitionsByTemplateNameNextLink(String nextLink,
Integer maxPageSize)
Returns the next subset of the requested collection, using a nextlink url.
|
CompletableFuture<ODataValueContextOfIListOfTemplateFieldInfo> |
TemplateDefinitionsClient.getTemplateFieldDefinitionsNextLink(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.getTemplateFieldDefinitionsByTemplateNameForEach(Function<CompletableFuture<ODataValueContextOfIListOfTemplateFieldInfo>,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.
|
CompletableFuture<Void> |
TemplateDefinitionsClient.getTemplateFieldDefinitionsForEach(Function<CompletableFuture<ODataValueContextOfIListOfTemplateFieldInfo>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
Integer templateId,
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<Void> |
TemplateDefinitionsClientImpl.getTemplateFieldDefinitionsByTemplateNameForEach(Function<CompletableFuture<ODataValueContextOfIListOfTemplateFieldInfo>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
String templateName,
String prefer,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count) |
CompletableFuture<Void> |
TemplateDefinitionsClientImpl.getTemplateFieldDefinitionsForEach(Function<CompletableFuture<ODataValueContextOfIListOfTemplateFieldInfo>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
Integer templateId,
String prefer,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count) |
| Modifier and Type | Method and Description |
|---|---|
ODataValueContextOfIListOfTemplateFieldInfo |
ODataValueContextOfIListOfTemplateFieldInfo.odataCount(Integer odataCount) |
ODataValueContextOfIListOfTemplateFieldInfo |
ODataValueContextOfIListOfTemplateFieldInfo.odataNextLink(String odataNextLink) |
Copyright © 2022. All rights reserved.