public static final class BreakdownTypeText.BreakdownTypeTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BreakdownTypeText.BreakdownTypeTextBuilder |
breakdownType(String breakdownType)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
BreakdownTypeText.BreakdownTypeTextBuilder |
breakdownTypeText(String breakdownTypeText)
Constraints: Not nullable, Maximum length: 60
|
BreakdownTypeText |
build() |
BreakdownTypeText.BreakdownTypeTextBuilder |
cnsldtnBreakdownType(BreakdownType value)
Navigation property to_CnsldtnBreakdownType for BreakdownTypeText to single
BreakdownType.
|
BreakdownTypeText.BreakdownTypeTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
@Nonnull public BreakdownTypeText.BreakdownTypeTextBuilder cnsldtnBreakdownType(BreakdownType value)
value
- The BreakdownType to build this BreakdownTypeText with.@Nonnull public BreakdownTypeText.BreakdownTypeTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
this
.@Nonnull public BreakdownTypeText.BreakdownTypeTextBuilder breakdownType(@Nullable String breakdownType)
Original property name from the Odata EDM: BreakdownType
this
.@Nonnull public BreakdownTypeText.BreakdownTypeTextBuilder breakdownTypeText(@Nullable String breakdownTypeText)
Original property name from the Odata EDM: BreakdownTypeText
this
.@Nonnull public BreakdownTypeText build()
Copyright © 2021 SAP SE. All rights reserved.