public static class VMSVehicleLocation.VMSVehicleLocationBuilder extends Object
Modifier and Type | Method and Description |
---|---|
VMSVehicleLocation.VMSVehicleLocationBuilder |
addressNumber(String addressNumber)
Constraints: Not nullable, Maximum length: 10
|
VMSVehicleLocation |
build() |
VMSVehicleLocation.VMSVehicleLocationBuilder |
businessPartnerName1(String businessPartnerName1)
Constraints: Not nullable, Maximum length: 40
|
VMSVehicleLocation.VMSVehicleLocationBuilder |
cityName(String cityName)
Constraints: Not nullable, Maximum length: 40
|
VMSVehicleLocation.VMSVehicleLocationBuilder |
country(String country)
Constraints: Not nullable, Maximum length: 3
|
VMSVehicleLocation.VMSVehicleLocationBuilder |
houseNumber(String houseNumber)
Constraints: Not nullable, Maximum length: 10
|
VMSVehicleLocation.VMSVehicleLocationBuilder |
logicalSystem(String logicalSystem)
Constraints: Not nullable, Maximum length: 10
|
VMSVehicleLocation.VMSVehicleLocationBuilder |
postalCode(String postalCode)
Constraints: Not nullable, Maximum length: 10
|
VMSVehicleLocation.VMSVehicleLocationBuilder |
region(String region)
Constraints: Not nullable, Maximum length: 3
|
VMSVehicleLocation.VMSVehicleLocationBuilder |
streetName(String streetName)
Constraints: Not nullable, Maximum length: 60
|
String |
toString() |
VMSVehicleLocation.VMSVehicleLocationBuilder |
vMSVehicleLocation_Text(String vMSVehicleLocation_Text)
Constraints: Not nullable, Maximum length: 30
|
VMSVehicleLocation.VMSVehicleLocationBuilder |
vMSVehicleLocation(String vMSVehicleLocation)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
@Nonnull public VMSVehicleLocation.VMSVehicleLocationBuilder vMSVehicleLocation(@Nullable String vMSVehicleLocation)
Original property name from the Odata EDM: VMSVehicleLocation
this
.@Nonnull public VMSVehicleLocation.VMSVehicleLocationBuilder vMSVehicleLocation_Text(@Nullable String vMSVehicleLocation_Text)
Original property name from the Odata EDM: VMSVehicleLocation_Text
this
.@Nonnull public VMSVehicleLocation.VMSVehicleLocationBuilder addressNumber(@Nullable String addressNumber)
Original property name from the Odata EDM: AddressNumber
this
.@Nonnull public VMSVehicleLocation.VMSVehicleLocationBuilder businessPartnerName1(@Nullable String businessPartnerName1)
Original property name from the Odata EDM: BusinessPartnerName1
this
.@Nonnull public VMSVehicleLocation.VMSVehicleLocationBuilder cityName(@Nullable String cityName)
Original property name from the Odata EDM: CityName
this
.@Nonnull public VMSVehicleLocation.VMSVehicleLocationBuilder postalCode(@Nullable String postalCode)
Original property name from the Odata EDM: PostalCode
this
.@Nonnull public VMSVehicleLocation.VMSVehicleLocationBuilder houseNumber(@Nullable String houseNumber)
Original property name from the Odata EDM: HouseNumber
this
.@Nonnull public VMSVehicleLocation.VMSVehicleLocationBuilder streetName(@Nullable String streetName)
Original property name from the Odata EDM: StreetName
this
.@Nonnull public VMSVehicleLocation.VMSVehicleLocationBuilder country(@Nullable String country)
Original property name from the Odata EDM: Country
this
.@Nonnull public VMSVehicleLocation.VMSVehicleLocationBuilder region(@Nullable String region)
Original property name from the Odata EDM: Region
this
.@Nonnull public VMSVehicleLocation.VMSVehicleLocationBuilder logicalSystem(@Nullable String logicalSystem)
Original property name from the Odata EDM: LogicalSystem
this
.@Nonnull public VMSVehicleLocation build()
Copyright © 2021 SAP SE. All rights reserved.