Class InspectionMethodText.InspectionMethodTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionmethod.InspectionMethodText.InspectionMethodTextBuilder
- Enclosing class:
- InspectionMethodText
Helper class to allow for fluent creation of InspectionMethodText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()inspectionMethod(InspectionMethod value) Navigation property to_InspectionMethod for InspectionMethodText to single InspectionMethod.inspectionMethod(String value) (Key Field) Constraints: Not nullable, Maximum length: 8inspectionMethodPlant(String inspectionMethodPlant) (Key Field) Constraints: Not nullable, Maximum length: 4inspectionMethodText(String inspectionMethodText) Constraints: Not nullable, Maximum length: 40inspectionMethodVersion(String inspectionMethodVersion) (Key Field) Constraints: Not nullable, Maximum length: 6inspMethodHasLongText(Boolean inspMethodHasLongText) Constraints: none(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
inspectionMethod
@Nonnull public InspectionMethodText.InspectionMethodTextBuilder inspectionMethod(InspectionMethod value) Navigation property to_InspectionMethod for InspectionMethodText to single InspectionMethod.- Parameters:
value- The InspectionMethod to build this InspectionMethodText with.- Returns:
- This Builder to allow for a fluent interface.
-
inspectionMethod
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: InspectionMethod
- Parameters:
value- The inspectionMethod to build this InspectionMethodText with.- Returns:
- This Builder to allow for a fluent interface.
-
inspectionMethodPlant
@Nonnull public InspectionMethodText.InspectionMethodTextBuilder inspectionMethodPlant(@Nullable String inspectionMethodPlant) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: InspectionMethodPlant
- Returns:
this.
-
inspectionMethodVersion
@Nonnull public InspectionMethodText.InspectionMethodTextBuilder inspectionMethodVersion(@Nullable String inspectionMethodVersion) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: InspectionMethodVersion
- Returns:
this.
-
language
@Nonnull public InspectionMethodText.InspectionMethodTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
inspectionMethodText
@Nonnull public InspectionMethodText.InspectionMethodTextBuilder inspectionMethodText(@Nullable String inspectionMethodText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: InspectionMethodText
- Returns:
this.
-
inspMethodHasLongText
@Nonnull public InspectionMethodText.InspectionMethodTextBuilder inspMethodHasLongText(@Nullable Boolean inspMethodHasLongText) Constraints: noneOriginal property name from the Odata EDM: InspMethodHasLongText
- Returns:
this.
-
build
-
toString
-