Class Customer_VH.Customer_VHBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.creditmemorequest.Customer_VH.Customer_VHBuilder
Enclosing class:
Customer_VH

public static class Customer_VH.Customer_VHBuilder extends Object
  • Method Details

    • customer

      @Nonnull public Customer_VH.Customer_VHBuilder customer(@Nullable String customer)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Customer

      Returns:
      this.
    • organizationBPName1

      @Nonnull public Customer_VH.Customer_VHBuilder organizationBPName1(@Nullable String organizationBPName1)
      Constraints: Not nullable, Maximum length: 35

      Original property name from the Odata EDM: OrganizationBPName1

      Returns:
      this.
    • organizationBPName2

      @Nonnull public Customer_VH.Customer_VHBuilder organizationBPName2(@Nullable String organizationBPName2)
      Constraints: Not nullable, Maximum length: 35

      Original property name from the Odata EDM: OrganizationBPName2

      Returns:
      this.
    • country

      @Nonnull public Customer_VH.Customer_VHBuilder country(@Nullable String country)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: Country

      Returns:
      this.
    • cityName

      @Nonnull public Customer_VH.Customer_VHBuilder cityName(@Nullable String cityName)
      Constraints: Not nullable, Maximum length: 35

      Original property name from the Odata EDM: CityName

      Returns:
      this.
    • streetName

      @Nonnull public Customer_VH.Customer_VHBuilder streetName(@Nullable String streetName)
      Constraints: Not nullable, Maximum length: 35

      Original property name from the Odata EDM: StreetName

      Returns:
      this.
    • postalCode

      @Nonnull public Customer_VH.Customer_VHBuilder postalCode(@Nullable String postalCode)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: PostalCode

      Returns:
      this.
    • customerName

      @Nonnull public Customer_VH.Customer_VHBuilder customerName(@Nullable String customerName)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: CustomerName

      Returns:
      this.
    • customerAccountGroup

      @Nonnull public Customer_VH.Customer_VHBuilder customerAccountGroup(@Nullable String customerAccountGroup)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CustomerAccountGroup

      Returns:
      this.
    • authorizationGroup

      @Nonnull public Customer_VH.Customer_VHBuilder authorizationGroup(@Nullable String authorizationGroup)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: AuthorizationGroup

      Returns:
      this.
    • isBusinessPurposeCompleted

      @Nonnull public Customer_VH.Customer_VHBuilder isBusinessPurposeCompleted(@Nullable String isBusinessPurposeCompleted)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: IsBusinessPurposeCompleted

      Returns:
      this.
    • isCompetitor

      @Nonnull public Customer_VH.Customer_VHBuilder isCompetitor(@Nullable Boolean isCompetitor)
      Constraints: none

      Original property name from the Odata EDM: IsCompetitor

      Returns:
      this.
    • businessPartner

      @Nonnull public Customer_VH.Customer_VHBuilder businessPartner(@Nullable String businessPartner)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: BusinessPartner

      Returns:
      this.
    • businessPartnerType

      @Nonnull public Customer_VH.Customer_VHBuilder businessPartnerType(@Nullable String businessPartnerType)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: BusinessPartnerType

      Returns:
      this.
    • build

      @Nonnull public Customer_VH build()
    • toString

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