public static class PostingKey.PostingKeyBuilder extends Object
Modifier and Type | Method and Description |
---|---|
PostingKey |
build() |
PostingKey.PostingKeyBuilder |
postingKey_ID(String postingKey_ID)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
PostingKey.PostingKeyBuilder |
postingKeyText(String postingKeyText)
Constraints: none
|
String |
toString() |
@Nonnull public PostingKey.PostingKeyBuilder postingKey_ID(@Nullable String postingKey_ID)
Original property name from the Odata EDM: PostingKey_ID
this
.@Nonnull public PostingKey.PostingKeyBuilder postingKeyText(@Nullable String postingKeyText)
Original property name from the Odata EDM: PostingKeyText
this
.@Nonnull public PostingKey build()
Copyright © 2020 SAP SE. All rights reserved.