Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract.ServiceContractText
Packages that use ServiceContractText
Package
Description
-
Uses of ServiceContractText 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 ServiceContractTextModifier and TypeFieldDescriptionstatic final ServiceContractLink<ServiceContractText>ServiceContract.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 ServiceContractTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract that return types with arguments of type ServiceContractTextModifier and TypeMethodDescriptionServiceContract.fetchText()Fetches the ServiceContractText entities (one to many) associated with this entity.protected Class<ServiceContractText>ServiceContractTextByKeyFluentHelper.getEntityClass()protected Class<ServiceContractText>ServiceContractTextFluentHelper.getEntityClass()io.vavr.control.Option<List<ServiceContractText>>ServiceContract.getTextIfPresent()Retrieval of associated ServiceContractText entities (one to many).ServiceContract.getTextOrFetch()Retrieval of associated ServiceContractText entities (one to many).ServiceContractText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract with parameters of type ServiceContractTextModifier and TypeMethodDescriptionvoidServiceContract.addText(ServiceContractText... entity) Adds elements to the list of associated ServiceContractText entities.ServiceContract.ServiceContractBuilder.text(ServiceContractText... value) Navigation property to_Text for ServiceContract to multiple ServiceContractText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract with type arguments of type ServiceContractTextModifier and TypeMethodDescriptionvoidServiceContract.setText(List<ServiceContractText> value) Overwrites the list of associated ServiceContractText entities for the loaded navigation property to_Text. -
Uses of ServiceContractText 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 ServiceContractTextModifier and TypeMethodDescriptionServiceContractTextOneToOneLink.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 ServiceContractTextModifier and TypeMethodDescriptionprotected ServiceContractTextLink<ObjectT>ServiceContractTextLink.translateLinkType(EntityLink<ServiceContractTextLink<ObjectT>, ServiceContractText, ObjectT> link)