Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.ServiceOrderText
Packages that use ServiceOrderText
Package
Description
-
Uses of ServiceOrderText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type parameters of type ServiceOrderTextModifier and TypeFieldDescriptionstatic final ServiceOrderLink<ServiceOrderText>ServiceOrder.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.serviceorder that return ServiceOrderTextModifier and TypeMethodDescriptionServiceOrderText.ServiceOrderTextBuilder.build()protected ServiceOrderTextServiceOrderTextCreateFluentHelper.getEntity()protected ServiceOrderTextServiceOrderTextDeleteFluentHelper.getEntity()protected ServiceOrderTextServiceOrderTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return types with arguments of type ServiceOrderTextModifier and TypeMethodDescriptionServiceOrder.fetchText()Fetches the ServiceOrderText entities (one to many) associated with this entity.protected Class<ServiceOrderText>ServiceOrderTextByKeyFluentHelper.getEntityClass()protected Class<ServiceOrderText>ServiceOrderTextFluentHelper.getEntityClass()io.vavr.control.Option<List<ServiceOrderText>>ServiceOrder.getTextIfPresent()Retrieval of associated ServiceOrderText entities (one to many).ServiceOrder.getTextOrFetch()Retrieval of associated ServiceOrderText entities (one to many).ServiceOrderText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type ServiceOrderTextModifier and TypeMethodDescriptionvoidServiceOrder.addText(ServiceOrderText... entity) Adds elements to the list of associated ServiceOrderText entities.ServiceOrder.ServiceOrderBuilder.text(ServiceOrderText... value) Navigation property to_Text for ServiceOrder to multiple ServiceOrderText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type arguments of type ServiceOrderTextModifier and TypeMethodDescriptionvoidServiceOrder.setText(List<ServiceOrderText> value) Overwrites the list of associated ServiceOrderText entities for the loaded navigation property to_Text.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type ServiceOrderTextModifierConstructorDescriptionServiceOrderTextCreateFluentHelper(String servicePath, ServiceOrderText entity, String entityCollection) Creates a fluent helper object that will create aServiceOrderTextentity on the OData endpoint.ServiceOrderTextDeleteFluentHelper(String servicePath, ServiceOrderText entity, String entityCollection) Creates a fluent helper object that will delete aServiceOrderTextentity on the OData endpoint.ServiceOrderTextUpdateFluentHelper(String servicePath, ServiceOrderText entity, String entityCollection) Creates a fluent helper object that will update aServiceOrderTextentity on the OData endpoint. -
Uses of ServiceOrderText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.batch with parameters of type ServiceOrderTextModifier and TypeMethodDescriptionDefaultServiceOrderServiceBatchChangeSet.createServiceOrderText(ServiceOrderText serviceOrderText) ServiceOrderServiceBatchChangeSet.createServiceOrderText(ServiceOrderText serviceOrderText) Create a newServiceOrderTextentity and save it to the S/4HANA system.DefaultServiceOrderServiceBatchChangeSet.deleteServiceOrderText(ServiceOrderText serviceOrderText) ServiceOrderServiceBatchChangeSet.deleteServiceOrderText(ServiceOrderText serviceOrderText) Deletes an existingServiceOrderTextentity in the S/4HANA system.DefaultServiceOrderServiceBatchChangeSet.updateServiceOrderText(ServiceOrderText serviceOrderText) ServiceOrderServiceBatchChangeSet.updateServiceOrderText(ServiceOrderText serviceOrderText) Update an existingServiceOrderTextentity and save it to the S/4HANA system. -
Uses of ServiceOrderText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.link that return types with arguments of type ServiceOrderTextModifier and TypeMethodDescriptionServiceOrderTextOneToOneLink.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.serviceorder.link with type arguments of type ServiceOrderTextModifier and TypeMethodDescriptionprotected ServiceOrderTextLink<ObjectT>ServiceOrderTextLink.translateLinkType(EntityLink<ServiceOrderTextLink<ObjectT>, ServiceOrderText, ObjectT> link) -
Uses of ServiceOrderText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ServiceOrderTextModifier and TypeMethodDescriptionDefaultServiceOrderService.createServiceOrderText(ServiceOrderText serviceOrderText) Deprecated.ServiceOrderService.createServiceOrderText(ServiceOrderText serviceOrderText) Deprecated.Create a newServiceOrderTextentity and save it to the S/4HANA system.DefaultServiceOrderService.deleteServiceOrderText(ServiceOrderText serviceOrderText) Deprecated.ServiceOrderService.deleteServiceOrderText(ServiceOrderText serviceOrderText) Deprecated.Deletes an existingServiceOrderTextentity in the S/4HANA system.DefaultServiceOrderService.updateServiceOrderText(ServiceOrderText serviceOrderText) Deprecated.ServiceOrderService.updateServiceOrderText(ServiceOrderText serviceOrderText) Deprecated.Update an existingServiceOrderTextentity and save it to the S/4HANA system.