Class Fields
java.lang.Object
com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
Deprecated.
This module will be discontinued, along with its classes and methods.
Stores a list of values.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.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> Fieldsfield(String name, String dataType, T value, ErpTypeConverter<T> typeConverter) Deprecated.static Fieldsfields()Deprecated.inthashCode()Deprecated.booleanisEmpty()Deprecated.intsize()Deprecated.toString()Deprecated.
-
Constructor Details
-
Fields
public Fields()Deprecated.
-
-
Method Details
-
fields
Deprecated. -
size
public int size()Deprecated. -
isEmpty
public boolean isEmpty()Deprecated. -
field
@Nonnull public <T extends ErpType<T>> Fields field(@Nonnull String name, @Nullable String dataType, @Nullable T value) Deprecated. -
field
@Nonnull public <T> Fields field(@Nonnull String name, @Nullable String dataType, @Nullable T value, @Nullable ErpTypeConverter<T> typeConverter) Deprecated. -
field
@Nonnull public Fields field(@Nonnull String name, @Nullable String dataType, @Nullable Boolean value) Deprecated. -
field
Deprecated. -
field
@Nonnull public Fields field(@Nonnull String name, @Nullable String dataType, @Nullable Character value) Deprecated. -
field
@Nonnull public Fields field(@Nonnull String name, @Nullable String dataType, @Nullable String value) Deprecated. -
field
@Nonnull public Fields field(@Nonnull String name, @Nullable String dataType, @Nullable Short value) Deprecated. -
field
@Nonnull public Fields field(@Nonnull String name, @Nullable String dataType, @Nullable Integer value) Deprecated. -
field
Deprecated. -
field
@Nonnull public Fields field(@Nonnull String name, @Nullable String dataType, @Nullable Float value) Deprecated. -
field
@Nonnull public Fields field(@Nonnull String name, @Nullable String dataType, @Nullable Double value) Deprecated. -
field
@Nonnull public Fields field(@Nonnull String name, @Nullable String dataType, @Nullable BigInteger value) Deprecated. -
field
@Nonnull public Fields field(@Nonnull String name, @Nullable String dataType, @Nullable BigDecimal value) Deprecated. -
field
Deprecated. -
field
@Nonnull public Fields field(@Nonnull String name, @Nullable String dataType, @Nullable LocalDate value) Deprecated. -
field
@Nonnull public Fields field(@Nonnull String name, @Nullable String dataType, @Nullable Locale value) Deprecated. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-