public static class KanbanContainerDeliveryAddr.KanbanContainerDeliveryAddrBuilder extends Object
public KanbanContainerDeliveryAddr.KanbanContainerDeliveryAddrBuilder kanbanControlCycle(@Nullable String kanbanControlCycle)
Original property name from the Odata EDM: KanbanControlCycle
public KanbanContainerDeliveryAddr.KanbanContainerDeliveryAddrBuilder plant(@Nullable String plant)
Original property name from the Odata EDM: Plant
public KanbanContainerDeliveryAddr.KanbanContainerDeliveryAddrBuilder kanbanContainerDeliveryAddress(@Nullable String kanbanContainerDeliveryAddress)
Original property name from the Odata EDM: KanbanContainerDeliveryAddress
public KanbanContainerDeliveryAddr.KanbanContainerDeliveryAddrBuilder businessPartnerName1(@Nullable String businessPartnerName1)
Original property name from the Odata EDM: BusinessPartnerName1
public KanbanContainerDeliveryAddr.KanbanContainerDeliveryAddrBuilder businessPartnerName2(@Nullable String businessPartnerName2)
Original property name from the Odata EDM: BusinessPartnerName2
public KanbanContainerDeliveryAddr.KanbanContainerDeliveryAddrBuilder building(@Nullable String building)
Original property name from the Odata EDM: Building
This field is not used when the address is printed. The name of a building such as "Empire State Building", which is also to appear in the printout of the address, must be stored above or below the street in one of the fields Street2, Street3, Street4 or Street5, depending on its position. See Print the Street address.
public KanbanContainerDeliveryAddr.KanbanContainerDeliveryAddrBuilder streetName(@Nullable String streetName)
Original property name from the Odata EDM: StreetName
The street name is saved, redundantly in upper case in another database field, for search help purposes.There are other fields for address parts which can be printed above or below the street. See Print the Street address.The house number and other supplements are usually maintained in their own fields. See Formatting the Street line.
public KanbanContainerDeliveryAddr.KanbanContainerDeliveryAddrBuilder additionalStreetSuffixName(@Nullable String additionalStreetSuffixName)
Original property name from the Odata EDM: AdditionalStreetSuffixName
The Street address has two lines above the street and two lines below the steet.See Print the Street address.
public KanbanContainerDeliveryAddr.KanbanContainerDeliveryAddrBuilder cityName(@Nullable String cityName)
Original property name from the Odata EDM: CityName
The city name is saved redundantly in another database field in upper- case letters, for search help.If the Postal regional structure ('city file') is active, the city name is checked against the Cities defined in the regional structure.
public KanbanContainerDeliveryAddr.KanbanContainerDeliveryAddrBuilder postalCode(@Nullable String postalCode)
Original property name from the Odata EDM: PostalCode
If different postal codes are maintained for the PO Box and Street address of an address, this field contains the Street address postal code.
public KanbanContainerDeliveryAddr.KanbanContainerDeliveryAddrBuilder country(@Nullable String country)
Original property name from the Odata EDM: Country
The two-character ISO code in accordance with ISO 3166, which is delivered by SAP as a default, is usually used.It could also be the vehicle license plate country-code or a typical country key, for example, in Germany the Federal statistics office key.The country keys are determined at system installation in the global settings.The definition of the country key in the SAP system does not have to match political or government entities.Since the country key does not have to correspond to the ISO code in all installations, programs that differ according to certain values of the country key cannot query the country key T005-LAND1, but have to program based on the ISO code T005 INTCA.
postal code or bank account number.public KanbanContainerDeliveryAddr.KanbanContainerDeliveryAddrBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
public KanbanContainerDeliveryAddr build()
Copyright © 2019 SAP SE. All rights reserved.