Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract.ServiceContractItemText
Packages that use ServiceContractItemText
Package
Description
-
Uses of ServiceContractItemText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract with type parameters of type ServiceContractItemTextModifier and TypeFieldDescriptionstatic final ServiceContractItemLink<ServiceContractItemText>ServiceContractItem.TO_TEXTUse with available fluent helpers to apply the to_Text navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract that return ServiceContractItemTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract that return types with arguments of type ServiceContractItemTextModifier and TypeMethodDescriptionServiceContractItem.fetchText()Fetches the ServiceContractItemText entities (one to many) associated with this entity.protected Class<ServiceContractItemText>ServiceContractItemTextByKeyFluentHelper.getEntityClass()protected Class<ServiceContractItemText>ServiceContractItemTextFluentHelper.getEntityClass()io.vavr.control.Option<List<ServiceContractItemText>>ServiceContractItem.getTextIfPresent()Retrieval of associated ServiceContractItemText entities (one to many).ServiceContractItem.getTextOrFetch()Retrieval of associated ServiceContractItemText entities (one to many).ServiceContractItemText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract with parameters of type ServiceContractItemTextModifier and TypeMethodDescriptionvoidServiceContractItem.addText(ServiceContractItemText... entity) Adds elements to the list of associated ServiceContractItemText entities.ServiceContractItem.ServiceContractItemBuilder.text(ServiceContractItemText... value) Navigation property to_Text for ServiceContractItem to multiple ServiceContractItemText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract with type arguments of type ServiceContractItemTextModifier and TypeMethodDescriptionvoidServiceContractItem.setText(List<ServiceContractItemText> value) Overwrites the list of associated ServiceContractItemText entities for the loaded navigation property to_Text. -
Uses of ServiceContractItemText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract.link that return types with arguments of type ServiceContractItemTextModifier and TypeMethodDescriptionServiceContractItemTextOneToOneLink.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.servicecontract.link with type arguments of type ServiceContractItemTextModifier and TypeMethodDescriptionprotected ServiceContractItemTextLink<ObjectT>ServiceContractItemTextLink.translateLinkType(EntityLink<ServiceContractItemTextLink<ObjectT>, ServiceContractItemText, ObjectT> link)