Class BranchAddress.BranchAddressBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilbusinessplace.BranchAddress.BranchAddressBuilder
Enclosing class:
BranchAddress

public static class BranchAddress.BranchAddressBuilder extends Object
  • Method Details

    • addressID

      @Nonnull public BranchAddress.BranchAddressBuilder addressID(@Nullable String addressID)
      Constraints: Not nullable, Maximum length: 10

      Original property from the Odata EDM: AddressID

      Parameters:
      addressID -
      Returns:
      this.
    • name

      @Nonnull public BranchAddress.BranchAddressBuilder name(@Nullable String name)
      Constraints: Not nullable, Maximum length: 40

      Original property from the Odata EDM: Name

      Parameters:
      name -
      Returns:
      this.
    • name2

      @Nonnull public BranchAddress.BranchAddressBuilder name2(@Nullable String name2)
      Constraints: Not nullable, Maximum length: 40

      Original property from the Odata EDM: Name2

      Parameters:
      name2 -
      Returns:
      this.
    • name3

      @Nonnull public BranchAddress.BranchAddressBuilder name3(@Nullable String name3)
      Constraints: Not nullable, Maximum length: 40

      Original property from the Odata EDM: Name3

      Parameters:
      name3 -
      Returns:
      this.
    • name4

      @Nonnull public BranchAddress.BranchAddressBuilder name4(@Nullable String name4)
      Constraints: Not nullable, Maximum length: 40

      Original property from the Odata EDM: Name4

      Parameters:
      name4 -
      Returns:
      this.
    • cityName

      @Nonnull public BranchAddress.BranchAddressBuilder cityName(@Nullable String cityName)
      Constraints: Not nullable, Maximum length: 40

      Original property from the Odata EDM: CityName

      Parameters:
      cityName -
      Returns:
      this.
    • district

      @Nonnull public BranchAddress.BranchAddressBuilder district(@Nullable String district)
      Constraints: Not nullable, Maximum length: 40

      Original property from the Odata EDM: District

      Parameters:
      district -
      Returns:
      this.
    • postalCode

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

      Original property from the Odata EDM: PostalCode

      Parameters:
      postalCode -
      Returns:
      this.
    • pOBox

      @Nonnull public BranchAddress.BranchAddressBuilder pOBox(@Nullable String pOBox)
      Constraints: Not nullable, Maximum length: 10

      Original property from the Odata EDM: POBox

      Parameters:
      pOBox -
      Returns:
      this.
    • streetName

      @Nonnull public BranchAddress.BranchAddressBuilder streetName(@Nullable String streetName)
      Constraints: Not nullable, Maximum length: 40

      Original property from the Odata EDM: StreetName

      Parameters:
      streetName -
      Returns:
      this.
    • addressHouseNumber

      @Nonnull public BranchAddress.BranchAddressBuilder addressHouseNumber(@Nullable String addressHouseNumber)
      Constraints: Not nullable, Maximum length: 10

      Original property from the Odata EDM: AddressHouseNumber

      Parameters:
      addressHouseNumber -
      Returns:
      this.
    • floor

      @Nonnull public BranchAddress.BranchAddressBuilder floor(@Nullable String floor)
      Constraints: Not nullable, Maximum length: 10

      Original property from the Odata EDM: Floor

      Parameters:
      floor -
      Returns:
      this.
    • roomNumber

      @Nonnull public BranchAddress.BranchAddressBuilder roomNumber(@Nullable String roomNumber)
      Constraints: Not nullable, Maximum length: 10

      Original property from the Odata EDM: RoomNumber

      Parameters:
      roomNumber -
      Returns:
      this.
    • region

      @Nonnull public BranchAddress.BranchAddressBuilder region(@Nullable String region)
      Constraints: Not nullable, Maximum length: 3

      Original property from the Odata EDM: Region

      Parameters:
      region -
      Returns:
      this.
    • taxJurisdiction

      @Nonnull public BranchAddress.BranchAddressBuilder taxJurisdiction(@Nullable String taxJurisdiction)
      Constraints: Not nullable, Maximum length: 15

      Original property from the Odata EDM: TaxJurisdiction

      Parameters:
      taxJurisdiction -
      Returns:
      this.
    • phoneNumber1

      @Nonnull public BranchAddress.BranchAddressBuilder phoneNumber1(@Nullable String phoneNumber1)
      Constraints: Not nullable, Maximum length: 30

      Original property from the Odata EDM: PhoneNumber1

      Parameters:
      phoneNumber1 -
      Returns:
      this.
    • phoneNumberExtension

      @Nonnull public BranchAddress.BranchAddressBuilder phoneNumberExtension(@Nullable String phoneNumberExtension)
      Constraints: Not nullable, Maximum length: 10

      Original property from the Odata EDM: PhoneNumberExtension

      Parameters:
      phoneNumberExtension -
      Returns:
      this.
    • addressFaxNumber

      @Nonnull public BranchAddress.BranchAddressBuilder addressFaxNumber(@Nullable String addressFaxNumber)
      Constraints: Not nullable, Maximum length: 30

      Original property from the Odata EDM: AddressFaxNumber

      Parameters:
      addressFaxNumber -
      Returns:
      this.
    • build

      @Nonnull public BranchAddress build()
    • toString

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