Modifier and Type | Field and Description |
---|---|
static CharacteristicLink<Value> |
Characteristic.TO_VALUE
Use with available fluent helpers to apply the to_Value navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
Value |
Value.ValueBuilder.build() |
protected Value |
ValueUpdateFluentHelper.getEntity() |
protected Value |
ValueCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<Value> |
Characteristic.fetchValue()
Fetches the Value entities (one to many) associated with this entity.
|
protected Class<Value> |
ValueFluentHelper.getEntityClass() |
protected Class<Value> |
ValueByKeyFluentHelper.getEntityClass() |
Class<Value> |
Value.getType() |
io.vavr.control.Option<List<Value>> |
Characteristic.getValueIfPresent()
Retrieval of associated Value entities (one to many).
|
List<Value> |
Characteristic.getValueOrFetch()
Retrieval of associated Value entities (one to many).
|
Modifier and Type | Method and Description |
---|---|
void |
Characteristic.addValue(Value... entity)
Adds elements to the list of associated Value entities.
|
Characteristic.CharacteristicBuilder |
Characteristic.CharacteristicBuilder.value(Value... value)
Navigation property to_Value for Characteristic to multiple Value.
|
Modifier and Type | Method and Description |
---|---|
void |
Characteristic.setValue(List<Value> value)
Overwrites the list of associated Value entities for the loaded navigation property to_Value.
|
Constructor and Description |
---|
ValueCreateFluentHelper(String servicePath,
Value entity)
Deprecated.
Use the constructor
ValueCreateFluentHelper.ValueCreateFluentHelper(String, Value,String)
instead. |
ValueCreateFluentHelper(String servicePath,
Value entity,
String entityCollection)
Creates a fluent helper object that will create a
Value entity on the OData
endpoint. |
ValueUpdateFluentHelper(String servicePath,
Value entity)
Deprecated.
Use the constructor
ValueUpdateFluentHelper.ValueUpdateFluentHelper(String, Value,String)
instead. |
ValueUpdateFluentHelper(String servicePath,
Value entity,
String entityCollection)
Creates a fluent helper object that will update a
Value entity on the OData
endpoint. |
Constructor and Description |
---|
Characteristic(String functionalLocation,
String classInternalID,
String charcInternalID,
String functionalLocationLabelName,
String characteristic,
String charcDataType,
LocalDateTime keyDate,
String changeNumber,
String classType,
String classMaintAuthGrp,
String classClassfctnAuthGrp,
FunctionalLocationClass toClass,
List<Value> toValue) |
Modifier and Type | Method and Description |
---|---|
FunctionalLocationServiceBatchChangeSet |
DefaultFunctionalLocationServiceBatchChangeSet.createValue(Value value)
Create a new
Value entity
and save it to the S/4HANA system. |
FunctionalLocationServiceBatchChangeSet |
FunctionalLocationServiceBatchChangeSet.createValue(Value value)
Create a new
Value entity
and save it to the S/4HANA system. |
FunctionalLocationServiceBatchChangeSet |
DefaultFunctionalLocationServiceBatchChangeSet.updateValue(Value value)
Update an existing
Value
entity and save it to the S/4HANA system. |
FunctionalLocationServiceBatchChangeSet |
FunctionalLocationServiceBatchChangeSet.updateValue(Value value)
Update an existing
Value
entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Value> |
ValueOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected ValueLink<ObjectT> |
ValueLink.translateLinkType(EntityLink<ValueLink<ObjectT>,Value,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ValueCreateFluentHelper |
DefaultFunctionalLocationService.createValue(Value value) |
ValueCreateFluentHelper |
FunctionalLocationService.createValue(Value value)
Create a new
Value entity
and save it to the S/4HANA system. |
ValueUpdateFluentHelper |
DefaultFunctionalLocationService.updateValue(Value value) |
ValueUpdateFluentHelper |
FunctionalLocationService.updateValue(Value value)
Update an existing
Value
entity and save it to the S/4HANA system. |
Copyright © 2021 SAP SE. All rights reserved.