public class CustomerReturnItemByKeyFluentHelper extends FluentHelperByKey<CustomerReturnItemByKeyFluentHelper,CustomerReturnItem,CustomerReturnItemSelectable>
CustomerReturnItem
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself.Constructor and Description |
---|
CustomerReturnItemByKeyFluentHelper(String customerReturn,
String customerReturnItem)
Creates a fluent helper object that will fetch a single
CustomerReturnItem entity with the provided key field values. |
execute, select, toQuery, withErrorHandler
execute, execute
public CustomerReturnItemByKeyFluentHelper(String customerReturn, String customerReturnItem)
CustomerReturnItem
entity with the provided key field values. To perform execution, call the execute
method on the fluent helper object.customerReturnItem
- Customer Return ItemConstraints: Not nullable, Maximum length: 6
customerReturn
- Customer ReturnConstraints: Not nullable, Maximum length: 10
Copyright © 2017 SAP SE. All rights reserved.