Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.ServiceOrderDefect
Packages that use ServiceOrderDefect
Package
Description
-
Uses of ServiceOrderDefect 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 ServiceOrderDefectModifier and TypeFieldDescriptionstatic final ServiceOrderLink<ServiceOrderDefect>ServiceOrder.TO_DEFECTUse with available fluent helpers to apply the to_Defect navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return ServiceOrderDefectModifier and TypeMethodDescriptionServiceOrderDefect.ServiceOrderDefectBuilder.build()protected ServiceOrderDefectServiceOrderDefectCreateFluentHelper.getEntity()protected ServiceOrderDefectServiceOrderDefectDeleteFluentHelper.getEntity()protected ServiceOrderDefectServiceOrderDefectUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return types with arguments of type ServiceOrderDefectModifier and TypeMethodDescriptionServiceOrder.fetchDefect()Fetches the ServiceOrderDefect entities (one to many) associated with this entity.io.vavr.control.Option<List<ServiceOrderDefect>>ServiceOrder.getDefectIfPresent()Retrieval of associated ServiceOrderDefect entities (one to many).ServiceOrder.getDefectOrFetch()Retrieval of associated ServiceOrderDefect entities (one to many).protected Class<ServiceOrderDefect>ServiceOrderDefectByKeyFluentHelper.getEntityClass()protected Class<ServiceOrderDefect>ServiceOrderDefectFluentHelper.getEntityClass()ServiceOrderDefect.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type ServiceOrderDefectModifier and TypeMethodDescriptionvoidServiceOrder.addDefect(ServiceOrderDefect... entity) Adds elements to the list of associated ServiceOrderDefect entities.ServiceOrder.ServiceOrderBuilder.defect(ServiceOrderDefect... value) Navigation property to_Defect for ServiceOrder to multiple ServiceOrderDefect.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type arguments of type ServiceOrderDefectModifier and TypeMethodDescriptionvoidServiceOrder.setDefect(List<ServiceOrderDefect> value) Overwrites the list of associated ServiceOrderDefect entities for the loaded navigation property to_Defect.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type ServiceOrderDefectModifierConstructorDescriptionServiceOrderDefectCreateFluentHelper(String servicePath, ServiceOrderDefect entity, String entityCollection) Creates a fluent helper object that will create aServiceOrderDefectentity on the OData endpoint.ServiceOrderDefectDeleteFluentHelper(String servicePath, ServiceOrderDefect entity, String entityCollection) Creates a fluent helper object that will delete aServiceOrderDefectentity on the OData endpoint.ServiceOrderDefectUpdateFluentHelper(String servicePath, ServiceOrderDefect entity, String entityCollection) Creates a fluent helper object that will update aServiceOrderDefectentity on the OData endpoint. -
Uses of ServiceOrderDefect 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 ServiceOrderDefectModifier and TypeMethodDescriptionDefaultServiceOrderServiceBatchChangeSet.createServiceOrderDefect(ServiceOrderDefect serviceOrderDefect) ServiceOrderServiceBatchChangeSet.createServiceOrderDefect(ServiceOrderDefect serviceOrderDefect) Create a newServiceOrderDefectentity and save it to the S/4HANA system.DefaultServiceOrderServiceBatchChangeSet.deleteServiceOrderDefect(ServiceOrderDefect serviceOrderDefect) ServiceOrderServiceBatchChangeSet.deleteServiceOrderDefect(ServiceOrderDefect serviceOrderDefect) Deletes an existingServiceOrderDefectentity in the S/4HANA system.DefaultServiceOrderServiceBatchChangeSet.updateServiceOrderDefect(ServiceOrderDefect serviceOrderDefect) ServiceOrderServiceBatchChangeSet.updateServiceOrderDefect(ServiceOrderDefect serviceOrderDefect) Update an existingServiceOrderDefectentity and save it to the S/4HANA system. -
Uses of ServiceOrderDefect 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 ServiceOrderDefectModifier and TypeMethodDescriptionServiceOrderDefectOneToOneLink.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 ServiceOrderDefectModifier and TypeMethodDescriptionprotected ServiceOrderDefectLink<ObjectT>ServiceOrderDefectLink.translateLinkType(EntityLink<ServiceOrderDefectLink<ObjectT>, ServiceOrderDefect, ObjectT> link) -
Uses of ServiceOrderDefect in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ServiceOrderDefectModifier and TypeMethodDescriptionDefaultServiceOrderService.createServiceOrderDefect(ServiceOrderDefect serviceOrderDefect) Deprecated.ServiceOrderService.createServiceOrderDefect(ServiceOrderDefect serviceOrderDefect) Deprecated.Create a newServiceOrderDefectentity and save it to the S/4HANA system.DefaultServiceOrderService.deleteServiceOrderDefect(ServiceOrderDefect serviceOrderDefect) Deprecated.ServiceOrderService.deleteServiceOrderDefect(ServiceOrderDefect serviceOrderDefect) Deprecated.Deletes an existingServiceOrderDefectentity in the S/4HANA system.DefaultServiceOrderService.updateServiceOrderDefect(ServiceOrderDefect serviceOrderDefect) Deprecated.ServiceOrderService.updateServiceOrderDefect(ServiceOrderDefect serviceOrderDefect) Deprecated.Update an existingServiceOrderDefectentity and save it to the S/4HANA system.