Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static EntityField<BusinessPartnerContact,String> |
BusinessPartnerContact.BUSINESS_PARTNER_COMPANY
Use with available fluent helpers to apply the BusinessPartnerCompany field to query operations.
|
static EntityField<BusinessPartnerContact,String> |
BusinessPartnerContact.BUSINESS_PARTNER_PERSON
Use with available fluent helpers to apply the BusinessPartnerPerson field to query operations.
|
static EntityField<BusinessPartnerContact,Boolean> |
BusinessPartnerContact.IS_STANDARD_RELATIONSHIP
Use with available fluent helpers to apply the IsStandardRelationship field to query operations.
|
static EntityField<BusinessPartnerContact,String> |
BusinessPartnerContact.RELATIONSHIP_CATEGORY
Use with available fluent helpers to apply the RelationshipCategory field to query operations.
|
static EntityField<BusinessPartnerContact,String> |
BusinessPartnerContact.RELATIONSHIP_NUMBER
Use with available fluent helpers to apply the RelationshipNumber field to query operations.
|
static EntityField<BusinessPartnerContact,Calendar> |
BusinessPartnerContact.VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations.
|
static EntityField<BusinessPartnerContact,Calendar> |
BusinessPartnerContact.VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
|
Modifier and Type | Method and Description |
---|---|
BusinessPartnerContact |
BusinessPartnerContact.BusinessPartnerContactBuilder.build() |
BusinessPartnerContact |
BusinessPartnerContactByKeyFluentHelper.execute()
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
BusinessPartnerContact |
BusinessPartnerContactCreateFluentHelper.execute()
Executes the underlying create request.
|
BusinessPartnerContact |
BusinessPartnerContactByKeyFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
BusinessPartnerContact |
BusinessPartnerContactCreateFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying create request.
|
BusinessPartnerContact |
BusinessPartnerContactByKeyFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
BusinessPartnerContact |
BusinessPartnerContactCreateFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying create request.
|
Modifier and Type | Method and Description |
---|---|
List<BusinessPartnerContact> |
BusinessPartnerContactFluentHelper.execute()
Executes the underlying query using any query modifiers that were previously called.
|
List<BusinessPartnerContact> |
BusinessPartnerContactFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using any query modifiers that were previously called.
|
List<BusinessPartnerContact> |
BusinessPartnerContactFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using any query modifiers that were previously called.
|
List<BusinessPartnerContact> |
BusinessPartner.fetchBusinessPartnerContact()
Fetches the BusinessPartnerContact entities (one to many) associated with this entity.
|
static <T> EntityField<BusinessPartnerContact,T> |
BusinessPartnerContact.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
Class<BusinessPartnerContact> |
BusinessPartnerContact.getType() |
Modifier and Type | Method and Description |
---|---|
BusinessPartnerContactFluentHelper |
BusinessPartnerContactFluentHelper.filter(ExpressionFluentHelper<BusinessPartnerContact> expression)
Query modifier to restrict the set of returned entities based on the values of one or more fields.
|
BusinessPartnerContactFluentHelper |
BusinessPartnerContactFluentHelper.orderBy(EntityField<BusinessPartnerContact,?> field,
Order order)
Query modifier to sort the set of returned entities by one or more fields.
|
Constructor and Description |
---|
BusinessPartnerContactCreateFluentHelper(BusinessPartnerContact businessPartnerContact)
Creates a fluent helper object that will create a new
BusinessPartnerContact entity and save it to the S/4HANA system. |
BusinessPartnerContactDeleteFluentHelper(BusinessPartnerContact businessPartnerContact)
Creates a fluent helper object that will delete an existing
BusinessPartnerContact entity in the S/4HANA system. |
BusinessPartnerContactUpdateFluentHelper(BusinessPartnerContact businessPartnerContact)
Creates a fluent helper object that will create a new
BusinessPartnerContact entity and save it to the S/4HANA system. |
Copyright © 2017 SAP SE. All rights reserved.