Class InspectionSpecificationText.InspectionSpecificationTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterinspectioncharacteristic.InspectionSpecificationText.InspectionSpecificationTextBuilder
- Enclosing class:
- InspectionSpecificationText
public static final class InspectionSpecificationText.InspectionSpecificationTextBuilder
extends Object
Helper class to allow for fluent creation of InspectionSpecificationText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_InspectionSpecification for InspectionSpecificationText to single InspectionSpecification.inspectionSpecification(String value) (Key Field) Constraints: Not nullable, Maximum length: 8inspectionSpecificationPlant(String inspectionSpecificationPlant) (Key Field) Constraints: Not nullable, Maximum length: 4inspectionSpecificationText(String inspectionSpecificationText) Constraints: Not nullable, Maximum length: 40inspectionSpecificationVersion(String inspectionSpecificationVersion) (Key Field) Constraints: Not nullable, Maximum length: 6(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
inspectionSpecification
@Nonnull public InspectionSpecificationText.InspectionSpecificationTextBuilder inspectionSpecification(InspectionSpecification value) Navigation property to_InspectionSpecification for InspectionSpecificationText to single InspectionSpecification.- Parameters:
value- The InspectionSpecification to build this InspectionSpecificationText with.- Returns:
- This Builder to allow for a fluent interface.
-
inspectionSpecification
@Nonnull public InspectionSpecificationText.InspectionSpecificationTextBuilder inspectionSpecification(String value) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: InspectionSpecification
- Parameters:
value- The inspectionSpecification to build this InspectionSpecificationText with.- Returns:
- This Builder to allow for a fluent interface.
-
inspectionSpecificationVersion
@Nonnull public InspectionSpecificationText.InspectionSpecificationTextBuilder inspectionSpecificationVersion(@Nullable String inspectionSpecificationVersion) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: InspectionSpecificationVersion
- Returns:
this.
-
inspectionSpecificationPlant
@Nonnull public InspectionSpecificationText.InspectionSpecificationTextBuilder inspectionSpecificationPlant(@Nullable String inspectionSpecificationPlant) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: InspectionSpecificationPlant
- Returns:
this.
-
language
@Nonnull public InspectionSpecificationText.InspectionSpecificationTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
inspectionSpecificationText
@Nonnull public InspectionSpecificationText.InspectionSpecificationTextBuilder inspectionSpecificationText(@Nullable String inspectionSpecificationText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: InspectionSpecificationText
- Returns:
this.
-
build
-
toString
-