Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttablecontent.VariantConfigurationTableValue
Packages that use VariantConfigurationTableValue
Package
Description
-
Uses of VariantConfigurationTableValue in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttablecontent
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttablecontent with type parameters of type VariantConfigurationTableValueModifier and TypeFieldDescriptionstatic final SimpleProperty<VariantConfigurationTableValue>VariantConfigurationTableValue.ALL_FIELDSSelector for all available fields of VariantConfigurationTableValue.static final SimpleProperty.String<VariantConfigurationTableValue>VariantConfigurationTableValue.CHANGE_NUMBERstatic final SimpleProperty.String<VariantConfigurationTableValue>VariantConfigurationTableValue.CHARACTERISTICstatic final SimpleProperty.NumericDecimal<VariantConfigurationTableValue>VariantConfigurationTableValue.CHARC_FROM_NUMERIC_VALUEstatic final SimpleProperty.String<VariantConfigurationTableValue>VariantConfigurationTableValue.CHARC_FROM_NUMERIC_VALUE_UNITstatic final SimpleProperty.String<VariantConfigurationTableValue>VariantConfigurationTableValue.CHARC_INTERNAL_IDstatic final SimpleProperty.NumericDecimal<VariantConfigurationTableValue>VariantConfigurationTableValue.CHARC_TO_NUMERIC_VALUEstatic final SimpleProperty.String<VariantConfigurationTableValue>VariantConfigurationTableValue.CHARC_TO_NUMERIC_VALUE_UNITstatic final SimpleProperty.String<VariantConfigurationTableValue>VariantConfigurationTableValue.CHARC_VALUEstatic final SimpleProperty.String<VariantConfigurationTableValue>VariantConfigurationTableValue.CHARC_VALUE_INTERVAL_TYPEVariantConfigurationTableValue.TO__TABLEUse with available request builders to apply the _Table navigation property to query operations.static final NavigationProperty.Single<VariantConfigurationTableValue,VariantConfigurationTableLine> VariantConfigurationTableValue.TO__TABLE_LINEUse with available request builders to apply the _TableLine navigation property to query operations.static final NavigationProperty.Collection<VariantConfigurationTableLine,VariantConfigurationTableValue> VariantConfigurationTableLine.TO__VALUEUse with available request builders to apply the _Value navigation property to query operations.static final SimpleProperty.String<VariantConfigurationTableValue>VariantConfigurationTableValue.VAR_CONFIGN_TBL_ANY_VALUE_IS_ALLOWEDstatic final SimpleProperty.String<VariantConfigurationTableValue>VariantConfigurationTableValue.VAR_CONFIGN_TBL_LINE_NUMBERstatic final SimpleProperty.String<VariantConfigurationTableValue>VariantConfigurationTableValue.VAR_CONFIGN_TBL_NAMEstatic final SimpleProperty.String<VariantConfigurationTableValue>VariantConfigurationTableValue.VAR_CONFIGN_TBL_VALUE_NUMBERMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttablecontent that return VariantConfigurationTableValueModifier and TypeMethodDescriptionVariantConfigurationTableValue.VariantConfigurationTableValueBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttablecontent that return types with arguments of type VariantConfigurationTableValueModifier and TypeMethodDescriptionVariantConfigurationTableValue.getType()io.vavr.control.Option<List<VariantConfigurationTableValue>>VariantConfigurationTableLine.getValueIfPresent()Retrieval of associated VariantConfigurationTableValue entities (one to many).static BoundFunction.SingleToCollection<VarConfigurationTableContent,VariantConfigurationTableValue> VarConfigurationTableContent.retrieveByKeyDate(LocalDate keyDate) Function that can be applied to any entity object of this class.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttablecontent with parameters of type VariantConfigurationTableValueModifier and TypeMethodDescriptionvoidVariantConfigurationTableLine.addValue(VariantConfigurationTableValue... entity) Adds elements to the list of associated VariantConfigurationTableValue entities.VariantConfigurationTableLine.VariantConfigurationTableLineBuilder.value(VariantConfigurationTableValue... value) Navigation property _Value for VariantConfigurationTableLine to multiple VariantConfigurationTableValue.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttablecontent with type arguments of type VariantConfigurationTableValueModifier and TypeMethodDescriptionvoidVariantConfigurationTableLine.setValue(List<VariantConfigurationTableValue> value) Overwrites the list of associated VariantConfigurationTableValue entities for the loaded navigation property _Value.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttablecontent with type arguments of type VariantConfigurationTableValueModifierConstructorDescriptionVariantConfigurationTableLine(String varConfignTblName, String varConfignTblLineNumber, String changeNumber, String varConfignTblLinePosition, Boolean isDeleted, LocalDate validityStartDate, LocalDate validityEndDate, VarConfigurationTableContent to_Table, List<VariantConfigurationTableValue> to_Value) -
Uses of VariantConfigurationTableValue in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type VariantConfigurationTableValueModifier and TypeMethodDescriptionDefaultVariantTableContentService.countVariantConfigurationTableValue()Deprecated.VariantTableContentService.countVariantConfigurationTableValue()Deprecated.Fetch the number of entries from theVariantConfigurationTableValueentity collection matching the filter and search expressions.DefaultVariantTableContentService.getAllVariantConfigurationTableValue()Deprecated.VariantTableContentService.getAllVariantConfigurationTableValue()Deprecated.Fetch multipleVariantConfigurationTableValueentities.DefaultVariantTableContentService.getVariantConfigurationTableValueByKey(String varConfignTblName, String varConfignTblLineNumber, String changeNumber, String characteristic, String varConfignTblValueNumber) Deprecated.VariantTableContentService.getVariantConfigurationTableValueByKey(String varConfignTblName, String varConfignTblLineNumber, String changeNumber, String characteristic, String varConfignTblValueNumber) Deprecated.Fetch a singleVariantConfigurationTableValueentity using key fields.