Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.plantsubstitutiongroup.PlantSubstnGrpTxt
Packages that use PlantSubstnGrpTxt
Package
Description
-
Uses of PlantSubstnGrpTxt in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.plantsubstitutiongroup
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.plantsubstitutiongroup with type parameters of type PlantSubstnGrpTxtModifier and TypeFieldDescriptionstatic final SimpleProperty<PlantSubstnGrpTxt>PlantSubstnGrpTxt.ALL_FIELDSSelector for all available fields of PlantSubstnGrpTxt.static final SimpleProperty.String<PlantSubstnGrpTxt>PlantSubstnGrpTxt.LANGUAGEstatic final SimpleProperty.String<PlantSubstnGrpTxt>PlantSubstnGrpTxt.MD_SUBSTN_GROUPstatic final SimpleProperty.String<PlantSubstnGrpTxt>PlantSubstnGrpTxt.MD_SUBSTN_GROUP_DESCRIPTIONstatic final SimpleProperty.String<PlantSubstnGrpTxt>PlantSubstnGrpTxt.MD_SUBSTN_OBJECT_TYPEstatic final NavigationProperty.Single<PlantSubstnGrpTxt,PlantSubstnGrp> PlantSubstnGrpTxt.TO__GROUPUse with available request builders to apply the _Group navigation property to query operations.static final NavigationProperty.Collection<PlantSubstnGrp,PlantSubstnGrpTxt> PlantSubstnGrp.TO__TEXTUse with available request builders to apply the _Text navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.plantsubstitutiongroup that return PlantSubstnGrpTxtMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.plantsubstitutiongroup that return types with arguments of type PlantSubstnGrpTxtModifier and TypeMethodDescriptionio.vavr.control.Option<List<PlantSubstnGrpTxt>>PlantSubstnGrp.getTextIfPresent()Retrieval of associated PlantSubstnGrpTxt entities (one to many).PlantSubstnGrpTxt.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.plantsubstitutiongroup with parameters of type PlantSubstnGrpTxtModifier and TypeMethodDescriptionvoidPlantSubstnGrp.addText(PlantSubstnGrpTxt... entity) Adds elements to the list of associated PlantSubstnGrpTxt entities.PlantSubstnGrp.PlantSubstnGrpBuilder.text(PlantSubstnGrpTxt... value) Navigation property _Text for PlantSubstnGrp to multiple PlantSubstnGrpTxt.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.plantsubstitutiongroup with type arguments of type PlantSubstnGrpTxtModifier and TypeMethodDescriptionvoidPlantSubstnGrp.setText(List<PlantSubstnGrpTxt> value) Overwrites the list of associated PlantSubstnGrpTxt entities for the loaded navigation property _Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.plantsubstitutiongroup with type arguments of type PlantSubstnGrpTxtModifierConstructorDescriptionPlantSubstnGrp(String mDSubstnObjectType, String mDSubstnGroup, String mDSubstnStatus, String createdByUser, OffsetDateTime creationDateTime, String lastChangedByUser, OffsetDateTime lastChangeDateTime, Collection<SAP__Message> _Messages, List<PlantSubstnGrpTxt> to_Text) -
Uses of PlantSubstnGrpTxt 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 PlantSubstnGrpTxtModifier and TypeMethodDescriptionDefaultPlantSubstitutionGroupService.countPlantSubstnGrpText()Deprecated.PlantSubstitutionGroupService.countPlantSubstnGrpText()Deprecated.Fetch the number of entries from thePlantSubstnGrpTxtentity collection matching the filter and search expressions.DefaultPlantSubstitutionGroupService.deletePlantSubstnGrpText(PlantSubstnGrpTxt plantSubstnGrpTxt) Deprecated.PlantSubstitutionGroupService.deletePlantSubstnGrpText(PlantSubstnGrpTxt plantSubstnGrpTxt) Deprecated.Deletes an existingPlantSubstnGrpTxtentity in the S/4HANA system.DefaultPlantSubstitutionGroupService.getAllPlantSubstnGrpText()Deprecated.PlantSubstitutionGroupService.getAllPlantSubstnGrpText()Deprecated.Fetch multiplePlantSubstnGrpTxtentities.DefaultPlantSubstitutionGroupService.getPlantSubstnGrpTextByKey(String language, String mDSubstnObjectType, String mDSubstnGroup) Deprecated.PlantSubstitutionGroupService.getPlantSubstnGrpTextByKey(String language, String mDSubstnObjectType, String mDSubstnGroup) Deprecated.Fetch a singlePlantSubstnGrpTxtentity using key fields.DefaultPlantSubstitutionGroupService.updatePlantSubstnGrpText(PlantSubstnGrpTxt plantSubstnGrpTxt) Deprecated.PlantSubstitutionGroupService.updatePlantSubstnGrpText(PlantSubstnGrpTxt plantSubstnGrpTxt) Deprecated.Update an existingPlantSubstnGrpTxtentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type PlantSubstnGrpTxtModifier and TypeMethodDescriptionDefaultPlantSubstitutionGroupService.deletePlantSubstnGrpText(PlantSubstnGrpTxt plantSubstnGrpTxt) Deprecated.PlantSubstitutionGroupService.deletePlantSubstnGrpText(PlantSubstnGrpTxt plantSubstnGrpTxt) Deprecated.Deletes an existingPlantSubstnGrpTxtentity in the S/4HANA system.DefaultPlantSubstitutionGroupService.updatePlantSubstnGrpText(PlantSubstnGrpTxt plantSubstnGrpTxt) Deprecated.PlantSubstitutionGroupService.updatePlantSubstnGrpText(PlantSubstnGrpTxt plantSubstnGrpTxt) Deprecated.Update an existingPlantSubstnGrpTxtentity and save it to the S/4HANA system.