Class IncotermsClassification.IncotermsClassificationBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.incoterm.IncotermsClassification.IncotermsClassificationBuilder
- Enclosing class:
- IncotermsClassification
Helper class to allow for fluent creation of IncotermsClassification instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()incotermsClassification(String incotermsClassification) (Key Field) Constraints: Not nullable, Maximum length: 3Navigation property to_IncotermsClassificationText for IncotermsClassification to multiple IncotermsClassificationText.locationIsMandatory(Boolean locationIsMandatory) Constraints: nonetoString()
-
Method Details
-
incotermsClassificationText
@Nonnull public IncotermsClassification.IncotermsClassificationBuilder incotermsClassificationText(IncotermsClassificationText... value) Navigation property to_IncotermsClassificationText for IncotermsClassification to multiple IncotermsClassificationText.- Parameters:
value- The IncotermsClassificationTexts to build this IncotermsClassification with.- Returns:
- This Builder to allow for a fluent interface.
-
incotermsClassification
@Nonnull public IncotermsClassification.IncotermsClassificationBuilder incotermsClassification(@Nullable String incotermsClassification) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: IncotermsClassification
- Returns:
this.
-
locationIsMandatory
@Nonnull public IncotermsClassification.IncotermsClassificationBuilder locationIsMandatory(@Nullable Boolean locationIsMandatory) Constraints: noneOriginal property name from the Odata EDM: LocationIsMandatory
- Returns:
this.
-
build
-
toString
-