| Package | Description |
|---|---|
| com.laserfiche.repository.api.clients | |
| com.laserfiche.repository.api.clients.impl | |
| com.laserfiche.repository.api.clients.impl.model |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ODataValueOfIListOfFieldValue> |
EntriesClient.assignFieldValues(String repoId,
Integer entryId,
Map<String,FieldToUpdate> requestBody,
String culture)
- Update the field values assigned to an entry.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ODataValueOfIListOfFieldValue> |
EntriesClientImpl.assignFieldValues(String repoId,
Integer entryId,
Map<String,FieldToUpdate> requestBody,
String culture) |
| Modifier and Type | Method and Description |
|---|---|
FieldToUpdate |
FieldToUpdate.addValuesItem(ValueToUpdate valuesItem) |
FieldToUpdate |
FieldToUpdate.values(List<ValueToUpdate> values) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,FieldToUpdate> |
ImportAsyncMetadata.getFields() |
Map<String,FieldToUpdate> |
PutTemplateRequest.getFields() |
| Modifier and Type | Method and Description |
|---|---|
ImportAsyncMetadata |
ImportAsyncMetadata.putFieldsItem(String key,
FieldToUpdate fieldsItem) |
PutTemplateRequest |
PutTemplateRequest.putFieldsItem(String key,
FieldToUpdate fieldsItem) |
| Modifier and Type | Method and Description |
|---|---|
ImportAsyncMetadata |
ImportAsyncMetadata.fields(Map<String,FieldToUpdate> fields) |
PutTemplateRequest |
PutTemplateRequest.fields(Map<String,FieldToUpdate> fields) |
void |
ImportAsyncMetadata.setFields(Map<String,FieldToUpdate> fields) |
void |
PutTemplateRequest.setFields(Map<String,FieldToUpdate> fields) |
Copyright © 2022. All rights reserved.