Class DefectClassText.DefectClassTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectclass.DefectClassText.DefectClassTextBuilder
- Enclosing class:
- DefectClassText
Helper class to allow for fluent creation of DefectClassText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()defectClass(DefectClass value) Navigation property to_DefectClass for DefectClassText to single DefectClass.defectClass(String value) (Key Field) Constraints: Not nullable, Maximum length: 2defectClassText(String defectClassText) Constraints: Not nullable, Maximum length: 40(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
defectClass
Navigation property to_DefectClass for DefectClassText to single DefectClass.- Parameters:
value- The DefectClass to build this DefectClassText with.- Returns:
- This Builder to allow for a fluent interface.
-
defectClass
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DefectClass
- Parameters:
value- The defectClass to build this DefectClassText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
defectClassText
@Nonnull public DefectClassText.DefectClassTextBuilder defectClassText(@Nullable String defectClassText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: DefectClassText
- Returns:
this.
-
build
-
toString
-