public static final class SDDocumentReason.SDDocumentReasonBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SDDocumentReason |
build() |
SDDocumentReason.SDDocumentReasonBuilder |
retroBillingUsage(String retroBillingUsage)
Constraints: Not nullable, Maximum length: 1
|
SDDocumentReason.SDDocumentReasonBuilder |
retroBillingUsageText(RetroBillingUsageText... value)
Navigation property to_RetroBillingUsageText for SDDocumentReason to multiple
RetroBillingUsageText.
|
SDDocumentReason.SDDocumentReasonBuilder |
sDDocumentReason(String sDDocumentReason)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
SDDocumentReason.SDDocumentReasonBuilder |
sdDocumentReasonText(SDDocumentReasonText... value)
Navigation property to_SDDocumentReasonText for SDDocumentReason to multiple
SDDocumentReasonText.
|
SDDocumentReason.SDDocumentReasonBuilder |
selfBillingValueItem(String selfBillingValueItem)
Constraints: Not nullable, Maximum length: 1
|
SDDocumentReason.SDDocumentReasonBuilder |
selfBillingValueItemText(SelfBillingValueItemText... value)
Navigation property to_SelfBillingValueItemText for SDDocumentReason to multiple
SelfBillingValueItemText.
|
String |
toString() |
@Nonnull public SDDocumentReason.SDDocumentReasonBuilder retroBillingUsageText(RetroBillingUsageText... value)
value
- The RetroBillingUsageTexts to build this SDDocumentReason with.@Nonnull public SDDocumentReason.SDDocumentReasonBuilder sdDocumentReasonText(SDDocumentReasonText... value)
value
- The SDDocumentReasonTexts to build this SDDocumentReason with.@Nonnull public SDDocumentReason.SDDocumentReasonBuilder selfBillingValueItemText(SelfBillingValueItemText... value)
value
- The SelfBillingValueItemTexts to build this SDDocumentReason with.@Nonnull public SDDocumentReason.SDDocumentReasonBuilder sDDocumentReason(@Nullable String sDDocumentReason)
Original property name from the Odata EDM: SDDocumentReason
this
.@Nonnull public SDDocumentReason.SDDocumentReasonBuilder retroBillingUsage(@Nullable String retroBillingUsage)
Original property name from the Odata EDM: RetroBillingUsage
this
.@Nonnull public SDDocumentReason.SDDocumentReasonBuilder selfBillingValueItem(@Nullable String selfBillingValueItem)
Original property name from the Odata EDM: SelfBillingValueItem
this
.@Nonnull public SDDocumentReason build()
Copyright © 2021 SAP SE. All rights reserved.