Class BusinessObjectKeys.BusinessObjectKeysBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesseventqueue.BusinessObjectKeys.BusinessObjectKeysBuilder
- Enclosing class:
- BusinessObjectKeys
-
Method Summary
Modifier and TypeMethodDescriptionbuild()keyFieldName1(String keyFieldName1) Constraints: Not nullable, Maximum length: 40keyFieldName2(String keyFieldName2) Constraints: Not nullable, Maximum length: 40keyFieldName3(String keyFieldName3) Constraints: Not nullable, Maximum length: 40keyFieldName4(String keyFieldName4) Constraints: Not nullable, Maximum length: 40keyFieldName5(String keyFieldName5) Constraints: Not nullable, Maximum length: 40keyFieldName6(String keyFieldName6) Constraints: Not nullable, Maximum length: 40keyFieldName7(String keyFieldName7) Constraints: Not nullable, Maximum length: 40sAPObjectType(String sAPObjectType) (Key Field) Constraints: Not nullable, Maximum length: 30toString()
-
Method Details
-
sAPObjectType
@Nonnull public BusinessObjectKeys.BusinessObjectKeysBuilder sAPObjectType(@Nullable String sAPObjectType) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: SAPObjectType
- Returns:
this.
-
keyFieldName1
@Nonnull public BusinessObjectKeys.BusinessObjectKeysBuilder keyFieldName1(@Nullable String keyFieldName1) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: KeyFieldName1
- Returns:
this.
-
keyFieldName2
@Nonnull public BusinessObjectKeys.BusinessObjectKeysBuilder keyFieldName2(@Nullable String keyFieldName2) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: KeyFieldName2
- Returns:
this.
-
keyFieldName3
@Nonnull public BusinessObjectKeys.BusinessObjectKeysBuilder keyFieldName3(@Nullable String keyFieldName3) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: KeyFieldName3
- Returns:
this.
-
keyFieldName4
@Nonnull public BusinessObjectKeys.BusinessObjectKeysBuilder keyFieldName4(@Nullable String keyFieldName4) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: KeyFieldName4
- Returns:
this.
-
keyFieldName5
@Nonnull public BusinessObjectKeys.BusinessObjectKeysBuilder keyFieldName5(@Nullable String keyFieldName5) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: KeyFieldName5
- Returns:
this.
-
keyFieldName6
@Nonnull public BusinessObjectKeys.BusinessObjectKeysBuilder keyFieldName6(@Nullable String keyFieldName6) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: KeyFieldName6
- Returns:
this.
-
keyFieldName7
@Nonnull public BusinessObjectKeys.BusinessObjectKeysBuilder keyFieldName7(@Nullable String keyFieldName7) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: KeyFieldName7
- Returns:
this.
-
build
-
toString
-