public static final class DocumentTypeHierText.DocumentTypeHierTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
DocumentTypeHierText |
build() |
DocumentTypeHierText.DocumentTypeHierTextBuilder |
cnsldtnDocumentTypeHier(DocumentTypeHier value)
Navigation property to_CnsldtnDocumentTypeHier for DocumentTypeHierText to single
DocumentTypeHier.
|
DocumentTypeHierText.DocumentTypeHierTextBuilder |
consolidationDocTypeHierarchy(String consolidationDocTypeHierarchy)
(Key Field) Constraints: Not nullable, Maximum length: 42
|
DocumentTypeHierText.DocumentTypeHierTextBuilder |
hierarchyNode(String hierarchyNode)
(Key Field) Constraints: Not nullable, Maximum length: 50
|
DocumentTypeHierText.DocumentTypeHierTextBuilder |
hierarchyNodeText(String hierarchyNodeText)
Constraints: Not nullable, Maximum length: 50
|
DocumentTypeHierText.DocumentTypeHierTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
DocumentTypeHierText.DocumentTypeHierTextBuilder |
nodeType(String nodeType)
Constraints: Not nullable, Maximum length: 1
|
String |
toString() |
DocumentTypeHierText.DocumentTypeHierTextBuilder |
validityEndDate(LocalDateTime validityEndDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
DocumentTypeHierText.DocumentTypeHierTextBuilder |
validityStartDate(LocalDateTime validityStartDate)
Constraints: Not nullable, Precision: 0
|
@Nonnull public DocumentTypeHierText.DocumentTypeHierTextBuilder cnsldtnDocumentTypeHier(DocumentTypeHier value)
value
- The DocumentTypeHier to build this DocumentTypeHierText with.@Nonnull public DocumentTypeHierText.DocumentTypeHierTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
this
.@Nonnull public DocumentTypeHierText.DocumentTypeHierTextBuilder consolidationDocTypeHierarchy(@Nullable String consolidationDocTypeHierarchy)
Original property name from the Odata EDM: ConsolidationDocTypeHierarchy
There are two types of hierarchy:Set-based hierarchies have the format
this
.@Nonnull public DocumentTypeHierText.DocumentTypeHierTextBuilder hierarchyNode(@Nullable String hierarchyNode)
Original property name from the Odata EDM: HierarchyNode
this
.@Nonnull public DocumentTypeHierText.DocumentTypeHierTextBuilder validityEndDate(@Nullable LocalDateTime validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
this
.@Nonnull public DocumentTypeHierText.DocumentTypeHierTextBuilder validityStartDate(@Nullable LocalDateTime validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
this
.@Nonnull public DocumentTypeHierText.DocumentTypeHierTextBuilder hierarchyNodeText(@Nullable String hierarchyNodeText)
Original property name from the Odata EDM: HierarchyNodeText
this
.@Nonnull public DocumentTypeHierText.DocumentTypeHierTextBuilder nodeType(@Nullable String nodeType)
Original property name from the Odata EDM: NodeType
this
.@Nonnull public DocumentTypeHierText build()
Copyright © 2021 SAP SE. All rights reserved.