public static final class BusinessPartnerContact.BusinessPartnerContactBuilder extends Object
@Nonnull public BusinessPartnerContact.BusinessPartnerContactBuilder contactAddress(BPContactToAddress... value)
value
- The BPContactToAddresss to build this BusinessPartnerContact with.@Nonnull public BusinessPartnerContact.BusinessPartnerContactBuilder contactRelationship(BPContactToFuncAndDept value)
value
- The BPContactToFuncAndDept to build this BusinessPartnerContact with.public BusinessPartnerContact.BusinessPartnerContactBuilder relationshipNumber(@Nullable String relationshipNumber)
Original property name from the Odata EDM: RelationshipNumber
relationship set.public BusinessPartnerContact.BusinessPartnerContactBuilder businessPartnerCompany(@Nullable String businessPartnerCompany)
Original property name from the Odata EDM: BusinessPartnerCompany
public BusinessPartnerContact.BusinessPartnerContactBuilder businessPartnerPerson(@Nullable String businessPartnerPerson)
Original property name from the Odata EDM: BusinessPartnerPerson
public BusinessPartnerContact.BusinessPartnerContactBuilder validityEndDate(@Nullable LocalDateTime validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
public BusinessPartnerContact.BusinessPartnerContactBuilder validityStartDate(@Nullable LocalDateTime validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
public BusinessPartnerContact.BusinessPartnerContactBuilder isStandardRelationship(@Nullable Boolean isStandardRelationship)
Original property name from the Odata EDM: IsStandardRelationship
If several relationships of the BP relationship category contact person have been defined for, you can set the indicator standard relationship for one of these relationships.A relationship that is marked as a standard relationship can be used whenA certain scenario automatically selects a contact personThe contact person responsible is not knownYou can give this indicator to only one business partner relationship of a BP relationship category for a particular period. Another relationship of the same relationship category can be indicated as the standard relationship only if the periods for the relationship do not overlap or coincide.
public BusinessPartnerContact.BusinessPartnerContactBuilder relationshipCategory(@Nullable String relationshipCategory)
Original property name from the Odata EDM: RelationshipCategory
A distinction is made between a one-way and an undirected business partner relationship category. In a one-way relationship category, the relationship extends from one partner to another, but not vice versa.Marriage (undirected)Employee (one-way)Contact person (one-way)
characterizes the features of the relationship.public BusinessPartnerContact build()
Copyright © 2019 SAP SE. All rights reserved.