Class SrvcDocumentItemCategory.SrvcDocumentItemCategoryBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicetransactionitemcategory.SrvcDocumentItemCategory.SrvcDocumentItemCategoryBuilder
- Enclosing class:
- SrvcDocumentItemCategory
Helper class to allow for fluent creation of SrvcDocumentItemCategory instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()businessObjectTypeName(String businessObjectTypeName) Constraints: Not nullable, Maximum length: 20serviceDocItemCategory(String serviceDocItemCategory) (Key Field) Constraints: Not nullable, Maximum length: 4serviceDocItemCategoryName(String serviceDocItemCategoryName) Constraints: Not nullable, Maximum length: 40serviceObjectType(String serviceObjectType) Constraints: Not nullable, Maximum length: 10Navigation property _SrvcDocumentItemCategoryText for SrvcDocumentItemCategory to multiple SrvcDocumentItemCategoryText.toString()
-
Method Details
-
srvcDocumentItemCategoryText
@Nonnull public SrvcDocumentItemCategory.SrvcDocumentItemCategoryBuilder srvcDocumentItemCategoryText(SrvcDocumentItemCategoryText... value) Navigation property _SrvcDocumentItemCategoryText for SrvcDocumentItemCategory to multiple SrvcDocumentItemCategoryText.- Parameters:
value- The SrvcDocumentItemCategoryTexts to build this SrvcDocumentItemCategory with.- Returns:
- This Builder to allow for a fluent interface.
-
serviceDocItemCategory
@Nonnull public SrvcDocumentItemCategory.SrvcDocumentItemCategoryBuilder serviceDocItemCategory(@Nullable String serviceDocItemCategory) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ServiceDocItemCategory
- Returns:
this.
-
serviceObjectType
@Nonnull public SrvcDocumentItemCategory.SrvcDocumentItemCategoryBuilder serviceObjectType(@Nullable String serviceObjectType) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceObjectType
- Returns:
this.
-
businessObjectTypeName
@Nonnull public SrvcDocumentItemCategory.SrvcDocumentItemCategoryBuilder businessObjectTypeName(@Nullable String businessObjectTypeName) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: BusinessObjectTypeName
- Returns:
this.
-
serviceDocItemCategoryName
@Nonnull public SrvcDocumentItemCategory.SrvcDocumentItemCategoryBuilder serviceDocItemCategoryName(@Nullable String serviceDocItemCategoryName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ServiceDocItemCategoryName
- Returns:
this.
-
build
-
toString
-