Class DocumentTypeHierText.DocumentTypeHierTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.DocumentTypeHierText.DocumentTypeHierTextBuilder
- Enclosing class:
- DocumentTypeHierText
Helper class to allow for fluent creation of DocumentTypeHierText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_CnsldtnDocumentTypeHier for DocumentTypeHierText to single DocumentTypeHier.consolidationDocTypeHierarchy(String consolidationDocTypeHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 42hierarchyNode(String hierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 50hierarchyNodeText(String hierarchyNodeText) Constraints: Not nullable, Maximum length: 50(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 1toString()validityEndDate(LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0validityStartDate(LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0
-
Method Details
-
cnsldtnDocumentTypeHier
@Nonnull public DocumentTypeHierText.DocumentTypeHierTextBuilder cnsldtnDocumentTypeHier(DocumentTypeHier value) Navigation property to_CnsldtnDocumentTypeHier for DocumentTypeHierText to single DocumentTypeHier.- Parameters:
value- The DocumentTypeHier to build this DocumentTypeHierText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public DocumentTypeHierText.DocumentTypeHierTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
consolidationDocTypeHierarchy
@Nonnull public DocumentTypeHierText.DocumentTypeHierTextBuilder consolidationDocTypeHierarchy(@Nullable String consolidationDocTypeHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 42Original property name from the Odata EDM: ConsolidationDocTypeHierarchy
- Returns:
this.
-
hierarchyNode
@Nonnull public DocumentTypeHierText.DocumentTypeHierTextBuilder hierarchyNode(@Nullable String hierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNode
- Returns:
this.
-
validityEndDate
@Nonnull public DocumentTypeHierText.DocumentTypeHierTextBuilder validityEndDate(@Nullable LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
validityStartDate
@Nonnull public DocumentTypeHierText.DocumentTypeHierTextBuilder validityStartDate(@Nullable LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
hierarchyNodeText
@Nonnull public DocumentTypeHierText.DocumentTypeHierTextBuilder hierarchyNodeText(@Nullable String hierarchyNodeText) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNodeText
- Returns:
this.
-
nodeType
@Nonnull public DocumentTypeHierText.DocumentTypeHierTextBuilder nodeType(@Nullable String nodeType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: NodeType
- Returns:
this.
-
build
-
toString
-