public static final class SalesSchedgAgrmtText.SalesSchedgAgrmtTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SalesSchedgAgrmtText |
build() |
SalesSchedgAgrmtText.SalesSchedgAgrmtTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
SalesSchedgAgrmtText.SalesSchedgAgrmtTextBuilder |
longText(String longText)
Constraints: none
|
SalesSchedgAgrmtText.SalesSchedgAgrmtTextBuilder |
longTextID(String longTextID)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
SalesSchedgAgrmtText.SalesSchedgAgrmtTextBuilder |
salesSchedgAgrmt(SalesSchedgAgrmt value)
Navigation property to_SalesSchedgAgrmt for SalesSchedgAgrmtText to single
SalesSchedgAgrmt.
|
SalesSchedgAgrmtText.SalesSchedgAgrmtTextBuilder |
salesSchedulingAgreement(String salesSchedulingAgreement)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
@Nonnull public SalesSchedgAgrmtText.SalesSchedgAgrmtTextBuilder salesSchedgAgrmt(SalesSchedgAgrmt value)
value
- The SalesSchedgAgrmt to build this SalesSchedgAgrmtText with.@Nonnull public SalesSchedgAgrmtText.SalesSchedgAgrmtTextBuilder salesSchedulingAgreement(@Nullable String salesSchedulingAgreement)
Original property name from the Odata EDM: SalesSchedulingAgreement
this
.@Nonnull public SalesSchedgAgrmtText.SalesSchedgAgrmtTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
this
.@Nonnull public SalesSchedgAgrmtText.SalesSchedgAgrmtTextBuilder longTextID(@Nullable String longTextID)
Original property name from the Odata EDM: LongTextID
this
.@Nonnull public SalesSchedgAgrmtText.SalesSchedgAgrmtTextBuilder longText(@Nullable String longText)
Original property name from the Odata EDM: LongText
this
.@Nonnull public SalesSchedgAgrmtText build()
Copyright © 2021 SAP SE. All rights reserved.