Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.connectivity.rfc |
Modifier and Type | Method and Description |
---|---|
TableRow<RequestT> |
TableRow.field(String name,
String dataType,
BigDecimal value)
Creates a new
BigDecimal Value object based on the given parameter and the incremented field Id. |
TableRow<RequestT> |
TableRow.field(String name,
String dataType,
BigInteger value)
Creates a new
BigInteger Value object based on the given parameter and the incremented field Id. |
TableRow<RequestT> |
TableRow.field(String name,
String dataType,
Boolean value)
Creates a new
Boolean Value object based on the given parameter and the incremented field Id. |
TableRow<RequestT> |
TableRow.field(String name,
String dataType,
Byte value)
Creates a new
Byte Value object based on the given parameter and the incremented field Id. |
TableRow<RequestT> |
TableRow.field(String name,
String dataType,
Character value)
Creates a new
Character Value object based on the given parameter and the incremented field Id. |
TableRow<RequestT> |
TableRow.field(String name,
String dataType,
Double value)
Creates a new
Double Value object based on the given parameter and the incremented field Id. |
TableRow<RequestT> |
TableRow.field(String name,
String dataType,
Float value)
Creates a new
Float Value object based on the given parameter and the incremented field Id. |
TableRow<RequestT> |
TableRow.field(String name,
String dataType,
Integer value)
Creates a new
Integer Value object based on the given parameter and the incremented field Id. |
TableRow<RequestT> |
TableRow.field(String name,
String dataType,
LocalDate value)
Creates a new
LocalDate Value object based on the given parameter and the incremented field Id. |
TableRow<RequestT> |
TableRow.field(String name,
String dataType,
Locale value)
Creates a new
Locale Value object based on the given parameter and the incremented field Id. |
TableRow<RequestT> |
TableRow.field(String name,
String dataType,
LocalTime value)
Creates a new
LocalTime Value object based on the given parameter and the incremented field Id. |
TableRow<RequestT> |
TableRow.field(String name,
String dataType,
Long value)
Creates a new
Long Value object based on the given parameter and the incremented field Id. |
TableRow<RequestT> |
TableRow.field(String name,
String dataType,
Short value)
Creates a new
Short Value object based on the given parameter and the incremented field Id. |
TableRow<RequestT> |
TableRow.field(String name,
String dataType,
String value)
Creates a new
String Value object based on the given parameter and the incremented field Id. |
<T extends ErpType<T>> |
TableRow.field(String name,
String dataType,
T value)
Creates a new
Value object based on the given parameter and the incremented field Id. |
<T> TableRow<RequestT> |
TableRow.field(String name,
String dataType,
T value,
ErpTypeConverter<T> typeConverter)
Creates a new
Value object based on the given parameter and the incremented field Id. |
TableRow<RequestT> |
TableRow.field(String name,
String dataType,
Year value)
Creates a new
Year Value object based on the given parameter and the incremented field Id. |
TableRow<RequestT> |
TableRow.fields(Fields other,
Fields... others)
Copies the given
Field s to the Table linked to this TableRow , using a new/applicable
field Id. |
TableRow<RequestT> |
Table.row()
Creates and returns a new
TableRow that gathers values that are added to this Table . |
TableRow<RequestT> |
TableRow.row()
Creates a new
TableRow , associated to the same table this TableRow is linked to. |
Copyright © 2020 SAP SE. All rights reserved.