Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.readsalesinquiries |
Modifier and Type | Field and Description |
---|---|
static EntityField<SalesInquiryPartner,String> |
SalesInquiryPartner.CONTACT_PERSON
Use with available fluent helpers to apply the ContactPerson field to query operations.
|
static EntityField<SalesInquiryPartner,String> |
SalesInquiryPartner.CUSTOMER
Use with available fluent helpers to apply the Customer field to query operations.
|
static EntityField<SalesInquiryPartner,String> |
SalesInquiryPartner.PARTNER_FUNCTION
Use with available fluent helpers to apply the PartnerFunction field to query operations.
|
static EntityField<SalesInquiryPartner,String> |
SalesInquiryPartner.PERSONNEL
Use with available fluent helpers to apply the Personnel field to query operations.
|
static EntityField<SalesInquiryPartner,String> |
SalesInquiryPartner.SALES_INQUIRY
Use with available fluent helpers to apply the SalesInquiry field to query operations.
|
static EntityField<SalesInquiryPartner,String> |
SalesInquiryPartner.SUPPLIER
Use with available fluent helpers to apply the Supplier field to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesInquiryPartner |
SalesInquiryPartner.SalesInquiryPartnerBuilder.build() |
SalesInquiryPartner |
SalesInquiryPartnerByKeyFluentHelper.execute()
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
SalesInquiryPartner |
SalesInquiryPartnerByKeyFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
SalesInquiryPartner |
SalesInquiryPartnerByKeyFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
Modifier and Type | Method and Description |
---|---|
List<SalesInquiryPartner> |
SalesInquiryPartnerFluentHelper.execute()
Executes the underlying query using any query modifiers that were previously called.
|
List<SalesInquiryPartner> |
SalesInquiryPartnerFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using any query modifiers that were previously called.
|
List<SalesInquiryPartner> |
SalesInquiryPartnerFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using any query modifiers that were previously called.
|
List<SalesInquiryPartner> |
SalesInquiry.fetchPartner()
Fetches the SalesInquiryPartner entities (one to many) associated with this entity.
|
static <T> EntityField<SalesInquiryPartner,T> |
SalesInquiryPartner.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
Class<SalesInquiryPartner> |
SalesInquiryPartner.getType() |
Modifier and Type | Method and Description |
---|---|
SalesInquiryPartnerFluentHelper |
SalesInquiryPartnerFluentHelper.filter(ExpressionFluentHelper<SalesInquiryPartner> expression)
Query modifier to restrict the set of returned entities based on the values of one or more fields.
|
SalesInquiryPartnerFluentHelper |
SalesInquiryPartnerFluentHelper.orderBy(EntityField<SalesInquiryPartner,?> field,
Order order)
Query modifier to sort the set of returned entities by one or more fields.
|
Copyright © 2017 SAP SE. All rights reserved.