Class BankAddress.BankAddressBuilder
- Enclosing class:
- BankAddress
-
Method Summary
Modifier and TypeMethodDescriptionaddresseeName1(String addresseeName1) Constraints: Not nullable, Maximum length: 40addresseeName2(String addresseeName2) Constraints: Not nullable, Maximum length: 40addresseeName3(String addresseeName3) Constraints: Not nullable, Maximum length: 40addresseeName4(String addresseeName4) Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 10addressRepresentationCode(String addressRepresentationCode) (Key Field) Constraints: Not nullable, Maximum length: 1addressTimeZone(String addressTimeZone) Constraints: Not nullable, Maximum length: 6Navigation property _Bank for BankAddress to single Bank.bankCountry(String bankCountry) (Key Field) Constraints: Not nullable, Maximum length: 3bankInternalID(String bankInternalID) (Key Field) Constraints: Not nullable, Maximum length: 15build()Constraints: Not nullable, Maximum length: 20careOfName(String careOfName) Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 40companyPostalCode(String companyPostalCode) Constraints: Not nullable, Maximum length: 10correspondenceLanguage(String correspondenceLanguage) Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 3deliveryServiceNumber(String deliveryServiceNumber) Constraints: Not nullable, Maximum length: 10deliveryServiceTypeCode(String deliveryServiceTypeCode) Constraints: Not nullable, Maximum length: 4districtName(String districtName) Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 10formOfAddress(String formOfAddress) Constraints: Not nullable, Maximum length: 4houseNumber(String houseNumber) Constraints: Not nullable, Maximum length: 10houseNumberSupplementText(String houseNumberSupplementText) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 10pOBoxAddrNonDeliverableReason(String pOBoxAddrNonDeliverableReason) Constraints: Not nullable, Maximum length: 4pOBoxDeviatingCityName(String pOBoxDeviatingCityName) Constraints: Not nullable, Maximum length: 40pOBoxDeviatingCountry(String pOBoxDeviatingCountry) Constraints: Not nullable, Maximum length: 3pOBoxDeviatingRegion(String pOBoxDeviatingRegion) Constraints: Not nullable, Maximum length: 3pOBoxIsWithoutNumber(Boolean pOBoxIsWithoutNumber) Constraints: Not nullablepOBoxLobbyName(String pOBoxLobbyName) Constraints: Not nullable, Maximum length: 40pOBoxPostalCode(String pOBoxPostalCode) Constraints: 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: 10secondaryRegionName(String secondaryRegionName) Constraints: Not nullable, Maximum length: 40streetAddrNonDeliverableReason(String streetAddrNonDeliverableReason) Constraints: Not nullable, Maximum length: 4streetName(String streetName) Constraints: Not nullable, Maximum length: 60streetPrefixName1(String streetPrefixName1) Constraints: Not nullable, Maximum length: 40streetPrefixName2(String streetPrefixName2) Constraints: Not nullable, Maximum length: 40streetSuffixName1(String streetSuffixName1) Constraints: Not nullable, Maximum length: 40streetSuffixName2(String streetSuffixName2) Constraints: Not nullable, Maximum length: 40taxJurisdiction(String taxJurisdiction) Constraints: Not nullable, Maximum length: 15tertiaryRegionName(String tertiaryRegionName) Constraints: Not nullable, Maximum length: 40toString()transportZone(String transportZone) Constraints: Not nullable, Maximum length: 10villageName(String villageName) Constraints: Not nullable, Maximum length: 40
-
Method Details
-
bank
Navigation property _Bank for BankAddress to single Bank.- Parameters:
value- The Bank to build this BankAddress with.- Returns:
- This Builder to allow for a fluent interface.
-
bankCountry
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BankCountry
- Returns:
this.
-
bankInternalID
(Key Field) Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: BankInternalID
- Returns:
this.
-
addressRepresentationCode
@Nonnull public BankAddress.BankAddressBuilder addressRepresentationCode(@Nullable String addressRepresentationCode) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: AddressRepresentationCode
- Returns:
this.
-
addressID
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressID
- Returns:
this.
-
correspondenceLanguage
@Nonnull public BankAddress.BankAddressBuilder correspondenceLanguage(@Nullable String correspondenceLanguage) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: CorrespondenceLanguage
- Returns:
this.
-
cityName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: CityName
- Returns:
this.
-
districtName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: DistrictName
- Returns:
this.
-
villageName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: VillageName
- Returns:
this.
-
postalCode
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PostalCode
- Returns:
this.
-
companyPostalCode
@Nonnull public BankAddress.BankAddressBuilder companyPostalCode(@Nullable String companyPostalCode) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CompanyPostalCode
- Returns:
this.
-
streetName
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: StreetName
- Returns:
this.
-
streetAddrNonDeliverableReason
@Nonnull public BankAddress.BankAddressBuilder streetAddrNonDeliverableReason(@Nullable String streetAddrNonDeliverableReason) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: StreetAddrNonDeliverableReason
- Returns:
this.
-
streetPrefixName1
@Nonnull public BankAddress.BankAddressBuilder streetPrefixName1(@Nullable String streetPrefixName1) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: StreetPrefixName1
- Returns:
this.
-
streetPrefixName2
@Nonnull public BankAddress.BankAddressBuilder streetPrefixName2(@Nullable String streetPrefixName2) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: StreetPrefixName2
- Returns:
this.
-
streetSuffixName1
@Nonnull public BankAddress.BankAddressBuilder streetSuffixName1(@Nullable String streetSuffixName1) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: StreetSuffixName1
- Returns:
this.
-
streetSuffixName2
@Nonnull public BankAddress.BankAddressBuilder streetSuffixName2(@Nullable String streetSuffixName2) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: StreetSuffixName2
- Returns:
this.
-
houseNumber
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: HouseNumber
- Returns:
this.
-
houseNumberSupplementText
@Nonnull public BankAddress.BankAddressBuilder houseNumberSupplementText(@Nullable String houseNumberSupplementText) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: HouseNumberSupplementText
- Returns:
this.
-
building
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: Building
- Returns:
this.
-
floor
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Floor
- Returns:
this.
-
roomNumber
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RoomNumber
- Returns:
this.
-
country
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Country
- Returns:
this.
-
region
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Region
- Returns:
this.
-
formOfAddress
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: FormOfAddress
- Returns:
this.
-
addresseeName1
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: AddresseeName1
- Returns:
this.
-
addresseeName2
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: AddresseeName2
- Returns:
this.
-
addresseeName3
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: AddresseeName3
- Returns:
this.
-
addresseeName4
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: AddresseeName4
- Returns:
this.
-
taxJurisdiction
Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: TaxJurisdiction
- Returns:
this.
-
transportZone
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: TransportZone
- Returns:
this.
-
pOBox
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: POBox
- Returns:
this.
-
pOBoxAddrNonDeliverableReason
@Nonnull public BankAddress.BankAddressBuilder pOBoxAddrNonDeliverableReason(@Nullable String pOBoxAddrNonDeliverableReason) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: POBoxAddrNonDeliverableReason
- Returns:
this.
-
pOBoxIsWithoutNumber
@Nonnull public BankAddress.BankAddressBuilder pOBoxIsWithoutNumber(@Nullable Boolean pOBoxIsWithoutNumber) Constraints: Not nullableOriginal property name from the Odata EDM: POBoxIsWithoutNumber
- Returns:
this.
-
pOBoxPostalCode
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: POBoxPostalCode
- Returns:
this.
-
pOBoxLobbyName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: POBoxLobbyName
- Returns:
this.
-
pOBoxDeviatingCityName
@Nonnull public BankAddress.BankAddressBuilder pOBoxDeviatingCityName(@Nullable String pOBoxDeviatingCityName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: POBoxDeviatingCityName
- Returns:
this.
-
pOBoxDeviatingRegion
@Nonnull public BankAddress.BankAddressBuilder pOBoxDeviatingRegion(@Nullable String pOBoxDeviatingRegion) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: POBoxDeviatingRegion
- Returns:
this.
-
pOBoxDeviatingCountry
@Nonnull public BankAddress.BankAddressBuilder pOBoxDeviatingCountry(@Nullable String pOBoxDeviatingCountry) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: POBoxDeviatingCountry
- Returns:
this.
-
careOfName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: CareOfName
- Returns:
this.
-
deliveryServiceTypeCode
@Nonnull public BankAddress.BankAddressBuilder deliveryServiceTypeCode(@Nullable String deliveryServiceTypeCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: DeliveryServiceTypeCode
- Returns:
this.
-
deliveryServiceNumber
@Nonnull public BankAddress.BankAddressBuilder deliveryServiceNumber(@Nullable String deliveryServiceNumber) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: DeliveryServiceNumber
- Returns:
this.
-
addressTimeZone
Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: AddressTimeZone
- Returns:
this.
-
secondaryRegionName
@Nonnull public BankAddress.BankAddressBuilder secondaryRegionName(@Nullable String secondaryRegionName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: SecondaryRegionName
- Returns:
this.
-
tertiaryRegionName
@Nonnull public BankAddress.BankAddressBuilder tertiaryRegionName(@Nullable String tertiaryRegionName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: TertiaryRegionName
- Returns:
this.
-
build
-
toString
-