Class SrvcDocumentItemCategoryText.SrvcDocumentItemCategoryTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicetransactionitemcategory.SrvcDocumentItemCategoryText.SrvcDocumentItemCategoryTextBuilder
- Enclosing class:
- SrvcDocumentItemCategoryText
public static final class SrvcDocumentItemCategoryText.SrvcDocumentItemCategoryTextBuilder
extends Object
Helper class to allow for fluent creation of SrvcDocumentItemCategoryText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2serviceDocItemCategory(String serviceDocItemCategory) (Key Field) Constraints: Not nullable, Maximum length: 4serviceDocItemCategoryName(String serviceDocItemCategoryName) Constraints: Not nullable, Maximum length: 40Navigation property _SrvcDocumentItemCategory for SrvcDocumentItemCategoryText to single SrvcDocumentItemCategory.toString()
-
Method Details
-
srvcDocumentItemCategory
@Nonnull public SrvcDocumentItemCategoryText.SrvcDocumentItemCategoryTextBuilder srvcDocumentItemCategory(SrvcDocumentItemCategory value) Navigation property _SrvcDocumentItemCategory for SrvcDocumentItemCategoryText to single SrvcDocumentItemCategory.- Parameters:
value- The SrvcDocumentItemCategory to build this SrvcDocumentItemCategoryText with.- Returns:
- This Builder to allow for a fluent interface.
-
serviceDocItemCategory
@Nonnull public SrvcDocumentItemCategoryText.SrvcDocumentItemCategoryTextBuilder serviceDocItemCategory(@Nullable String serviceDocItemCategory) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ServiceDocItemCategory
- Returns:
this.
-
language
@Nonnull public SrvcDocumentItemCategoryText.SrvcDocumentItemCategoryTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
serviceDocItemCategoryName
@Nonnull public SrvcDocumentItemCategoryText.SrvcDocumentItemCategoryTextBuilder serviceDocItemCategoryName(@Nullable String serviceDocItemCategoryName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ServiceDocItemCategoryName
- Returns:
this.
-
build
-
toString
-