Modifier and Type | Method and Description |
---|---|
LeadItem |
build() |
LeadItem.LeadItemBuilder |
contactPerson(String contactPerson)
Constraints: Not nullable, Maximum length: 10
|
LeadItem.LeadItemBuilder |
lead(String lead)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
LeadItem.LeadItemBuilder |
leadItem(String leadItem)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
LeadItem.LeadItemBuilder |
leadItemCategory(String leadItemCategory)
Constraints: Not nullable, Maximum length: 4
|
LeadItem.LeadItemBuilder |
leadItemDescription(String leadItemDescription)
Constraints: Not nullable, Maximum length: 40
|
LeadItem.LeadItemBuilder |
leadItemUUID(UUID leadItemUUID)
Constraints: none
|
LeadItem.LeadItemBuilder |
leadUUID(UUID leadUUID)
Constraints: none
|
LeadItem.LeadItemBuilder |
product(String product)
Constraints: Not nullable, Maximum length: 54
|
LeadItem.LeadItemBuilder |
productHierarchy(String productHierarchy)
Constraints: Not nullable, Maximum length: 20
|
LeadItem.LeadItemBuilder |
productQuantity(BigDecimal productQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
LeadItem.LeadItemBuilder |
salesQuantityUnit(String salesQuantityUnit)
Constraints: Not nullable, Maximum length: 3
|
String |
toString() |
@Nonnull public LeadItem.LeadItemBuilder lead(@Nullable String lead)
Original property name from the Odata EDM: Lead
this
.@Nonnull public LeadItem.LeadItemBuilder leadItem(@Nullable String leadItem)
Original property name from the Odata EDM: LeadItem
this
.@Nonnull public LeadItem.LeadItemBuilder leadUUID(@Nullable UUID leadUUID)
Original property name from the Odata EDM: LeadUUID
this
.@Nonnull public LeadItem.LeadItemBuilder leadItemCategory(@Nullable String leadItemCategory)
Original property name from the Odata EDM: LeadItemCategory
this
.@Nonnull public LeadItem.LeadItemBuilder leadItemUUID(@Nullable UUID leadItemUUID)
Original property name from the Odata EDM: LeadItemUUID
this
.@Nonnull public LeadItem.LeadItemBuilder leadItemDescription(@Nullable String leadItemDescription)
Original property name from the Odata EDM: LeadItemDescription
this
.@Nonnull public LeadItem.LeadItemBuilder product(@Nullable String product)
Original property name from the Odata EDM: Product
this
.@Nonnull public LeadItem.LeadItemBuilder productHierarchy(@Nullable String productHierarchy)
Original property name from the Odata EDM: ProductHierarchy
this
.@Nonnull public LeadItem.LeadItemBuilder productQuantity(@Nullable BigDecimal productQuantity)
Original property name from the Odata EDM: ProductQuantity
this
.@Nonnull public LeadItem.LeadItemBuilder salesQuantityUnit(@Nullable String salesQuantityUnit)
Original property name from the Odata EDM: SalesQuantityUnit
this
.@Nonnull public LeadItem.LeadItemBuilder contactPerson(@Nullable String contactPerson)
Original property name from the Odata EDM: ContactPerson
this
.Copyright © 2021 SAP SE. All rights reserved.