Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttablecontent.VariantConfigurationTableLine
Packages that use VariantConfigurationTableLine
Package
Description
-
Uses of VariantConfigurationTableLine 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 VariantConfigurationTableLineModifier and TypeFieldDescriptionstatic final SimpleProperty<VariantConfigurationTableLine>VariantConfigurationTableLine.ALL_FIELDSSelector for all available fields of VariantConfigurationTableLine.static final SimpleProperty.String<VariantConfigurationTableLine>VariantConfigurationTableLine.CHANGE_NUMBERstatic final SimpleProperty.Boolean<VariantConfigurationTableLine>VariantConfigurationTableLine.IS_DELETEDVariantConfigurationTableLine.TO__TABLEUse with available request builders to apply the _Table navigation property to query operations.static final NavigationProperty.Collection<VarConfigurationTableContent,VariantConfigurationTableLine> VarConfigurationTableContent.TO__TABLE_LINEUse with available request builders to apply the _TableLine 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.Date<VariantConfigurationTableLine>VariantConfigurationTableLine.VALIDITY_END_DATEstatic final SimpleProperty.Date<VariantConfigurationTableLine>VariantConfigurationTableLine.VALIDITY_START_DATEstatic final SimpleProperty.String<VariantConfigurationTableLine>VariantConfigurationTableLine.VAR_CONFIGN_TBL_LINE_NUMBERstatic final SimpleProperty.String<VariantConfigurationTableLine>VariantConfigurationTableLine.VAR_CONFIGN_TBL_LINE_POSITIONstatic final SimpleProperty.String<VariantConfigurationTableLine>VariantConfigurationTableLine.VAR_CONFIGN_TBL_NAMEMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttablecontent that return VariantConfigurationTableLineModifier and TypeMethodDescriptionVariantConfigurationTableLine.VariantConfigurationTableLineBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttablecontent that return types with arguments of type VariantConfigurationTableLineModifier and TypeMethodDescriptionio.vavr.control.Option<List<VariantConfigurationTableLine>>VarConfigurationTableContent.getTableLineIfPresent()Retrieval of associated VariantConfigurationTableLine entities (one to many).io.vavr.control.Option<VariantConfigurationTableLine>VariantConfigurationTableValue.getTableLineIfPresent()Retrieval of associated VariantConfigurationTableLine entity (one to one).VariantConfigurationTableLine.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttablecontent with parameters of type VariantConfigurationTableLineModifier and TypeMethodDescriptionvoidVarConfigurationTableContent.addTableLine(VariantConfigurationTableLine... entity) Adds elements to the list of associated VariantConfigurationTableLine entities.voidVariantConfigurationTableValue.setTableLine(VariantConfigurationTableLine value) Overwrites the associated VariantConfigurationTableLine entity for the loaded navigation property _TableLine.VarConfigurationTableContent.VarConfigurationTableContentBuilder.tableLine(VariantConfigurationTableLine... value) Navigation property _TableLine for VarConfigurationTableContent to multiple VariantConfigurationTableLine.VariantConfigurationTableValue.VariantConfigurationTableValueBuilder.tableLine(VariantConfigurationTableLine value) Navigation property _TableLine for VariantConfigurationTableValue to single VariantConfigurationTableLine.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttablecontent with type arguments of type VariantConfigurationTableLineModifier and TypeMethodDescriptionvoidVarConfigurationTableContent.setTableLine(List<VariantConfigurationTableLine> value) Overwrites the list of associated VariantConfigurationTableLine entities for the loaded navigation property _TableLine.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttablecontent with parameters of type VariantConfigurationTableLineModifierConstructorDescriptionVariantConfigurationTableValue(String varConfignTblName, String varConfignTblLineNumber, String changeNumber, String characteristic, String varConfignTblValueNumber, String charcValue, String charcValueIntervalType, Double charcFromNumericValue, Double charcToNumericValue, String charcFromNumericValueUnit, String charcToNumericValueUnit, String varConfignTblAnyValueIsAllowed, String charcInternalID, VarConfigurationTableContent to_Table, VariantConfigurationTableLine to_TableLine) Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttablecontent with type arguments of type VariantConfigurationTableLineModifierConstructorDescriptionVarConfigurationTableContent(String varConfignTblName, String varConfignTblStatus, String engineProcessingMode, OffsetDateTime varConfignTblCntntLstChgDteTme, String varConfignTblCntntLastChgNo, Collection<SAP__Message> _Messages, List<VariantConfigurationTableLine> to_TableLine) -
Uses of VariantConfigurationTableLine 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 VariantConfigurationTableLineModifier and TypeMethodDescriptionDefaultVariantTableContentService.countVariantConfigurationTableLine()Deprecated.VariantTableContentService.countVariantConfigurationTableLine()Deprecated.Fetch the number of entries from theVariantConfigurationTableLineentity collection matching the filter and search expressions.DefaultVariantTableContentService.getAllVariantConfigurationTableLine()Deprecated.VariantTableContentService.getAllVariantConfigurationTableLine()Deprecated.Fetch multipleVariantConfigurationTableLineentities.DefaultVariantTableContentService.getVariantConfigurationTableLineByKey(String varConfignTblName, String varConfignTblLineNumber, String changeNumber) Deprecated.VariantTableContentService.getVariantConfigurationTableLineByKey(String varConfignTblName, String varConfignTblLineNumber, String changeNumber) Deprecated.Fetch a singleVariantConfigurationTableLineentity using key fields.