Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttable.VarCnfTblText
Packages that use VarCnfTblText
Package
Description
-
Uses of VarCnfTblText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttable
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttable with type parameters of type VarCnfTblTextModifier and TypeFieldDescriptionstatic final SimpleProperty<VarCnfTblText>VarCnfTblText.ALL_FIELDSSelector for all available fields of VarCnfTblText.static final SimpleProperty.String<VarCnfTblText>VarCnfTblText.LANGUAGE_CODEstatic final NavigationProperty.Single<VarCnfTblText,VariantConfigurationTable> VarCnfTblText.TO__TABLEUse with available request builders to apply the _Table navigation property to query operations.VariantConfigurationTable.TO__TEXTUse with available request builders to apply the _Text navigation property to query operations.static final SimpleProperty.String<VarCnfTblText>VarCnfTblText.VAR_CONFIGN_TBL_DESCRIPTIONstatic final SimpleProperty.String<VarCnfTblText>VarCnfTblText.VAR_CONFIGN_TBL_NAMEMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttable that return VarCnfTblTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttable that return types with arguments of type VarCnfTblTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<VarCnfTblText>>VariantConfigurationTable.getTextIfPresent()Retrieval of associated VarCnfTblText entities (one to many).VarCnfTblText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttable with parameters of type VarCnfTblTextModifier and TypeMethodDescriptionvoidVariantConfigurationTable.addText(VarCnfTblText... entity) Adds elements to the list of associated VarCnfTblText entities.VariantConfigurationTable.VariantConfigurationTableBuilder.text(VarCnfTblText... value) Navigation property _Text for VariantConfigurationTable to multiple VarCnfTblText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttable with type arguments of type VarCnfTblTextModifier and TypeMethodDescriptionvoidVariantConfigurationTable.setText(List<VarCnfTblText> value) Overwrites the list of associated VarCnfTblText entities for the loaded navigation property _Text. -
Uses of VarCnfTblText 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 VarCnfTblTextModifier and TypeMethodDescriptionDefaultVariantTableService.countVariantConfigurationTableText()Deprecated.VariantTableService.countVariantConfigurationTableText()Deprecated.Fetch the number of entries from theVarCnfTblTextentity collection matching the filter and search expressions.DefaultVariantTableService.deleteVariantConfigurationTableText(VarCnfTblText varCnfTblText) Deprecated.VariantTableService.deleteVariantConfigurationTableText(VarCnfTblText varCnfTblText) Deprecated.Deletes an existingVarCnfTblTextentity in the S/4HANA system.DefaultVariantTableService.getAllVariantConfigurationTableText()Deprecated.VariantTableService.getAllVariantConfigurationTableText()Deprecated.Fetch multipleVarCnfTblTextentities.DefaultVariantTableService.getVariantConfigurationTableTextByKey(String varConfignTblName, String languageCode) Deprecated.VariantTableService.getVariantConfigurationTableTextByKey(String varConfignTblName, String languageCode) Deprecated.Fetch a singleVarCnfTblTextentity using key fields.DefaultVariantTableService.updateVariantConfigurationTableText(VarCnfTblText varCnfTblText) Deprecated.VariantTableService.updateVariantConfigurationTableText(VarCnfTblText varCnfTblText) Deprecated.Update an existingVarCnfTblTextentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type VarCnfTblTextModifier and TypeMethodDescriptionDefaultVariantTableService.deleteVariantConfigurationTableText(VarCnfTblText varCnfTblText) Deprecated.VariantTableService.deleteVariantConfigurationTableText(VarCnfTblText varCnfTblText) Deprecated.Deletes an existingVarCnfTblTextentity in the S/4HANA system.DefaultVariantTableService.updateVariantConfigurationTableText(VarCnfTblText varCnfTblText) Deprecated.VariantTableService.updateVariantConfigurationTableText(VarCnfTblText varCnfTblText) Deprecated.Update an existingVarCnfTblTextentity and save it to the S/4HANA system.