public static class BusinessObjectKeys.BusinessObjectKeysBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BusinessObjectKeys |
build() |
BusinessObjectKeys.BusinessObjectKeysBuilder |
keyFieldName1(String keyFieldName1)
Constraints: Not nullable, Maximum length: 40
|
BusinessObjectKeys.BusinessObjectKeysBuilder |
keyFieldName2(String keyFieldName2)
Constraints: Not nullable, Maximum length: 40
|
BusinessObjectKeys.BusinessObjectKeysBuilder |
keyFieldName3(String keyFieldName3)
Constraints: Not nullable, Maximum length: 40
|
BusinessObjectKeys.BusinessObjectKeysBuilder |
keyFieldName4(String keyFieldName4)
Constraints: Not nullable, Maximum length: 40
|
BusinessObjectKeys.BusinessObjectKeysBuilder |
keyFieldName5(String keyFieldName5)
Constraints: Not nullable, Maximum length: 40
|
BusinessObjectKeys.BusinessObjectKeysBuilder |
keyFieldName6(String keyFieldName6)
Constraints: Not nullable, Maximum length: 40
|
BusinessObjectKeys.BusinessObjectKeysBuilder |
sAPObjectType(String sAPObjectType)
(Key Field) Constraints: Not nullable, Maximum length: 30
|
String |
toString() |
@Nonnull public BusinessObjectKeys.BusinessObjectKeysBuilder sAPObjectType(@Nullable String sAPObjectType)
Original property name from the Odata EDM: SAPObjectType
this
.@Nonnull public BusinessObjectKeys.BusinessObjectKeysBuilder keyFieldName1(@Nullable String keyFieldName1)
Original property name from the Odata EDM: KeyFieldName1
this
.@Nonnull public BusinessObjectKeys.BusinessObjectKeysBuilder keyFieldName2(@Nullable String keyFieldName2)
Original property name from the Odata EDM: KeyFieldName2
this
.@Nonnull public BusinessObjectKeys.BusinessObjectKeysBuilder keyFieldName3(@Nullable String keyFieldName3)
Original property name from the Odata EDM: KeyFieldName3
this
.@Nonnull public BusinessObjectKeys.BusinessObjectKeysBuilder keyFieldName4(@Nullable String keyFieldName4)
Original property name from the Odata EDM: KeyFieldName4
this
.@Nonnull public BusinessObjectKeys.BusinessObjectKeysBuilder keyFieldName5(@Nullable String keyFieldName5)
Original property name from the Odata EDM: KeyFieldName5
this
.@Nonnull public BusinessObjectKeys.BusinessObjectKeysBuilder keyFieldName6(@Nullable String keyFieldName6)
Original property name from the Odata EDM: KeyFieldName6
this
.@Nonnull public BusinessObjectKeys build()
Copyright © 2020 SAP SE. All rights reserved.