Class Customer_VH.Customer_VHBuilder
- Enclosing class:
- Customer_VH
-
Method Summary
Modifier and TypeMethodDescriptionauthorizationGroup(String authorizationGroup) Constraints: Not nullable, Maximum length: 4build()businessPartner(String businessPartner) Constraints: Not nullable, Maximum length: 10businessPartnerType(String businessPartnerType) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 35Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 10customerAccountGroup(String customerAccountGroup) Constraints: Not nullable, Maximum length: 4customerName(String customerName) Constraints: Not nullable, Maximum length: 80isBusinessPurposeCompleted(String isBusinessPurposeCompleted) Constraints: Not nullable, Maximum length: 1isCompetitor(Boolean isCompetitor) Constraints: noneorganizationBPName1(String organizationBPName1) Constraints: Not nullable, Maximum length: 35organizationBPName2(String organizationBPName2) Constraints: Not nullable, Maximum length: 35postalCode(String postalCode) Constraints: Not nullable, Maximum length: 10streetName(String streetName) Constraints: Not nullable, Maximum length: 35toString()
-
Method Details
-
customer
(Key Field) Constraints: Not nullable, Maximum length: 10Original 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: 35Original 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: 35Original property name from the Odata EDM: OrganizationBPName2
- Returns:
this.
-
country
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Country
- Returns:
this.
-
cityName
Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: CityName
- Returns:
this.
-
streetName
Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: StreetName
- Returns:
this.
-
postalCode
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PostalCode
- Returns:
this.
-
customerName
Constraints: Not nullable, Maximum length: 80Original 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: 4Original 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: 4Original 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: 1Original property name from the Odata EDM: IsBusinessPurposeCompleted
- Returns:
this.
-
isCompetitor
Constraints: noneOriginal property name from the Odata EDM: IsCompetitor
- Returns:
this.
-
businessPartner
Constraints: Not nullable, Maximum length: 10Original 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: 4Original property name from the Odata EDM: BusinessPartnerType
- Returns:
this.
-
build
-
toString
-