Class REContrPartAssgmt.REContrPartAssgmtBuilder
- Enclosing class:
- REContrPartAssgmt
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableaddressType(String addressType) Constraints: Not nullable, Maximum length: 10build()businessPartner(String businessPartner) Constraints: Not nullable, Maximum length: 10businessPartnerRole(String businessPartnerRole) Constraints: Not nullable, Maximum length: 6contractAccount(String contractAccount) Constraints: Not nullable, Maximum length: 12formattedAddress(String formattedAddress) Constraints: Not nullable, Maximum length: 71internalRealEstateNumber(String internalRealEstateNumber) (Key Field) Constraints: Not nullable, Maximum length: 13reContract(REContract value) Navigation property _REContract for REContrPartAssgmt to single REContract.rECoOwnershipShrRatio(BigDecimal rECoOwnershipShrRatio) Constraints: Not nullable, Precision: 6, Scale: 2rEFractionalPrptyShrRatio(BigDecimal rEFractionalPrptyShrRatio) Constraints: Not nullable, Precision: 9, Scale: 3rEFractionalShrCnvrsnRatio(String rEFractionalShrCnvrsnRatio) Constraints: Not nullable, Maximum length: 6rEIsMainPartner(Boolean rEIsMainPartner) Constraints: Not nullablerEOwnershipShrRatio(BigDecimal rEOwnershipShrRatio) Constraints: Not nullable, Precision: 9, Scale: 3rEPartnerRelationUUID(UUID rEPartnerRelationUUID) (Key Field) Constraints: Not nullablerEPartnerRoleType(String rEPartnerRoleType) Constraints: Not nullable, Maximum length: 4toString()validityEndDate(LocalDate validityEndDate) Constraints: NullablevalidityStartDate(LocalDate validityStartDate) Constraints: NullablevalidityStartEndDateValue(String validityStartEndDateValue) Constraints: Not nullable, Maximum length: 16
-
Method Details
-
reContract
Navigation property _REContract for REContrPartAssgmt to single REContract.- Parameters:
value- The REContract to build this REContrPartAssgmt with.- Returns:
- This Builder to allow for a fluent interface.
-
rEPartnerRelationUUID
@Nonnull public REContrPartAssgmt.REContrPartAssgmtBuilder rEPartnerRelationUUID(@Nullable UUID rEPartnerRelationUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: REPartnerRelationUUID
- Returns:
this.
-
internalRealEstateNumber
@Nonnull public REContrPartAssgmt.REContrPartAssgmtBuilder internalRealEstateNumber(@Nullable String internalRealEstateNumber) (Key Field) Constraints: Not nullable, Maximum length: 13Original property name from the Odata EDM: InternalRealEstateNumber
- Returns:
this.
-
businessPartner
@Nonnull public REContrPartAssgmt.REContrPartAssgmtBuilder businessPartner(@Nullable String businessPartner) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Returns:
this.
-
businessPartnerRole
@Nonnull public REContrPartAssgmt.REContrPartAssgmtBuilder businessPartnerRole(@Nullable String businessPartnerRole) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: BusinessPartnerRole
- Returns:
this.
-
validityStartEndDateValue
@Nonnull public REContrPartAssgmt.REContrPartAssgmtBuilder validityStartEndDateValue(@Nullable String validityStartEndDateValue) Constraints: Not nullable, Maximum length: 16Original property name from the Odata EDM: ValidityStartEndDateValue
- Returns:
this.
-
validityStartDate
@Nonnull public REContrPartAssgmt.REContrPartAssgmtBuilder validityStartDate(@Nullable LocalDate validityStartDate) Constraints: NullableOriginal property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
rEPartnerRoleType
@Nonnull public REContrPartAssgmt.REContrPartAssgmtBuilder rEPartnerRoleType(@Nullable String rEPartnerRoleType) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: REPartnerRoleType
- Returns:
this.
-
addressType
@Nonnull public REContrPartAssgmt.REContrPartAssgmtBuilder addressType(@Nullable String addressType) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressType
- Returns:
this.
-
validityEndDate
@Nonnull public REContrPartAssgmt.REContrPartAssgmtBuilder validityEndDate(@Nullable LocalDate validityEndDate) Constraints: NullableOriginal property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
rEFractionalPrptyShrRatio
@Nonnull public REContrPartAssgmt.REContrPartAssgmtBuilder rEFractionalPrptyShrRatio(@Nullable BigDecimal rEFractionalPrptyShrRatio) Constraints: Not nullable, Precision: 9, Scale: 3Original property name from the Odata EDM: REFractionalPrptyShrRatio
- Returns:
this.
-
rEOwnershipShrRatio
@Nonnull public REContrPartAssgmt.REContrPartAssgmtBuilder rEOwnershipShrRatio(@Nullable BigDecimal rEOwnershipShrRatio) Constraints: Not nullable, Precision: 9, Scale: 3Original property name from the Odata EDM: REOwnershipShrRatio
- Returns:
this.
-
rECoOwnershipShrRatio
@Nonnull public REContrPartAssgmt.REContrPartAssgmtBuilder rECoOwnershipShrRatio(@Nullable BigDecimal rECoOwnershipShrRatio) Constraints: Not nullable, Precision: 6, Scale: 2Original property name from the Odata EDM: RECoOwnershipShrRatio
- Returns:
this.
-
rEFractionalShrCnvrsnRatio
@Nonnull public REContrPartAssgmt.REContrPartAssgmtBuilder rEFractionalShrCnvrsnRatio(@Nullable String rEFractionalShrCnvrsnRatio) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: REFractionalShrCnvrsnRatio
- Returns:
this.
-
contractAccount
@Nonnull public REContrPartAssgmt.REContrPartAssgmtBuilder contractAccount(@Nullable String contractAccount) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ContractAccount
- Returns:
this.
-
formattedAddress
@Nonnull public REContrPartAssgmt.REContrPartAssgmtBuilder formattedAddress(@Nullable String formattedAddress) Constraints: Not nullable, Maximum length: 71Original property name from the Odata EDM: FormattedAddress
- Returns:
this.
-
rEIsMainPartner
@Nonnull public REContrPartAssgmt.REContrPartAssgmtBuilder rEIsMainPartner(@Nullable Boolean rEIsMainPartner) Constraints: Not nullableOriginal property name from the Odata EDM: REIsMainPartner
- Returns:
this.
-
_Messages
@Nonnull public REContrPartAssgmt.REContrPartAssgmtBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-