Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.companysubstance.CompanySubstanceText
Packages that use CompanySubstanceText
Package
Description
-
Uses of CompanySubstanceText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.companysubstance
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.companysubstance with type parameters of type CompanySubstanceTextModifier and TypeFieldDescriptionstatic final SimpleProperty<CompanySubstanceText>CompanySubstanceText.ALL_FIELDSSelector for all available fields of CompanySubstanceText.static final SimpleProperty.String<CompanySubstanceText>CompanySubstanceText.COMPANY_SUBSTANCE_NAMEstatic final SimpleProperty.Guid<CompanySubstanceText>CompanySubstanceText.COMPANY_SUBSTANCE_UUIDstatic final SimpleProperty.String<CompanySubstanceText>CompanySubstanceText.LANGUAGEstatic final NavigationProperty.Single<CompanySubstanceText,CompanySubstance> CompanySubstanceText.TO__COMPANY_SUBSTANCEUse with available request builders to apply the _CompanySubstance navigation property to query operations.CompanySubstance.TO__COMPANY_SUBSTANCE_TEXTUse with available request builders to apply the _CompanySubstanceText navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.companysubstance that return CompanySubstanceTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.companysubstance that return types with arguments of type CompanySubstanceTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<CompanySubstanceText>>CompanySubstance.getCompanySubstanceTextIfPresent()Retrieval of associated CompanySubstanceText entities (one to many).CompanySubstanceText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.companysubstance with parameters of type CompanySubstanceTextModifier and TypeMethodDescriptionvoidCompanySubstance.addCompanySubstanceText(CompanySubstanceText... entity) Adds elements to the list of associated CompanySubstanceText entities.CompanySubstance.CompanySubstanceBuilder.companySubstanceText(CompanySubstanceText... value) Navigation property _CompanySubstanceText for CompanySubstance to multiple CompanySubstanceText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.companysubstance with type arguments of type CompanySubstanceTextModifier and TypeMethodDescriptionvoidCompanySubstance.setCompanySubstanceText(List<CompanySubstanceText> value) Overwrites the list of associated CompanySubstanceText entities for the loaded navigation property _CompanySubstanceText.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.companysubstance with type arguments of type CompanySubstanceTextModifierConstructorDescriptionCompanySubstance(UUID companySubstanceUUID, String companySubstance, String companySubstanceInternalName, String responsibleUnit, Boolean polymerIsBsdOnOECDDef, UUID listedSubstanceUUID, String listedSubstance, String cASNumber, String eCNumber, String molecularFormula, Collection<SAP__Message> _Messages, List<CompanySubstanceText> to_CompanySubstanceText, List<CompanySubstanceVarAssgmt> to_CompanySubstanceVarAssgmt) -
Uses of CompanySubstanceText 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 CompanySubstanceTextModifier and TypeMethodDescriptionCompanySubstanceService.countCompanySubstanceText()Deprecated.Fetch the number of entries from theCompanySubstanceTextentity collection matching the filter and search expressions.DefaultCompanySubstanceService.countCompanySubstanceText()Deprecated.CompanySubstanceService.getAllCompanySubstanceText()Deprecated.Fetch multipleCompanySubstanceTextentities.DefaultCompanySubstanceService.getAllCompanySubstanceText()Deprecated.CompanySubstanceService.getCompanySubstanceTextByKey(UUID companySubstanceUUID, String language) Deprecated.Fetch a singleCompanySubstanceTextentity using key fields.DefaultCompanySubstanceService.getCompanySubstanceTextByKey(UUID companySubstanceUUID, String language) Deprecated.