Class BusinessPartner.BusinessPartnerBuilder
- Enclosing class:
- BusinessPartner
-
Method Summary
Modifier and TypeMethodDescriptionacademicTitle(String academicTitle) Constraints: Not nullable, Maximum length: 4additionalLastName(String additionalLastName) Constraints: Not nullable, Maximum length: 40authorizationGroup(String authorizationGroup) Constraints: Not nullable, Maximum length: 4birthDate(LocalDateTime birthDate) Constraints: Not nullable, Precision: 0Navigation property to_BPCreditWorthiness for BusinessPartner to single BPCreditWorthiness.Navigation property to_BPFinServicesReporting for BusinessPartner to single BPFinancialServicesReporting.Navigation property to_BPFiscalYearInformation for BusinessPartner to multiple BPFiscalYearInformation.bpRelationship(BPRelationship... value) Navigation property to_BPRelationship for BusinessPartner to multiple BPRelationship.build()buPaIdentification(BuPaIdentification... value) Navigation property to_BuPaIdentification for BusinessPartner to multiple BuPaIdentification.buPaIndustry(BuPaIndustry... value) Navigation property to_BuPaIndustry for BusinessPartner to multiple BuPaIndustry.Navigation property to_BusinessPartner for BusinessPartner to single BPFinancialServicesExtn.businessPartner(String value) (Key Field) Constraints: Not nullable, Maximum length: 10businessPartnerAddress(BusinessPartnerAddress... value) Navigation property to_BusinessPartnerAddress for BusinessPartner to multiple BusinessPartnerAddress.businessPartnerBank(BusinessPartnerBank... value) Navigation property to_BusinessPartnerBank for BusinessPartner to multiple BusinessPartnerBank.businessPartnerBirthDateStatus(String businessPartnerBirthDateStatus) Constraints: Not nullable, Maximum length: 1businessPartnerBirthName(String businessPartnerBirthName) Constraints: Not nullable, Maximum length: 40businessPartnerBirthplaceName(String businessPartnerBirthplaceName) Constraints: Not nullable, Maximum length: 40businessPartnerCategory(String businessPartnerCategory) Constraints: Not nullable, Maximum length: 1businessPartnerContact(BusinessPartnerContact... value) Navigation property to_BusinessPartnerContact for BusinessPartner to multiple BusinessPartnerContact.businessPartnerDeathDate(LocalDateTime businessPartnerDeathDate) Constraints: Not nullable, Precision: 0businessPartnerFullName(String businessPartnerFullName) Constraints: Not nullable, Maximum length: 81businessPartnerGrouping(String businessPartnerGrouping) Constraints: Not nullable, Maximum length: 4businessPartnerIDByExtSystem(String businessPartnerIDByExtSystem) Constraints: Not nullable, Maximum length: 20businessPartnerIsBlocked(Boolean businessPartnerIsBlocked) Constraints: nonebusinessPartnerName(String businessPartnerName) Constraints: Not nullable, Maximum length: 81businessPartnerOccupation(String businessPartnerOccupation) Constraints: Not nullable, Maximum length: 4businessPartnerPrintFormat(String businessPartnerPrintFormat) Constraints: Not nullable, Maximum length: 1businessPartnerRating(BusinessPartnerRating... value) Navigation property to_BusinessPartnerRating for BusinessPartner to multiple BusinessPartnerRating.businessPartnerRole(BusinessPartnerRole... value) Navigation property to_BusinessPartnerRole for BusinessPartner to multiple BusinessPartnerRole.businessPartnerSupplementName(String businessPartnerSupplementName) Constraints: Not nullable, Maximum length: 4businessPartnerTax(BusinessPartnerTaxNumber... value) Navigation property to_BusinessPartnerTax for BusinessPartner to multiple BusinessPartnerTaxNumber.businessPartnerType(String businessPartnerType) Constraints: Not nullable, Maximum length: 4businessPartnerUUID(UUID businessPartnerUUID) Constraints: noneNavigation property to_BusPartAddrDepdntTaxNmbr for BusinessPartner to multiple BusPartAddrDepdntTaxNmbr.busPartMaritalStatus(String busPartMaritalStatus) Constraints: Not nullable, Maximum length: 1busPartNationality(String busPartNationality) Constraints: Not nullable, Maximum length: 3correspondenceLanguage(String correspondenceLanguage) Constraints: Not nullable, Maximum length: 2createdByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12creationDate(LocalDateTime creationDate) Constraints: Not nullable, Precision: 0creationTime(LocalTime creationTime) Constraints: Not nullable, Precision: 0Navigation property to_Customer for BusinessPartner to single Customer.Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 26Constraints: Not nullable, Maximum length: 40formOfAddress(String formOfAddress) Constraints: Not nullable, Maximum length: 4genderCodeName(String genderCodeName) Constraints: Not nullable, Maximum length: 1groupBusinessPartnerName1(String groupBusinessPartnerName1) Constraints: Not nullable, Maximum length: 40groupBusinessPartnerName2(String groupBusinessPartnerName2) Constraints: Not nullable, Maximum length: 40independentAddressID(String independentAddressID) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 10internationalLocationNumber1(String internationalLocationNumber1) Constraints: Not nullable, Maximum length: 7internationalLocationNumber2(String internationalLocationNumber2) Constraints: Not nullable, Maximum length: 5internationalLocationNumber3(String internationalLocationNumber3) Constraints: Not nullable, Maximum length: 1Constraints: noneConstraints: noneisMarkedForArchiving(Boolean isMarkedForArchiving) Constraints: noneisNaturalPerson(String isNaturalPerson) Constraints: Not nullable, Maximum length: 1isSexUnknown(Boolean isSexUnknown) Constraints: noneConstraints: Not nullable, Maximum length: 2lastChangeDate(LocalDateTime lastChangeDate) Constraints: Not nullable, Precision: 0lastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12lastChangeTime(LocalTime lastChangeTime) Constraints: Not nullable, Precision: 0Constraints: Not nullable, Maximum length: 40lastNamePrefix(String lastNamePrefix) Constraints: Not nullable, Maximum length: 4lastNameSecondPrefix(String lastNameSecondPrefix) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 2middleName(String middleName) Constraints: Not nullable, Maximum length: 40nameCountry(String nameCountry) Constraints: Not nullable, Maximum length: 3nameFormat(String nameFormat) Constraints: Not nullable, Maximum length: 2naturalPersonEmployerName(String naturalPersonEmployerName) Constraints: Not nullable, Maximum length: 35organizationBPName1(String organizationBPName1) Constraints: Not nullable, Maximum length: 40organizationBPName2(String organizationBPName2) Constraints: Not nullable, Maximum length: 40organizationBPName3(String organizationBPName3) Constraints: Not nullable, Maximum length: 40organizationBPName4(String organizationBPName4) Constraints: Not nullable, Maximum length: 40organizationFoundationDate(LocalDateTime organizationFoundationDate) Constraints: Not nullable, Precision: 0organizationLiquidationDate(LocalDateTime organizationLiquidationDate) Constraints: Not nullable, Precision: 0personFullName(String personFullName) Constraints: Not nullable, Maximum length: 80personNumber(String personNumber) Constraints: Not nullable, Maximum length: 10searchTerm1(String searchTerm1) Constraints: Not nullable, Maximum length: 20searchTerm2(String searchTerm2) Constraints: Not nullable, Maximum length: 20Navigation property to_Supplier for BusinessPartner to single Supplier.Constraints: Not nullable, Maximum length: 10toString()tradingPartner(String tradingPartner) Constraints: Not nullable, Maximum length: 6
-
Method Details
-
bpCreditWorthiness
Navigation property to_BPCreditWorthiness for BusinessPartner to single BPCreditWorthiness.- Parameters:
value- The BPCreditWorthiness to build this BusinessPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
bpFinServicesReporting
@Nonnull public BusinessPartner.BusinessPartnerBuilder bpFinServicesReporting(BPFinancialServicesReporting value) Navigation property to_BPFinServicesReporting for BusinessPartner to single BPFinancialServicesReporting.- Parameters:
value- The BPFinancialServicesReporting to build this BusinessPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
bpFiscalYearInformation
@Nonnull public BusinessPartner.BusinessPartnerBuilder bpFiscalYearInformation(BPFiscalYearInformation... value) Navigation property to_BPFiscalYearInformation for BusinessPartner to multiple BPFiscalYearInformation.- Parameters:
value- The BPFiscalYearInformations to build this BusinessPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
bpRelationship
Navigation property to_BPRelationship for BusinessPartner to multiple BPRelationship.- Parameters:
value- The BPRelationships to build this BusinessPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
buPaIdentification
@Nonnull public BusinessPartner.BusinessPartnerBuilder buPaIdentification(BuPaIdentification... value) Navigation property to_BuPaIdentification for BusinessPartner to multiple BuPaIdentification.- Parameters:
value- The BuPaIdentifications to build this BusinessPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
buPaIndustry
Navigation property to_BuPaIndustry for BusinessPartner to multiple BuPaIndustry.- Parameters:
value- The BuPaIndustrys to build this BusinessPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
businessPartner
@Nonnull public BusinessPartner.BusinessPartnerBuilder businessPartner(BPFinancialServicesExtn value) Navigation property to_BusinessPartner for BusinessPartner to single BPFinancialServicesExtn.- Parameters:
value- The BPFinancialServicesExtn to build this BusinessPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
businessPartner
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Parameters:
value- The businessPartner to build this BusinessPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
businessPartnerAddress
@Nonnull public BusinessPartner.BusinessPartnerBuilder businessPartnerAddress(BusinessPartnerAddress... value) Navigation property to_BusinessPartnerAddress for BusinessPartner to multiple BusinessPartnerAddress.- Parameters:
value- The BusinessPartnerAddresss to build this BusinessPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
businessPartnerBank
@Nonnull public BusinessPartner.BusinessPartnerBuilder businessPartnerBank(BusinessPartnerBank... value) Navigation property to_BusinessPartnerBank for BusinessPartner to multiple BusinessPartnerBank.- Parameters:
value- The BusinessPartnerBanks to build this BusinessPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
businessPartnerContact
@Nonnull public BusinessPartner.BusinessPartnerBuilder businessPartnerContact(BusinessPartnerContact... value) Navigation property to_BusinessPartnerContact for BusinessPartner to multiple BusinessPartnerContact.- Parameters:
value- The BusinessPartnerContacts to build this BusinessPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
businessPartnerRating
@Nonnull public BusinessPartner.BusinessPartnerBuilder businessPartnerRating(BusinessPartnerRating... value) Navigation property to_BusinessPartnerRating for BusinessPartner to multiple BusinessPartnerRating.- Parameters:
value- The BusinessPartnerRatings to build this BusinessPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
businessPartnerRole
@Nonnull public BusinessPartner.BusinessPartnerBuilder businessPartnerRole(BusinessPartnerRole... value) Navigation property to_BusinessPartnerRole for BusinessPartner to multiple BusinessPartnerRole.- Parameters:
value- The BusinessPartnerRoles to build this BusinessPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
businessPartnerTax
@Nonnull public BusinessPartner.BusinessPartnerBuilder businessPartnerTax(BusinessPartnerTaxNumber... value) Navigation property to_BusinessPartnerTax for BusinessPartner to multiple BusinessPartnerTaxNumber.- Parameters:
value- The BusinessPartnerTaxNumbers to build this BusinessPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
busPartAddrDepdntTaxNmbr
@Nonnull public BusinessPartner.BusinessPartnerBuilder busPartAddrDepdntTaxNmbr(BusPartAddrDepdntTaxNmbr... value) Navigation property to_BusPartAddrDepdntTaxNmbr for BusinessPartner to multiple BusPartAddrDepdntTaxNmbr.- Parameters:
value- The BusPartAddrDepdntTaxNmbrs to build this BusinessPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
customer
Navigation property to_Customer for BusinessPartner to single Customer.- Parameters:
value- The Customer to build this BusinessPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
customer
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Parameters:
value- The customer to build this BusinessPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
supplier
Navigation property to_Supplier for BusinessPartner to single Supplier.- Parameters:
value- The Supplier to build this BusinessPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
supplier
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Parameters:
value- The supplier to build this BusinessPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
academicTitle
@Nonnull public BusinessPartner.BusinessPartnerBuilder academicTitle(@Nullable String academicTitle) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AcademicTitle
- Returns:
this.
-
authorizationGroup
@Nonnull public BusinessPartner.BusinessPartnerBuilder authorizationGroup(@Nullable String authorizationGroup) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AuthorizationGroup
- Returns:
this.
-
businessPartnerCategory
@Nonnull public BusinessPartner.BusinessPartnerBuilder businessPartnerCategory(@Nullable String businessPartnerCategory) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BusinessPartnerCategory
- Returns:
this.
-
businessPartnerFullName
@Nonnull public BusinessPartner.BusinessPartnerBuilder businessPartnerFullName(@Nullable String businessPartnerFullName) Constraints: Not nullable, Maximum length: 81Original property name from the Odata EDM: BusinessPartnerFullName
- Returns:
this.
-
businessPartnerGrouping
@Nonnull public BusinessPartner.BusinessPartnerBuilder businessPartnerGrouping(@Nullable String businessPartnerGrouping) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BusinessPartnerGrouping
- Returns:
this.
-
businessPartnerName
@Nonnull public BusinessPartner.BusinessPartnerBuilder businessPartnerName(@Nullable String businessPartnerName) Constraints: Not nullable, Maximum length: 81Original property name from the Odata EDM: BusinessPartnerName
- Returns:
this.
-
businessPartnerUUID
@Nonnull public BusinessPartner.BusinessPartnerBuilder businessPartnerUUID(@Nullable UUID businessPartnerUUID) Constraints: noneOriginal property name from the Odata EDM: BusinessPartnerUUID
- Returns:
this.
-
correspondenceLanguage
@Nonnull public BusinessPartner.BusinessPartnerBuilder correspondenceLanguage(@Nullable String correspondenceLanguage) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: CorrespondenceLanguage
- Returns:
this.
-
createdByUser
@Nonnull public BusinessPartner.BusinessPartnerBuilder createdByUser(@Nullable String createdByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
creationDate
@Nonnull public BusinessPartner.BusinessPartnerBuilder creationDate(@Nullable LocalDateTime creationDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationDate
- Returns:
this.
-
creationTime
@Nonnull public BusinessPartner.BusinessPartnerBuilder creationTime(@Nullable LocalTime creationTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationTime
- Returns:
this.
-
firstName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: FirstName
- Returns:
this.
-
formOfAddress
@Nonnull public BusinessPartner.BusinessPartnerBuilder formOfAddress(@Nullable String formOfAddress) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: FormOfAddress
- Returns:
this.
-
industry
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Industry
- Returns:
this.
-
internationalLocationNumber1
@Nonnull public BusinessPartner.BusinessPartnerBuilder internationalLocationNumber1(@Nullable String internationalLocationNumber1) Constraints: Not nullable, Maximum length: 7Original property name from the Odata EDM: InternationalLocationNumber1
- Returns:
this.
-
internationalLocationNumber2
@Nonnull public BusinessPartner.BusinessPartnerBuilder internationalLocationNumber2(@Nullable String internationalLocationNumber2) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: InternationalLocationNumber2
- Returns:
this.
-
isFemale
Constraints: noneOriginal property name from the Odata EDM: IsFemale
- Returns:
this.
-
isMale
Constraints: noneOriginal property name from the Odata EDM: IsMale
- Returns:
this.
-
isNaturalPerson
@Nonnull public BusinessPartner.BusinessPartnerBuilder isNaturalPerson(@Nullable String isNaturalPerson) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: IsNaturalPerson
- Returns:
this.
-
isSexUnknown
Constraints: noneOriginal property name from the Odata EDM: IsSexUnknown
- Returns:
this.
-
genderCodeName
@Nonnull public BusinessPartner.BusinessPartnerBuilder genderCodeName(@Nullable String genderCodeName) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: GenderCodeName
- Returns:
this.
-
language
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
lastChangeDate
@Nonnull public BusinessPartner.BusinessPartnerBuilder lastChangeDate(@Nullable LocalDateTime lastChangeDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeDate
- Returns:
this.
-
lastChangeTime
@Nonnull public BusinessPartner.BusinessPartnerBuilder lastChangeTime(@Nullable LocalTime lastChangeTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeTime
- Returns:
this.
-
lastChangedByUser
@Nonnull public BusinessPartner.BusinessPartnerBuilder lastChangedByUser(@Nullable String lastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
this.
-
lastName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: LastName
- Returns:
this.
-
legalForm
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: LegalForm
- Returns:
this.
-
organizationBPName1
@Nonnull public BusinessPartner.BusinessPartnerBuilder organizationBPName1(@Nullable String organizationBPName1) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: OrganizationBPName1
- Returns:
this.
-
organizationBPName2
@Nonnull public BusinessPartner.BusinessPartnerBuilder organizationBPName2(@Nullable String organizationBPName2) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: OrganizationBPName2
- Returns:
this.
-
organizationBPName3
@Nonnull public BusinessPartner.BusinessPartnerBuilder organizationBPName3(@Nullable String organizationBPName3) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: OrganizationBPName3
- Returns:
this.
-
organizationBPName4
@Nonnull public BusinessPartner.BusinessPartnerBuilder organizationBPName4(@Nullable String organizationBPName4) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: OrganizationBPName4
- Returns:
this.
-
organizationFoundationDate
@Nonnull public BusinessPartner.BusinessPartnerBuilder organizationFoundationDate(@Nullable LocalDateTime organizationFoundationDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: OrganizationFoundationDate
- Returns:
this.
-
organizationLiquidationDate
@Nonnull public BusinessPartner.BusinessPartnerBuilder organizationLiquidationDate(@Nullable LocalDateTime organizationLiquidationDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: OrganizationLiquidationDate
- Returns:
this.
-
searchTerm1
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SearchTerm1
- Returns:
this.
-
searchTerm2
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SearchTerm2
- Returns:
this.
-
additionalLastName
@Nonnull public BusinessPartner.BusinessPartnerBuilder additionalLastName(@Nullable String additionalLastName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: AdditionalLastName
- Returns:
this.
-
birthDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BirthDate
- Returns:
this.
-
businessPartnerBirthDateStatus
@Nonnull public BusinessPartner.BusinessPartnerBuilder businessPartnerBirthDateStatus(@Nullable String businessPartnerBirthDateStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BusinessPartnerBirthDateStatus
- Returns:
this.
-
businessPartnerBirthplaceName
@Nonnull public BusinessPartner.BusinessPartnerBuilder businessPartnerBirthplaceName(@Nullable String businessPartnerBirthplaceName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: BusinessPartnerBirthplaceName
- Returns:
this.
-
businessPartnerDeathDate
@Nonnull public BusinessPartner.BusinessPartnerBuilder businessPartnerDeathDate(@Nullable LocalDateTime businessPartnerDeathDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BusinessPartnerDeathDate
- Returns:
this.
-
businessPartnerIsBlocked
@Nonnull public BusinessPartner.BusinessPartnerBuilder businessPartnerIsBlocked(@Nullable Boolean businessPartnerIsBlocked) Constraints: noneOriginal property name from the Odata EDM: BusinessPartnerIsBlocked
- Returns:
this.
-
businessPartnerType
@Nonnull public BusinessPartner.BusinessPartnerBuilder businessPartnerType(@Nullable String businessPartnerType) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BusinessPartnerType
- Returns:
this.
-
eTag
Constraints: Not nullable, Maximum length: 26Original property name from the Odata EDM: ETag
- Returns:
this.
-
groupBusinessPartnerName1
@Nonnull public BusinessPartner.BusinessPartnerBuilder groupBusinessPartnerName1(@Nullable String groupBusinessPartnerName1) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: GroupBusinessPartnerName1
- Returns:
this.
-
groupBusinessPartnerName2
@Nonnull public BusinessPartner.BusinessPartnerBuilder groupBusinessPartnerName2(@Nullable String groupBusinessPartnerName2) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: GroupBusinessPartnerName2
- Returns:
this.
-
independentAddressID
@Nonnull public BusinessPartner.BusinessPartnerBuilder independentAddressID(@Nullable String independentAddressID) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: IndependentAddressID
- Returns:
this.
-
internationalLocationNumber3
@Nonnull public BusinessPartner.BusinessPartnerBuilder internationalLocationNumber3(@Nullable String internationalLocationNumber3) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InternationalLocationNumber3
- Returns:
this.
-
middleName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: MiddleName
- Returns:
this.
-
nameCountry
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: NameCountry
- Returns:
this.
-
nameFormat
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: NameFormat
- Returns:
this.
-
personFullName
@Nonnull public BusinessPartner.BusinessPartnerBuilder personFullName(@Nullable String personFullName) Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: PersonFullName
- Returns:
this.
-
personNumber
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PersonNumber
- Returns:
this.
-
isMarkedForArchiving
@Nonnull public BusinessPartner.BusinessPartnerBuilder isMarkedForArchiving(@Nullable Boolean isMarkedForArchiving) Constraints: noneOriginal property name from the Odata EDM: IsMarkedForArchiving
- Returns:
this.
-
businessPartnerIDByExtSystem
@Nonnull public BusinessPartner.BusinessPartnerBuilder businessPartnerIDByExtSystem(@Nullable String businessPartnerIDByExtSystem) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: BusinessPartnerIDByExtSystem
- Returns:
this.
-
businessPartnerPrintFormat
@Nonnull public BusinessPartner.BusinessPartnerBuilder businessPartnerPrintFormat(@Nullable String businessPartnerPrintFormat) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BusinessPartnerPrintFormat
- Returns:
this.
-
businessPartnerOccupation
@Nonnull public BusinessPartner.BusinessPartnerBuilder businessPartnerOccupation(@Nullable String businessPartnerOccupation) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BusinessPartnerOccupation
- Returns:
this.
-
busPartMaritalStatus
@Nonnull public BusinessPartner.BusinessPartnerBuilder busPartMaritalStatus(@Nullable String busPartMaritalStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BusPartMaritalStatus
- Returns:
this.
-
busPartNationality
@Nonnull public BusinessPartner.BusinessPartnerBuilder busPartNationality(@Nullable String busPartNationality) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BusPartNationality
- Returns:
this.
-
businessPartnerBirthName
@Nonnull public BusinessPartner.BusinessPartnerBuilder businessPartnerBirthName(@Nullable String businessPartnerBirthName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: BusinessPartnerBirthName
- Returns:
this.
-
businessPartnerSupplementName
@Nonnull public BusinessPartner.BusinessPartnerBuilder businessPartnerSupplementName(@Nullable String businessPartnerSupplementName) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BusinessPartnerSupplementName
- Returns:
this.
-
naturalPersonEmployerName
@Nonnull public BusinessPartner.BusinessPartnerBuilder naturalPersonEmployerName(@Nullable String naturalPersonEmployerName) Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: NaturalPersonEmployerName
- Returns:
this.
-
lastNamePrefix
@Nonnull public BusinessPartner.BusinessPartnerBuilder lastNamePrefix(@Nullable String lastNamePrefix) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LastNamePrefix
- Returns:
this.
-
lastNameSecondPrefix
@Nonnull public BusinessPartner.BusinessPartnerBuilder lastNameSecondPrefix(@Nullable String lastNameSecondPrefix) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LastNameSecondPrefix
- Returns:
this.
-
initials
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Initials
- Returns:
this.
-
tradingPartner
@Nonnull public BusinessPartner.BusinessPartnerBuilder tradingPartner(@Nullable String tradingPartner) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: TradingPartner
- Returns:
this.
-
build
-
toString
-