Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.Value
Packages that use Value
Package
Description
-
Uses of Value in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation with type parameters of type ValueModifier and TypeFieldDescriptionstatic final CharacteristicLink<Value>Characteristic.TO_VALUEUse with available fluent helpers to apply the to_Value navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation that return ValueModifier and TypeMethodDescriptionValue.ValueBuilder.build()protected ValueValueCreateFluentHelper.getEntity()protected ValueValueUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation that return types with arguments of type ValueModifier and TypeMethodDescriptionCharacteristic.fetchValue()Fetches the Value entities (one to many) associated with this entity.ValueByKeyFluentHelper.getEntityClass()ValueFluentHelper.getEntityClass()Value.getType()Characteristic.getValueIfPresent()Retrieval of associated Value entities (one to many).Characteristic.getValueOrFetch()Retrieval of associated Value entities (one to many).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation with parameters of type ValueModifier and TypeMethodDescriptionvoidAdds elements to the list of associated Value entities.Navigation property to_Value for Characteristic to multiple Value.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation with type arguments of type ValueModifier and TypeMethodDescriptionvoidOverwrites the list of associated Value entities for the loaded navigation property to_Value.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation with parameters of type ValueModifierConstructorDescriptionValueCreateFluentHelper(String servicePath, Value entity, String entityCollection) Creates a fluent helper object that will create aValueentity on the OData endpoint.ValueUpdateFluentHelper(String servicePath, Value entity, String entityCollection) Creates a fluent helper object that will update aValueentity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation with type arguments of type ValueModifierConstructorDescriptionCharacteristic(String functionalLocation, String classInternalID, String charcInternalID, String functionalLocationLabelName, String characteristic, String charcDataType, LocalDateTime keyDate, String changeNumber, String classType, String classMaintAuthGrp, String classClassfctnAuthGrp, String classProperty, FunctionalLocationClass toClass, FunctionalLocation toFunctionalLocation, List<Value> toValue) -
Uses of Value in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.batch with parameters of type ValueModifier and TypeMethodDescriptionDefaultFunctionalLocationServiceBatchChangeSet.createValue(Value value) FunctionalLocationServiceBatchChangeSet.createValue(Value value) Create a newValueentity and save it to the S/4HANA system.DefaultFunctionalLocationServiceBatchChangeSet.updateValue(Value value) FunctionalLocationServiceBatchChangeSet.updateValue(Value value) Update an existingValueentity and save it to the S/4HANA system. -
Uses of Value in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.link that return types with arguments of type ValueModifier and TypeMethodDescriptionValueOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.link with type arguments of type ValueModifier and TypeMethodDescriptionValueLink.translateLinkType(EntityLink<ValueLink<ObjectT>, Value, ObjectT> link) -
Uses of Value in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ValueModifier and TypeMethodDescriptionDefaultFunctionalLocationService.createValue(Value value) Deprecated.FunctionalLocationService.createValue(Value value) Deprecated.Create a newValueentity and save it to the S/4HANA system.DefaultFunctionalLocationService.updateValue(Value value) Deprecated.FunctionalLocationService.updateValue(Value value) Deprecated.Update an existingValueentity and save it to the S/4HANA system.