Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn.CustomerReturnScheduleLine
Packages that use CustomerReturnScheduleLine
Package
Description
-
Uses of CustomerReturnScheduleLine 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 CustomerReturnScheduleLineModifier and TypeFieldDescriptionstatic final CustomerReturnItemLink<CustomerReturnScheduleLine>CustomerReturnItem.TO_SCHEDULE_LINEUse with available fluent helpers to apply the to_ScheduleLine navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn that return CustomerReturnScheduleLineModifier and TypeMethodDescriptionCustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn that return types with arguments of type CustomerReturnScheduleLineModifier and TypeMethodDescriptionCustomerReturnItem.fetchScheduleLine()Fetches the CustomerReturnScheduleLine entities (one to many) associated with this entity.protected Class<CustomerReturnScheduleLine>CustomerReturnScheduleLineByKeyFluentHelper.getEntityClass()protected Class<CustomerReturnScheduleLine>CustomerReturnScheduleLineFluentHelper.getEntityClass()io.vavr.control.Option<List<CustomerReturnScheduleLine>>CustomerReturnItem.getScheduleLineIfPresent()Retrieval of associated CustomerReturnScheduleLine entities (one to many).CustomerReturnItem.getScheduleLineOrFetch()Retrieval of associated CustomerReturnScheduleLine entities (one to many).CustomerReturnScheduleLine.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn with parameters of type CustomerReturnScheduleLineModifier and TypeMethodDescriptionvoidCustomerReturnItem.addScheduleLine(CustomerReturnScheduleLine... entity) Adds elements to the list of associated CustomerReturnScheduleLine entities.CustomerReturnItem.CustomerReturnItemBuilder.scheduleLine(CustomerReturnScheduleLine... value) Navigation property to_ScheduleLine for CustomerReturnItem to multiple CustomerReturnScheduleLine.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn with type arguments of type CustomerReturnScheduleLineModifier and TypeMethodDescriptionvoidCustomerReturnItem.setScheduleLine(List<CustomerReturnScheduleLine> value) Overwrites the list of associated CustomerReturnScheduleLine entities for the loaded navigation property to_ScheduleLine. -
Uses of CustomerReturnScheduleLine 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 CustomerReturnScheduleLineModifier and TypeMethodDescriptionCustomerReturnScheduleLineOneToOneLink.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 CustomerReturnScheduleLineModifier and TypeMethodDescriptionprotected CustomerReturnScheduleLineLink<ObjectT>CustomerReturnScheduleLineLink.translateLinkType(EntityLink<CustomerReturnScheduleLineLink<ObjectT>, CustomerReturnScheduleLine, ObjectT> link)