Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.SrvcOrdItmProdRefObject
Packages that use SrvcOrdItmProdRefObject
Package
Description
-
Uses of SrvcOrdItmProdRefObject 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 SrvcOrdItmProdRefObjectModifier and TypeFieldDescriptionstatic final ServiceOrderItemLink<SrvcOrdItmProdRefObject>ServiceOrderItem.TO_PRODUCT_REFERENCE_OBJECTUse with available fluent helpers to apply the to_ProductReferenceObject navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return SrvcOrdItmProdRefObjectModifier and TypeMethodDescriptionSrvcOrdItmProdRefObject.SrvcOrdItmProdRefObjectBuilder.build()protected SrvcOrdItmProdRefObjectSrvcOrdItmProdRefObjectCreateFluentHelper.getEntity()protected SrvcOrdItmProdRefObjectSrvcOrdItmProdRefObjectDeleteFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return types with arguments of type SrvcOrdItmProdRefObjectModifier and TypeMethodDescriptionServiceOrderItem.fetchProductReferenceObject()Fetches the SrvcOrdItmProdRefObject entities (one to many) associated with this entity.protected Class<SrvcOrdItmProdRefObject>SrvcOrdItmProdRefObjectByKeyFluentHelper.getEntityClass()protected Class<SrvcOrdItmProdRefObject>SrvcOrdItmProdRefObjectFluentHelper.getEntityClass()io.vavr.control.Option<List<SrvcOrdItmProdRefObject>>ServiceOrderItem.getProductReferenceObjectIfPresent()Retrieval of associated SrvcOrdItmProdRefObject entities (one to many).ServiceOrderItem.getProductReferenceObjectOrFetch()Retrieval of associated SrvcOrdItmProdRefObject entities (one to many).SrvcOrdItmProdRefObject.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type SrvcOrdItmProdRefObjectModifier and TypeMethodDescriptionvoidServiceOrderItem.addProductReferenceObject(SrvcOrdItmProdRefObject... entity) Adds elements to the list of associated SrvcOrdItmProdRefObject entities.ServiceOrderItem.ServiceOrderItemBuilder.productReferenceObject(SrvcOrdItmProdRefObject... value) Navigation property to_ProductReferenceObject for ServiceOrderItem to multiple SrvcOrdItmProdRefObject.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type arguments of type SrvcOrdItmProdRefObjectModifier and TypeMethodDescriptionvoidServiceOrderItem.setProductReferenceObject(List<SrvcOrdItmProdRefObject> value) Overwrites the list of associated SrvcOrdItmProdRefObject entities for the loaded navigation property to_ProductReferenceObject.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type SrvcOrdItmProdRefObjectModifierConstructorDescriptionSrvcOrdItmProdRefObjectCreateFluentHelper(String servicePath, SrvcOrdItmProdRefObject entity, String entityCollection) Creates a fluent helper object that will create aSrvcOrdItmProdRefObjectentity on the OData endpoint.SrvcOrdItmProdRefObjectDeleteFluentHelper(String servicePath, SrvcOrdItmProdRefObject entity, String entityCollection) Creates a fluent helper object that will delete aSrvcOrdItmProdRefObjectentity on the OData endpoint. -
Uses of SrvcOrdItmProdRefObject 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 SrvcOrdItmProdRefObjectModifier and TypeMethodDescriptionDefaultServiceOrderServiceBatchChangeSet.createSrvcOrdItmProdRefObject(SrvcOrdItmProdRefObject srvcOrdItmProdRefObject) ServiceOrderServiceBatchChangeSet.createSrvcOrdItmProdRefObject(SrvcOrdItmProdRefObject srvcOrdItmProdRefObject) Create a newSrvcOrdItmProdRefObjectentity and save it to the S/4HANA system.DefaultServiceOrderServiceBatchChangeSet.deleteSrvcOrdItmProdRefObject(SrvcOrdItmProdRefObject srvcOrdItmProdRefObject) ServiceOrderServiceBatchChangeSet.deleteSrvcOrdItmProdRefObject(SrvcOrdItmProdRefObject srvcOrdItmProdRefObject) Deletes an existingSrvcOrdItmProdRefObjectentity in the S/4HANA system. -
Uses of SrvcOrdItmProdRefObject 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 SrvcOrdItmProdRefObjectModifier and TypeMethodDescriptionSrvcOrdItmProdRefObjectOneToOneLink.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 SrvcOrdItmProdRefObjectModifier and TypeMethodDescriptionprotected SrvcOrdItmProdRefObjectLink<ObjectT>SrvcOrdItmProdRefObjectLink.translateLinkType(EntityLink<SrvcOrdItmProdRefObjectLink<ObjectT>, SrvcOrdItmProdRefObject, ObjectT> link) -
Uses of SrvcOrdItmProdRefObject in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SrvcOrdItmProdRefObjectModifier and TypeMethodDescriptionDefaultServiceOrderService.createSrvcOrdItmProdRefObject(SrvcOrdItmProdRefObject srvcOrdItmProdRefObject) Deprecated.ServiceOrderService.createSrvcOrdItmProdRefObject(SrvcOrdItmProdRefObject srvcOrdItmProdRefObject) Deprecated.Create a newSrvcOrdItmProdRefObjectentity and save it to the S/4HANA system.DefaultServiceOrderService.deleteSrvcOrdItmProdRefObject(SrvcOrdItmProdRefObject srvcOrdItmProdRefObject) Deprecated.ServiceOrderService.deleteSrvcOrdItmProdRefObject(SrvcOrdItmProdRefObject srvcOrdItmProdRefObject) Deprecated.Deletes an existingSrvcOrdItmProdRefObjectentity in the S/4HANA system.