Class ParameterFields<RequestT>
java.lang.Object
com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields<RequestT>
Deprecated.
This module will be discontinued, along with its classes and methods.
Create requests from fields.
-
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.end()Deprecated.booleanDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.field(String name, String dataType, BigDecimal value) Deprecated.field(String name, String dataType, BigInteger value) Deprecated.Deprecated.Deprecated.Deprecated.<T extends ErpType<T>>
ParameterFields<RequestT>Deprecated.<T> ParameterFields<RequestT>field(String name, String dataType, T value, ErpTypeConverter<T> typeConverter) Deprecated.Deprecated.Deprecated.Adds a parameter reflected by a structure.inthashCode()Deprecated.booleanisEmpty()Deprecated.intsize()Deprecated.Deprecated.Adds a parameter reflected by a table type.toString()Deprecated.
-
Method Details
-
size
public int size()Deprecated. -
isEmpty
public boolean isEmpty()Deprecated. -
field
@Nonnull public <T extends ErpType<T>> ParameterFields<RequestT> field(@Nonnull String name, @Nullable String dataType, @Nullable T value) Deprecated. -
field
@Nonnull public <T> ParameterFields<RequestT> field(@Nonnull String name, @Nullable String dataType, @Nullable T value, @Nullable ErpTypeConverter<T> typeConverter) Deprecated. -
field
@Nonnull public ParameterFields<RequestT> field(@Nonnull String name, @Nullable String dataType, @Nullable Boolean value) Deprecated. -
field
@Nonnull public ParameterFields<RequestT> field(@Nonnull String name, @Nullable String dataType, @Nullable Byte value) Deprecated. -
field
@Nonnull public ParameterFields<RequestT> field(@Nonnull String name, @Nullable String dataType, @Nullable Character value) Deprecated. -
field
@Nonnull public ParameterFields<RequestT> field(@Nonnull String name, @Nullable String dataType, @Nullable String value) Deprecated. -
field
@Nonnull public ParameterFields<RequestT> field(@Nonnull String name, @Nullable String dataType, @Nullable Short value) Deprecated. -
field
@Nonnull public ParameterFields<RequestT> field(@Nonnull String name, @Nullable String dataType, @Nullable Integer value) Deprecated. -
field
@Nonnull public ParameterFields<RequestT> field(@Nonnull String name, @Nullable String dataType, @Nullable Long value) Deprecated. -
field
@Nonnull public ParameterFields<RequestT> field(@Nonnull String name, @Nullable String dataType, @Nullable Float value) Deprecated. -
field
@Nonnull public ParameterFields<RequestT> field(@Nonnull String name, @Nullable String dataType, @Nullable Double value) Deprecated. -
field
@Nonnull public ParameterFields<RequestT> field(@Nonnull String name, @Nullable String dataType, @Nullable BigInteger value) Deprecated. -
field
@Nonnull public ParameterFields<RequestT> field(@Nonnull String name, @Nullable String dataType, @Nullable BigDecimal value) Deprecated. -
field
@Nonnull public ParameterFields<RequestT> field(@Nonnull String name, @Nullable String dataType, @Nullable Year value) Deprecated. -
field
@Nonnull public ParameterFields<RequestT> field(@Nonnull String name, @Nullable String dataType, @Nullable LocalDate value) Deprecated. -
field
@Nonnull public ParameterFields<RequestT> field(@Nonnull String name, @Nullable String dataType, @Nullable LocalTime value) Deprecated. -
field
@Nonnull public ParameterFields<RequestT> field(@Nonnull String name, @Nullable String dataType, @Nullable Locale value) Deprecated. -
fields
Deprecated. -
table
@Nonnull public Table<ParameterFields<RequestT>> table(@Nonnull String name, @Nullable String dataType) Deprecated.Adds a parameter reflected by a table type.- Parameters:
name- The parameter name.dataType- The ABAP data type of the parameter.- Returns:
- The Table to allow for fluent formulation.
-
fields
@Nonnull public ParameterFields<ParameterFields<RequestT>> fields(@Nonnull String name, @Nullable String dataType) Deprecated.Adds a parameter reflected by a structure.- Parameters:
name- The parameter name.dataType- The ABAP data type of the parameter.- Returns:
- The Table to allow for fluent formulation.
-
end
Deprecated. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-