Class BuPaIdentification.BuPaIdentificationBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.BuPaIdentification.BuPaIdentificationBuilder
- Enclosing class:
- BuPaIdentification
-
Method Summary
Modifier and TypeMethodDescriptionauthorizationGroup(String authorizationGroup) Constraints: Not nullable, Maximum length: 4bPIdentificationEntryDate(LocalDateTime bPIdentificationEntryDate) Constraints: Not nullable, Precision: 0bPIdentificationNumber(String bPIdentificationNumber) (Key Field) Constraints: Not nullable, Maximum length: 60bPIdentificationType(String bPIdentificationType) (Key Field) Constraints: Not nullable, Maximum length: 6bPIdnNmbrIssuingInstitute(String bPIdnNmbrIssuingInstitute) Constraints: Not nullable, Maximum length: 40build()businessPartner(String businessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 3toString()validityEndDate(LocalDateTime validityEndDate) Constraints: Not nullable, Precision: 0validityStartDate(LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0
-
Method Details
-
businessPartner
@Nonnull public BuPaIdentification.BuPaIdentificationBuilder businessPartner(@Nullable String businessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Returns:
this.
-
bPIdentificationType
@Nonnull public BuPaIdentification.BuPaIdentificationBuilder bPIdentificationType(@Nullable String bPIdentificationType) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: BPIdentificationType
- Returns:
this.
-
bPIdentificationNumber
@Nonnull public BuPaIdentification.BuPaIdentificationBuilder bPIdentificationNumber(@Nullable String bPIdentificationNumber) (Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: BPIdentificationNumber
- Returns:
this.
-
bPIdnNmbrIssuingInstitute
@Nonnull public BuPaIdentification.BuPaIdentificationBuilder bPIdnNmbrIssuingInstitute(@Nullable String bPIdnNmbrIssuingInstitute) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: BPIdnNmbrIssuingInstitute
- Returns:
this.
-
bPIdentificationEntryDate
@Nonnull public BuPaIdentification.BuPaIdentificationBuilder bPIdentificationEntryDate(@Nullable LocalDateTime bPIdentificationEntryDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BPIdentificationEntryDate
- Returns:
this.
-
country
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Country
- Returns:
this.
-
region
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Region
- Returns:
this.
-
validityStartDate
@Nonnull public BuPaIdentification.BuPaIdentificationBuilder validityStartDate(@Nullable LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
validityEndDate
@Nonnull public BuPaIdentification.BuPaIdentificationBuilder validityEndDate(@Nullable LocalDateTime validityEndDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
authorizationGroup
@Nonnull public BuPaIdentification.BuPaIdentificationBuilder authorizationGroup(@Nullable String authorizationGroup) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AuthorizationGroup
- Returns:
this.
-
build
-
toString
-