Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.incoterm.IncotermsVersionText
Packages that use IncotermsVersionText
Package
Description
-
Uses of IncotermsVersionText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.incoterm
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.incoterm with type parameters of type IncotermsVersionTextModifier and TypeFieldDescriptionstatic final IncotermsVersionLink<IncotermsVersionText>IncotermsVersion.TO_INCOTERMS_VERSION_TEXTUse with available fluent helpers to apply the to_IncotermsVersionText navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.incoterm that return IncotermsVersionTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.incoterm that return types with arguments of type IncotermsVersionTextModifier and TypeMethodDescriptionIncotermsVersion.fetchIncotermsVersionText()Fetches the IncotermsVersionText entities (one to many) associated with this entity.protected Class<IncotermsVersionText>IncotermsVersionTextByKeyFluentHelper.getEntityClass()protected Class<IncotermsVersionText>IncotermsVersionTextFluentHelper.getEntityClass()io.vavr.control.Option<List<IncotermsVersionText>>IncotermsVersion.getIncotermsVersionTextIfPresent()Retrieval of associated IncotermsVersionText entities (one to many).IncotermsVersion.getIncotermsVersionTextOrFetch()Retrieval of associated IncotermsVersionText entities (one to many).IncotermsVersionText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.incoterm with parameters of type IncotermsVersionTextModifier and TypeMethodDescriptionvoidIncotermsVersion.addIncotermsVersionText(IncotermsVersionText... entity) Adds elements to the list of associated IncotermsVersionText entities.IncotermsVersion.IncotermsVersionBuilder.incotermsVersionText(IncotermsVersionText... value) Navigation property to_IncotermsVersionText for IncotermsVersion to multiple IncotermsVersionText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.incoterm with type arguments of type IncotermsVersionTextModifier and TypeMethodDescriptionvoidIncotermsVersion.setIncotermsVersionText(List<IncotermsVersionText> value) Overwrites the list of associated IncotermsVersionText entities for the loaded navigation property to_IncotermsVersionText.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.incoterm with type arguments of type IncotermsVersionTextModifierConstructorDescriptionIncotermsVersion(String incotermsVersion, List<IncotermsVersionText> toIncotermsVersionText) -
Uses of IncotermsVersionText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.incoterm.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.incoterm.link that return types with arguments of type IncotermsVersionTextModifier and TypeMethodDescriptionIncotermsVersionTextOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.incoterm.link with type arguments of type IncotermsVersionTextModifier and TypeMethodDescriptionprotected IncotermsVersionTextLink<ObjectT>IncotermsVersionTextLink.translateLinkType(EntityLink<IncotermsVersionTextLink<ObjectT>, IncotermsVersionText, ObjectT> link)