Class DefectCategory.DefectCategoryBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcategory.DefectCategory.DefectCategoryBuilder
- Enclosing class:
- DefectCategory
Helper class to allow for fluent creation of DefectCategory instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()defectCategory(String defectCategory) (Key Field) Constraints: Not nullable, Maximum length: 2text(DefectCategoryText... value) Navigation property to_Text for DefectCategory to multiple DefectCategoryText.toString()
-
Method Details
-
text
Navigation property to_Text for DefectCategory to multiple DefectCategoryText.- Parameters:
value- The DefectCategoryTexts to build this DefectCategory with.- Returns:
- This Builder to allow for a fluent interface.
-
defectCategory
@Nonnull public DefectCategory.DefectCategoryBuilder defectCategory(@Nullable String defectCategory) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DefectCategory
- Returns:
this.
-
build
-
toString
-