Class BPContactToFuncAndDept.BPContactToFuncAndDeptBuilder
- Enclosing class:
- BPContactToFuncAndDept
-
Method Summary
Modifier and TypeMethodDescriptionbuild()businessPartnerCompany(String businessPartnerCompany) (Key Field) Constraints: Not nullable, Maximum length: 10businessPartnerPerson(String businessPartnerPerson) (Key Field) Constraints: Not nullable, Maximum length: 10contactPersonDepartment(String contactPersonDepartment) Constraints: Not nullable, Maximum length: 4contactPersonFunction(String contactPersonFunction) Constraints: Not nullable, Maximum length: 4emailAddress(String emailAddress) Constraints: Not nullable, Maximum length: 241Constraints: Not nullable, Maximum length: 30faxNumberExtension(String faxNumberExtension) Constraints: Not nullable, Maximum length: 10phoneNumber(String phoneNumber) Constraints: Not nullable, Maximum length: 30phoneNumberExtension(String phoneNumberExtension) Constraints: Not nullable, Maximum length: 10relationshipCategory(String relationshipCategory) Constraints: Not nullable, Maximum length: 6relationshipNumber(String relationshipNumber) (Key Field) Constraints: Not nullable, Maximum length: 12toString()validityEndDate(LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0
-
Method Details
-
relationshipNumber
@Nonnull public BPContactToFuncAndDept.BPContactToFuncAndDeptBuilder relationshipNumber(@Nullable String relationshipNumber) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: RelationshipNumber
- Returns:
this.
-
businessPartnerCompany
@Nonnull public BPContactToFuncAndDept.BPContactToFuncAndDeptBuilder businessPartnerCompany(@Nullable String businessPartnerCompany) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartnerCompany
- Returns:
this.
-
businessPartnerPerson
@Nonnull public BPContactToFuncAndDept.BPContactToFuncAndDeptBuilder businessPartnerPerson(@Nullable String businessPartnerPerson) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartnerPerson
- Returns:
this.
-
validityEndDate
@Nonnull public BPContactToFuncAndDept.BPContactToFuncAndDeptBuilder validityEndDate(@Nullable LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
contactPersonFunction
@Nonnull public BPContactToFuncAndDept.BPContactToFuncAndDeptBuilder contactPersonFunction(@Nullable String contactPersonFunction) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ContactPersonFunction
- Returns:
this.
-
contactPersonDepartment
@Nonnull public BPContactToFuncAndDept.BPContactToFuncAndDeptBuilder contactPersonDepartment(@Nullable String contactPersonDepartment) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ContactPersonDepartment
- Returns:
this.
-
phoneNumber
@Nonnull public BPContactToFuncAndDept.BPContactToFuncAndDeptBuilder phoneNumber(@Nullable String phoneNumber) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: PhoneNumber
- Returns:
this.
-
phoneNumberExtension
@Nonnull public BPContactToFuncAndDept.BPContactToFuncAndDeptBuilder phoneNumberExtension(@Nullable String phoneNumberExtension) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PhoneNumberExtension
- Returns:
this.
-
faxNumber
@Nonnull public BPContactToFuncAndDept.BPContactToFuncAndDeptBuilder faxNumber(@Nullable String faxNumber) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: FaxNumber
- Returns:
this.
-
faxNumberExtension
@Nonnull public BPContactToFuncAndDept.BPContactToFuncAndDeptBuilder faxNumberExtension(@Nullable String faxNumberExtension) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: FaxNumberExtension
- Returns:
this.
-
emailAddress
@Nonnull public BPContactToFuncAndDept.BPContactToFuncAndDeptBuilder emailAddress(@Nullable String emailAddress) Constraints: Not nullable, Maximum length: 241Original property name from the Odata EDM: EmailAddress
- Returns:
this.
-
relationshipCategory
@Nonnull public BPContactToFuncAndDept.BPContactToFuncAndDeptBuilder relationshipCategory(@Nullable String relationshipCategory) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: RelationshipCategory
- Returns:
this.
-
build
-
toString
-