Class BranchAddress.BranchAddressBuilder
- Enclosing class:
- BranchAddress
-
Method Summary
Modifier and TypeMethodDescriptionaddressFaxNumber(String addressFaxNumber) Constraints: Not nullable, Maximum length: 30addressHouseNumber(String addressHouseNumber) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 10build()Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 40phoneNumber1(String phoneNumber1) Constraints: Not nullable, Maximum length: 30phoneNumberExtension(String phoneNumberExtension) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 10postalCode(String postalCode) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 3roomNumber(String roomNumber) Constraints: Not nullable, Maximum length: 10streetName(String streetName) Constraints: Not nullable, Maximum length: 40taxJurisdiction(String taxJurisdiction) Constraints: Not nullable, Maximum length: 15toString()
-
Method Details
-
addressID
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: AddressID
- Parameters:
addressID-- Returns:
this.
-
name
Constraints: Not nullable, Maximum length: 40Original property from the Odata EDM: Name
- Parameters:
name-- Returns:
this.
-
name2
Constraints: Not nullable, Maximum length: 40Original property from the Odata EDM: Name2
- Parameters:
name2-- Returns:
this.
-
name3
Constraints: Not nullable, Maximum length: 40Original property from the Odata EDM: Name3
- Parameters:
name3-- Returns:
this.
-
name4
Constraints: Not nullable, Maximum length: 40Original property from the Odata EDM: Name4
- Parameters:
name4-- Returns:
this.
-
cityName
Constraints: Not nullable, Maximum length: 40Original property from the Odata EDM: CityName
- Parameters:
cityName-- Returns:
this.
-
district
Constraints: Not nullable, Maximum length: 40Original property from the Odata EDM: District
- Parameters:
district-- Returns:
this.
-
postalCode
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: PostalCode
- Parameters:
postalCode-- Returns:
this.
-
pOBox
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: POBox
- Parameters:
pOBox-- Returns:
this.
-
streetName
Constraints: Not nullable, Maximum length: 40Original property from the Odata EDM: StreetName
- Parameters:
streetName-- Returns:
this.
-
addressHouseNumber
@Nonnull public BranchAddress.BranchAddressBuilder addressHouseNumber(@Nullable String addressHouseNumber) Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: AddressHouseNumber
- Parameters:
addressHouseNumber-- Returns:
this.
-
floor
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: Floor
- Parameters:
floor-- Returns:
this.
-
roomNumber
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: RoomNumber
- Parameters:
roomNumber-- Returns:
this.
-
region
Constraints: Not nullable, Maximum length: 3Original property from the Odata EDM: Region
- Parameters:
region-- Returns:
this.
-
taxJurisdiction
@Nonnull public BranchAddress.BranchAddressBuilder taxJurisdiction(@Nullable String taxJurisdiction) Constraints: Not nullable, Maximum length: 15Original property from the Odata EDM: TaxJurisdiction
- Parameters:
taxJurisdiction-- Returns:
this.
-
phoneNumber1
Constraints: Not nullable, Maximum length: 30Original property from the Odata EDM: PhoneNumber1
- Parameters:
phoneNumber1-- Returns:
this.
-
phoneNumberExtension
@Nonnull public BranchAddress.BranchAddressBuilder phoneNumberExtension(@Nullable String phoneNumberExtension) Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: PhoneNumberExtension
- Parameters:
phoneNumberExtension-- Returns:
this.
-
addressFaxNumber
@Nonnull public BranchAddress.BranchAddressBuilder addressFaxNumber(@Nullable String addressFaxNumber) Constraints: Not nullable, Maximum length: 30Original property from the Odata EDM: AddressFaxNumber
- Parameters:
addressFaxNumber-- Returns:
this.
-
build
-
toString
-