Class BPCreditWorthiness.BPCreditWorthinessBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.BPCreditWorthiness.BPCreditWorthinessBuilder
Enclosing class:
BPCreditWorthiness

public static class BPCreditWorthiness.BPCreditWorthinessBuilder extends Object
  • Method Details

    • businessPartner

      @Nonnull public BPCreditWorthiness.BPCreditWorthinessBuilder businessPartner(@Nullable String businessPartner)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: BusinessPartner

      Returns:
      this.
    • busPartCreditStanding

      @Nonnull public BPCreditWorthiness.BPCreditWorthinessBuilder busPartCreditStanding(@Nullable String busPartCreditStanding)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: BusPartCreditStanding

      Returns:
      this.
    • bPCreditStandingStatus

      @Nonnull public BPCreditWorthiness.BPCreditWorthinessBuilder bPCreditStandingStatus(@Nullable String bPCreditStandingStatus)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: BPCreditStandingStatus

      Returns:
      this.
    • creditRatingAgency

      @Nonnull public BPCreditWorthiness.BPCreditWorthinessBuilder creditRatingAgency(@Nullable String creditRatingAgency)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CreditRatingAgency

      Returns:
      this.
    • bPCreditStandingComment

      @Nonnull public BPCreditWorthiness.BPCreditWorthinessBuilder bPCreditStandingComment(@Nullable String bPCreditStandingComment)
      Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: BPCreditStandingComment

      Returns:
      this.
    • bPCreditStandingDate

      @Nonnull public BPCreditWorthiness.BPCreditWorthinessBuilder bPCreditStandingDate(@Nullable LocalDateTime bPCreditStandingDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: BPCreditStandingDate

      Returns:
      this.
    • bPCreditStandingRating

      @Nonnull public BPCreditWorthiness.BPCreditWorthinessBuilder bPCreditStandingRating(@Nullable String bPCreditStandingRating)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: BPCreditStandingRating

      Returns:
      this.
    • bPLegalProceedingStatus

      @Nonnull public BPCreditWorthiness.BPCreditWorthinessBuilder bPLegalProceedingStatus(@Nullable String bPLegalProceedingStatus)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: BPLegalProceedingStatus

      Returns:
      this.
    • bPLglProceedingInitiationDate

      @Nonnull public BPCreditWorthiness.BPCreditWorthinessBuilder bPLglProceedingInitiationDate(@Nullable LocalDateTime bPLglProceedingInitiationDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: BPLglProceedingInitiationDate

      Returns:
      this.
    • businessPartnerIsUnderOath

      @Nonnull public BPCreditWorthiness.BPCreditWorthinessBuilder businessPartnerIsUnderOath(@Nullable Boolean businessPartnerIsUnderOath)
      Constraints: none

      Original property name from the Odata EDM: BusinessPartnerIsUnderOath

      Returns:
      this.
    • businessPartnerOathDate

      @Nonnull public BPCreditWorthiness.BPCreditWorthinessBuilder businessPartnerOathDate(@Nullable LocalDateTime businessPartnerOathDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: BusinessPartnerOathDate

      Returns:
      this.
    • businessPartnerIsBankrupt

      @Nonnull public BPCreditWorthiness.BPCreditWorthinessBuilder businessPartnerIsBankrupt(@Nullable Boolean businessPartnerIsBankrupt)
      Constraints: none

      Original property name from the Odata EDM: BusinessPartnerIsBankrupt

      Returns:
      this.
    • businessPartnerBankruptcyDate

      @Nonnull public BPCreditWorthiness.BPCreditWorthinessBuilder businessPartnerBankruptcyDate(@Nullable LocalDateTime businessPartnerBankruptcyDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: BusinessPartnerBankruptcyDate

      Returns:
      this.
    • bPForeclosureIsInitiated

      @Nonnull public BPCreditWorthiness.BPCreditWorthinessBuilder bPForeclosureIsInitiated(@Nullable Boolean bPForeclosureIsInitiated)
      Constraints: none

      Original property name from the Odata EDM: BPForeclosureIsInitiated

      Returns:
      this.
    • bPForeclosureDate

      @Nonnull public BPCreditWorthiness.BPCreditWorthinessBuilder bPForeclosureDate(@Nullable LocalDateTime bPForeclosureDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: BPForeclosureDate

      Returns:
      this.
    • bPCrdtWrthnssAccessChkIsActive

      @Nonnull public BPCreditWorthiness.BPCreditWorthinessBuilder bPCrdtWrthnssAccessChkIsActive(@Nullable String bPCrdtWrthnssAccessChkIsActive)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: BPCrdtWrthnssAccessChkIsActive

      Returns:
      this.
    • build

      @Nonnull public BPCreditWorthiness build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object