Class Bank.BankBuilder
- Enclosing class:
- Bank
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableConstraints: Not nullable, Maximum length: 15bankAddress(BankAddress... value) Navigation property _BankAddress for Bank to multiple BankAddress.bankBranch(String bankBranch) Constraints: Not nullable, Maximum length: 40bankCategory(String bankCategory) Constraints: Not nullable, Maximum length: 1bankCountry(String bankCountry) (Key Field) Constraints: Not nullable, Maximum length: 3bankInternalID(String bankInternalID) (Key Field) Constraints: Not nullable, Maximum length: 15Constraints: Not nullable, Maximum length: 60bankNetworkGrouping(String bankNetworkGrouping) Constraints: Not nullable, Maximum length: 2build()isMarkedForDeletion(Boolean isMarkedForDeletion) Constraints: Not nullableConstraints: Not nullable, Maximum length: 3shortCityName(String shortCityName) Constraints: Not nullable, Maximum length: 35shortStreetName(String shortStreetName) Constraints: Not nullable, Maximum length: 35Constraints: Not nullable, Maximum length: 11toString()
-
Method Details
-
bankAddress
Navigation property _BankAddress for Bank to multiple BankAddress.- Parameters:
value- The BankAddresss to build this Bank 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.
-
bankName
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: BankName
- Returns:
this.
-
region
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Region
- Returns:
this.
-
shortStreetName
Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: ShortStreetName
- Returns:
this.
-
shortCityName
Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: ShortCityName
- Returns:
this.
-
sWIFTCode
Constraints: Not nullable, Maximum length: 11Original property name from the Odata EDM: SWIFTCode
- Returns:
this.
-
bankNetworkGrouping
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: BankNetworkGrouping
- Returns:
this.
-
isMarkedForDeletion
Constraints: Not nullableOriginal property name from the Odata EDM: IsMarkedForDeletion
- Returns:
this.
-
bank
Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: Bank
- Returns:
this.
-
bankBranch
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: BankBranch
- Returns:
this.
-
bankCategory
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BankCategory
- Returns:
this.
-
_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-