Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder.BusinessSolutionOrderText
Packages that use BusinessSolutionOrderText
Package
Description
-
Uses of BusinessSolutionOrderText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder with type parameters of type BusinessSolutionOrderTextModifier and TypeFieldDescriptionstatic final BusinessSolutionOrderLink<BusinessSolutionOrderText>BusinessSolutionOrder.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.businesssolutionorder that return BusinessSolutionOrderTextModifier and TypeMethodDescriptionBusinessSolutionOrderText.BusinessSolutionOrderTextBuilder.build()protected BusinessSolutionOrderTextBusinessSolutionOrderTextCreateFluentHelper.getEntity()protected BusinessSolutionOrderTextBusinessSolutionOrderTextDeleteFluentHelper.getEntity()protected BusinessSolutionOrderTextBusinessSolutionOrderTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder that return types with arguments of type BusinessSolutionOrderTextModifier and TypeMethodDescriptionBusinessSolutionOrder.fetchText()Fetches the BusinessSolutionOrderText entities (one to many) associated with this entity.protected Class<BusinessSolutionOrderText>BusinessSolutionOrderTextByKeyFluentHelper.getEntityClass()protected Class<BusinessSolutionOrderText>BusinessSolutionOrderTextFluentHelper.getEntityClass()io.vavr.control.Option<List<BusinessSolutionOrderText>>BusinessSolutionOrder.getTextIfPresent()Retrieval of associated BusinessSolutionOrderText entities (one to many).BusinessSolutionOrder.getTextOrFetch()Retrieval of associated BusinessSolutionOrderText entities (one to many).BusinessSolutionOrderText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder with parameters of type BusinessSolutionOrderTextModifier and TypeMethodDescriptionvoidBusinessSolutionOrder.addText(BusinessSolutionOrderText... entity) Adds elements to the list of associated BusinessSolutionOrderText entities.BusinessSolutionOrder.BusinessSolutionOrderBuilder.text(BusinessSolutionOrderText... value) Navigation property to_Text for BusinessSolutionOrder to multiple BusinessSolutionOrderText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder with type arguments of type BusinessSolutionOrderTextModifier and TypeMethodDescriptionvoidBusinessSolutionOrder.setText(List<BusinessSolutionOrderText> value) Overwrites the list of associated BusinessSolutionOrderText entities for the loaded navigation property to_Text.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder with parameters of type BusinessSolutionOrderTextModifierConstructorDescriptionBusinessSolutionOrderTextCreateFluentHelper(String servicePath, BusinessSolutionOrderText entity, String entityCollection) Creates a fluent helper object that will create aBusinessSolutionOrderTextentity on the OData endpoint.BusinessSolutionOrderTextDeleteFluentHelper(String servicePath, BusinessSolutionOrderText entity, String entityCollection) Creates a fluent helper object that will delete aBusinessSolutionOrderTextentity on the OData endpoint.BusinessSolutionOrderTextUpdateFluentHelper(String servicePath, BusinessSolutionOrderText entity, String entityCollection) Creates a fluent helper object that will update aBusinessSolutionOrderTextentity on the OData endpoint. -
Uses of BusinessSolutionOrderText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder.batch with parameters of type BusinessSolutionOrderTextModifier and TypeMethodDescriptionBusinessSolutionOrderServiceBatchChangeSet.createBusinessSolutionOrderText(BusinessSolutionOrderText businessSolutionOrderText) Create a newBusinessSolutionOrderTextentity and save it to the S/4HANA system.DefaultBusinessSolutionOrderServiceBatchChangeSet.createBusinessSolutionOrderText(BusinessSolutionOrderText businessSolutionOrderText) BusinessSolutionOrderServiceBatchChangeSet.deleteBusinessSolutionOrderText(BusinessSolutionOrderText businessSolutionOrderText) Deletes an existingBusinessSolutionOrderTextentity in the S/4HANA system.DefaultBusinessSolutionOrderServiceBatchChangeSet.deleteBusinessSolutionOrderText(BusinessSolutionOrderText businessSolutionOrderText) BusinessSolutionOrderServiceBatchChangeSet.updateBusinessSolutionOrderText(BusinessSolutionOrderText businessSolutionOrderText) Update an existingBusinessSolutionOrderTextentity and save it to the S/4HANA system.DefaultBusinessSolutionOrderServiceBatchChangeSet.updateBusinessSolutionOrderText(BusinessSolutionOrderText businessSolutionOrderText) -
Uses of BusinessSolutionOrderText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder.link that return types with arguments of type BusinessSolutionOrderTextModifier and TypeMethodDescriptionBusinessSolutionOrderTextOneToOneLink.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.businesssolutionorder.link with type arguments of type BusinessSolutionOrderTextModifier and TypeMethodDescriptionprotected BusinessSolutionOrderTextLink<ObjectT>BusinessSolutionOrderTextLink.translateLinkType(EntityLink<BusinessSolutionOrderTextLink<ObjectT>, BusinessSolutionOrderText, ObjectT> link) -
Uses of BusinessSolutionOrderText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type BusinessSolutionOrderTextModifier and TypeMethodDescriptionBusinessSolutionOrderService.createBusinessSolutionOrderText(BusinessSolutionOrderText businessSolutionOrderText) Deprecated.Create a newBusinessSolutionOrderTextentity and save it to the S/4HANA system.DefaultBusinessSolutionOrderService.createBusinessSolutionOrderText(BusinessSolutionOrderText businessSolutionOrderText) Deprecated.BusinessSolutionOrderService.deleteBusinessSolutionOrderText(BusinessSolutionOrderText businessSolutionOrderText) Deprecated.Deletes an existingBusinessSolutionOrderTextentity in the S/4HANA system.DefaultBusinessSolutionOrderService.deleteBusinessSolutionOrderText(BusinessSolutionOrderText businessSolutionOrderText) Deprecated.BusinessSolutionOrderService.updateBusinessSolutionOrderText(BusinessSolutionOrderText businessSolutionOrderText) Deprecated.Update an existingBusinessSolutionOrderTextentity and save it to the S/4HANA system.DefaultBusinessSolutionOrderService.updateBusinessSolutionOrderText(BusinessSolutionOrderText businessSolutionOrderText) Deprecated.