public static class OpportunityItemText.OpportunityItemTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
OpportunityItemText |
build() |
OpportunityItemText.OpportunityItemTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
OpportunityItemText.OpportunityItemTextBuilder |
opportunity(String opportunity)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
OpportunityItemText.OpportunityItemTextBuilder |
opportunityItem(String opportunityItem)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
OpportunityItemText.OpportunityItemTextBuilder |
plainLongText(String plainLongText)
Constraints: none
|
OpportunityItemText.OpportunityItemTextBuilder |
textObjectType(String textObjectType)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
toString() |
@Nonnull public OpportunityItemText.OpportunityItemTextBuilder opportunity(@Nullable String opportunity)
Original property name from the Odata EDM: Opportunity
this
.@Nonnull public OpportunityItemText.OpportunityItemTextBuilder opportunityItem(@Nullable String opportunityItem)
Original property name from the Odata EDM: OpportunityItem
this
.@Nonnull public OpportunityItemText.OpportunityItemTextBuilder textObjectType(@Nullable String textObjectType)
Original property name from the Odata EDM: TextObjectType
this
.@Nonnull public OpportunityItemText.OpportunityItemTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
this
.@Nonnull public OpportunityItemText.OpportunityItemTextBuilder plainLongText(@Nullable String plainLongText)
Original property name from the Odata EDM: PlainLongText
this
.@Nonnull public OpportunityItemText build()
Copyright © 2021 SAP SE. All rights reserved.