Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn.CustomerReturnRelatedObject
Packages that use CustomerReturnRelatedObject
Package
Description
-
Uses of CustomerReturnRelatedObject in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn with type parameters of type CustomerReturnRelatedObjectModifier and TypeFieldDescriptionstatic final CustomerReturnLink<CustomerReturnRelatedObject>CustomerReturn.TO_RELATED_OBJECTUse with available fluent helpers to apply the to_RelatedObject navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn that return CustomerReturnRelatedObjectModifier and TypeMethodDescriptionCustomerReturnRelatedObject.CustomerReturnRelatedObjectBuilder.build()protected CustomerReturnRelatedObjectCustomerReturnRelatedObjectCreateFluentHelper.getEntity()protected CustomerReturnRelatedObjectCustomerReturnRelatedObjectDeleteFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn that return types with arguments of type CustomerReturnRelatedObjectModifier and TypeMethodDescriptionCustomerReturn.fetchRelatedObject()Fetches the CustomerReturnRelatedObject entities (one to many) associated with this entity.protected Class<CustomerReturnRelatedObject>CustomerReturnRelatedObjectByKeyFluentHelper.getEntityClass()protected Class<CustomerReturnRelatedObject>CustomerReturnRelatedObjectFluentHelper.getEntityClass()io.vavr.control.Option<List<CustomerReturnRelatedObject>>CustomerReturn.getRelatedObjectIfPresent()Retrieval of associated CustomerReturnRelatedObject entities (one to many).CustomerReturn.getRelatedObjectOrFetch()Retrieval of associated CustomerReturnRelatedObject entities (one to many).CustomerReturnRelatedObject.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn with parameters of type CustomerReturnRelatedObjectModifier and TypeMethodDescriptionvoidCustomerReturn.addRelatedObject(CustomerReturnRelatedObject... entity) Adds elements to the list of associated CustomerReturnRelatedObject entities.CustomerReturn.CustomerReturnBuilder.relatedObject(CustomerReturnRelatedObject... value) Navigation property to_RelatedObject for CustomerReturn to multiple CustomerReturnRelatedObject.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn with type arguments of type CustomerReturnRelatedObjectModifier and TypeMethodDescriptionvoidCustomerReturn.setRelatedObject(List<CustomerReturnRelatedObject> value) Overwrites the list of associated CustomerReturnRelatedObject entities for the loaded navigation property to_RelatedObject.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn with parameters of type CustomerReturnRelatedObjectModifierConstructorDescriptionCustomerReturnRelatedObjectCreateFluentHelper(String servicePath, CustomerReturnRelatedObject entity, String entityCollection) Creates a fluent helper object that will create aCustomerReturnRelatedObjectentity on the OData endpoint.CustomerReturnRelatedObjectDeleteFluentHelper(String servicePath, CustomerReturnRelatedObject entity, String entityCollection) Creates a fluent helper object that will delete aCustomerReturnRelatedObjectentity on the OData endpoint. -
Uses of CustomerReturnRelatedObject in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn.batch with parameters of type CustomerReturnRelatedObjectModifier and TypeMethodDescriptionCustomerReturnServiceBatchChangeSet.createCustomerReturnRelatedObject(CustomerReturnRelatedObject customerReturnRelatedObject) Create a newCustomerReturnRelatedObjectentity and save it to the S/4HANA system.DefaultCustomerReturnServiceBatchChangeSet.createCustomerReturnRelatedObject(CustomerReturnRelatedObject customerReturnRelatedObject) CustomerReturnServiceBatchChangeSet.deleteCustomerReturnRelatedObject(CustomerReturnRelatedObject customerReturnRelatedObject) Deletes an existingCustomerReturnRelatedObjectentity in the S/4HANA system.DefaultCustomerReturnServiceBatchChangeSet.deleteCustomerReturnRelatedObject(CustomerReturnRelatedObject customerReturnRelatedObject) -
Uses of CustomerReturnRelatedObject in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn.link that return types with arguments of type CustomerReturnRelatedObjectModifier and TypeMethodDescriptionCustomerReturnRelatedObjectOneToOneLink.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.customerreturn.link with type arguments of type CustomerReturnRelatedObjectModifier and TypeMethodDescriptionprotected CustomerReturnRelatedObjectLink<ObjectT>CustomerReturnRelatedObjectLink.translateLinkType(EntityLink<CustomerReturnRelatedObjectLink<ObjectT>, CustomerReturnRelatedObject, ObjectT> link) -
Uses of CustomerReturnRelatedObject in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type CustomerReturnRelatedObjectModifier and TypeMethodDescriptionCustomerReturnService.createCustomerReturnRelatedObject(CustomerReturnRelatedObject customerReturnRelatedObject) Deprecated.Create a newCustomerReturnRelatedObjectentity and save it to the S/4HANA system.DefaultCustomerReturnService.createCustomerReturnRelatedObject(CustomerReturnRelatedObject customerReturnRelatedObject) Deprecated.CustomerReturnService.deleteCustomerReturnRelatedObject(CustomerReturnRelatedObject customerReturnRelatedObject) Deprecated.Deletes an existingCustomerReturnRelatedObjectentity in the S/4HANA system.DefaultCustomerReturnService.deleteCustomerReturnRelatedObject(CustomerReturnRelatedObject customerReturnRelatedObject) Deprecated.