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 BusinessPartnerLink<BuPaIdentification> |
BusinessPartner.TO_BU_PA_IDENTIFICATION
Use with available fluent helpers to apply the to_BuPaIdentification navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
BuPaIdentification |
BuPaIdentification.BuPaIdentificationBuilder.build() |
protected BuPaIdentification |
BuPaIdentificationCreateFluentHelper.getEntity() |
protected BuPaIdentification |
BuPaIdentificationUpdateFluentHelper.getEntity() |
protected BuPaIdentification |
BuPaIdentificationDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<BuPaIdentification> |
BusinessPartner.fetchBuPaIdentification()
Fetches the BuPaIdentification entities (one to many) associated with this entity.
|
Optional<List<BuPaIdentification>> |
BusinessPartner.getBuPaIdentificationIfPresent()
Retrieval of associated BuPaIdentification entities (one to many).
|
List<BuPaIdentification> |
BusinessPartner.getBuPaIdentificationOrFetch()
Retrieval of associated BuPaIdentification entities (one to many).
|
protected Class<BuPaIdentification> |
BuPaIdentificationByKeyFluentHelper.getEntityClass() |
protected Class<BuPaIdentification> |
BuPaIdentificationFluentHelper.getEntityClass() |
Class<BuPaIdentification> |
BuPaIdentification.getType() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessPartner.addBuPaIdentification(BuPaIdentification... entity)
Adds elements to the list of associated BuPaIdentification entities.
|
BusinessPartner.BusinessPartnerBuilder |
BusinessPartner.BusinessPartnerBuilder.buPaIdentification(BuPaIdentification... value) |
Modifier and Type | Method and Description |
---|---|
void |
BusinessPartner.setBuPaIdentification(List<BuPaIdentification> value)
Overwrites the list of associated BuPaIdentification entities for the loaded navigation property
to_BuPaIdentification.
|
protected BuPaIdentificationLink<ObjectT> |
BuPaIdentificationLink.translateLinkType(EntityLink<BuPaIdentificationLink<ObjectT>,BuPaIdentification,ObjectT> link) |
Constructor and Description |
---|
BuPaIdentificationCreateFluentHelper(String servicePath,
BuPaIdentification entity)
Creates a fluent helper object that will create a
BuPaIdentification
entity on the OData endpoint. |
BuPaIdentificationDeleteFluentHelper(String servicePath,
BuPaIdentification entity)
Creates a fluent helper object that will delete a
BuPaIdentification
entity on the OData endpoint. |
BuPaIdentificationUpdateFluentHelper(String servicePath,
BuPaIdentification entity)
Creates a fluent helper object that will update a
BuPaIdentification
entity on the OData endpoint. |
Constructor and Description |
---|
BusinessPartner(String businessPartner,
String customer,
String supplier,
String academicTitle,
String authorizationGroup,
String businessPartnerCategory,
String businessPartnerFullName,
String businessPartnerGrouping,
String businessPartnerName,
UUID businessPartnerUUID,
String correspondenceLanguage,
String createdByUser,
LocalDateTime creationDate,
LocalTime creationTime,
String firstName,
String formOfAddress,
String industry,
String internationalLocationNumber1,
String internationalLocationNumber2,
Boolean isFemale,
Boolean isMale,
String isNaturalPerson,
Boolean isSexUnknown,
String language,
LocalDateTime lastChangeDate,
LocalTime lastChangeTime,
String lastChangedByUser,
String lastName,
String legalForm,
String organizationBPName1,
String organizationBPName2,
String organizationBPName3,
String organizationBPName4,
LocalDateTime organizationFoundationDate,
LocalDateTime organizationLiquidationDate,
String searchTerm1,
String additionalLastName,
LocalDateTime birthDate,
Boolean businessPartnerIsBlocked,
String businessPartnerType,
String eTag,
String groupBusinessPartnerName1,
String groupBusinessPartnerName2,
String independentAddressID,
String internationalLocationNumber3,
String middleName,
String nameCountry,
String nameFormat,
String personFullName,
String personNumber,
Boolean isMarkedForArchiving,
String businessPartnerIDByExtSystem,
ErpConfigContext erpConfigContext,
List<BuPaIdentification> toBuPaIdentification,
List<BusinessPartnerAddress> toBusinessPartnerAddress,
List<BusinessPartnerBank> toBusinessPartnerBank,
List<BusinessPartnerContact> toBusinessPartnerContact,
List<BusinessPartnerRole> toBusinessPartnerRole,
List<BusinessPartnerTaxNumber> toBusinessPartnerTax,
Customer toCustomer,
Supplier toSupplier) |
Copyright © 2018 SAP SE. All rights reserved.