Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.processschedulingagreement | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Method and Description |
---|---|
SchAgrmtPartnerFluentHelper |
SchAgrmtPartnerFluentHelper.filter(ExpressionFluentHelper<SchAgrmtPartner> expression)
Query modifier to restrict the set of returned entities based on the values of one or more fields.
|
SchAgrmtPartnerFluentHelper |
SchAgrmtPartnerFluentHelper.orderBy(EntityField<SchAgrmtPartner,?> field,
Order order)
Query modifier to sort the set of returned entities by one or more fields.
|
SchAgrmtPartnerFluentHelper |
SchAgrmtPartnerFluentHelper.select(EntityField<SchAgrmtPartner,?>... fields)
Query modifier to limit which field values within an entity get fetched & populated.
|
SchAgrmtPartnerFluentHelper |
SchAgrmtPartnerFluentHelper.skip(Number skip)
Query modifier to not return the first N entities of the result set.
|
SchAgrmtPartnerFluentHelper |
SchAgrmtPartnerFluentHelper.top(Number top)
Query modifier to limit the number of entities returned.
|
SchAgrmtPartnerFluentHelper |
SchAgrmtPartnerFluentHelper.withErrorHandler(com.sap.cloud.sdk.odatav2.connectivity.ErrorResultHandler<?> errorResultHandler)
An error handling class that implements the
ErrorResultHandler interface can be attached to this fluent helper. |
Modifier and Type | Method and Description |
---|---|
SchAgrmtPartnerFluentHelper |
ProcessSchedulingAgreementService.getAllSchAgrmtPartner()
Fetch multiple
SchAgrmtPartner entities. |
SchAgrmtPartnerFluentHelper |
DefaultProcessSchedulingAgreementService.getAllSchAgrmtPartner() |
Copyright © 2017 SAP SE. All rights reserved.