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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Deprecated.boolean
Deprecated.Deprecated.Adds a new structure to thisFields
.Deprecated.Adds a new structure to thisFields
.Deprecated.Adds a new structure to thisFields
.Deprecated.Adds a new structure to thisFields
.Deprecated.Adds a new structure to thisFields
.Deprecated.Adds a new structure to thisFields
.Deprecated.Adds a new structure to thisFields
.Deprecated.Adds a new structure to thisFields
.Deprecated.Adds a new structure to thisFields
.Deprecated.Adds a new structure to thisFields
.field
(String name, String dataType, BigDecimal value) Deprecated.Adds a new structure to thisFields
.field
(String name, String dataType, BigInteger value) Deprecated.Adds a new structure to thisFields
.Deprecated.Adds a new structure to thisFields
.Deprecated.Adds a new structure to thisFields
.Deprecated.Adds a new field to thisFields
.<T> Fields
field
(String name, String dataType, T value, ErpTypeConverter<T> typeConverter) Deprecated.Adds a new field to thisFields
.static Fields
fields()
Deprecated.Creates a new instance ofFields
.int
hashCode()
Deprecated.boolean
isEmpty()
Deprecated.Returns whether thisFields
is empty.int
size()
Deprecated.Returns the size of thisFields
.toString()
Deprecated.
-
Constructor Details
-
Fields
public Fields()Deprecated.
-
-
Method Details
-
fields
Deprecated.Creates a new instance ofFields
.- Returns:
- A new instance of
Fields
.
-
size
public int size()Deprecated.Returns the size of thisFields
.- Returns:
- The size of this
Fields
.
-
isEmpty
public boolean isEmpty()Deprecated.Returns whether thisFields
is empty.- Returns:
- Whether this
Fields
is empty.
-
field
@Nonnull public <T extends ErpType<T>> Fields field(@Nonnull String name, @Nullable String dataType, @Nullable T value) Deprecated.Adds a new field to thisFields
.- Type Parameters:
T
- The type of the value.- Parameters:
name
- The name of the field.dataType
- The data type of the field.value
- The value of the field.- Returns:
- This
Fields
.
-
field
@Nonnull public <T> Fields field(@Nonnull String name, @Nullable String dataType, @Nullable T value, @Nullable ErpTypeConverter<T> typeConverter) Deprecated.Adds a new field to thisFields
.- Type Parameters:
T
- The type of the value.- Parameters:
name
- The name of the field.dataType
- The data type of the field.value
- The value of the field.typeConverter
- The type converter to use.- Returns:
- This
Fields
.
-
field
@Nonnull public Fields field(@Nonnull String name, @Nullable String dataType, @Nullable Boolean value) Deprecated.Adds a new structure to thisFields
.- Parameters:
name
- The name of the structure.dataType
- The data type of the structure.value
- The value of the structure.- Returns:
- This
Fields
.
-
field
Deprecated.Adds a new structure to thisFields
.- Parameters:
name
- The name of the structure.dataType
- The data type of the structure.value
- The value of the structure.- Returns:
- This
Fields
.
-
field
@Nonnull public Fields field(@Nonnull String name, @Nullable String dataType, @Nullable Character value) Deprecated.Adds a new structure to thisFields
.- Parameters:
name
- The name of the structure.dataType
- The data type of the structure.value
- The value of the structure.- Returns:
- This
Fields
.
-
field
@Nonnull public Fields field(@Nonnull String name, @Nullable String dataType, @Nullable String value) Deprecated.Adds a new structure to thisFields
.- Parameters:
name
- The name of the structure.dataType
- The data type of the structure.value
- The value of the structure.- Returns:
- This
Fields
.
-
field
@Nonnull public Fields field(@Nonnull String name, @Nullable String dataType, @Nullable Short value) Deprecated.Adds a new structure to thisFields
.- Parameters:
name
- The name of the structure.dataType
- The data type of the structure.value
- The value of the structure.- Returns:
- This
Fields
.
-
field
@Nonnull public Fields field(@Nonnull String name, @Nullable String dataType, @Nullable Integer value) Deprecated.Adds a new structure to thisFields
.- Parameters:
name
- The name of the structure.dataType
- The data type of the structure.value
- The value of the structure.- Returns:
- This
Fields
.
-
field
Deprecated.Adds a new structure to thisFields
.- Parameters:
name
- The name of the structure.dataType
- The data type of the structure.value
- The value of the structure.- Returns:
- This
Fields
.
-
field
@Nonnull public Fields field(@Nonnull String name, @Nullable String dataType, @Nullable Float value) Deprecated.Adds a new structure to thisFields
.- Parameters:
name
- The name of the structure.dataType
- The data type of the structure.value
- The value of the structure.- Returns:
- This
Fields
.
-
field
@Nonnull public Fields field(@Nonnull String name, @Nullable String dataType, @Nullable Double value) Deprecated.Adds a new structure to thisFields
.- Parameters:
name
- The name of the structure.dataType
- The data type of the structure.value
- The value of the structure.- Returns:
- This
Fields
.
-
field
@Nonnull public Fields field(@Nonnull String name, @Nullable String dataType, @Nullable BigInteger value) Deprecated.Adds a new structure to thisFields
.- Parameters:
name
- The name of the structure.dataType
- The data type of the structure.value
- The value of the structure.- Returns:
- This
Fields
.
-
field
@Nonnull public Fields field(@Nonnull String name, @Nullable String dataType, @Nullable BigDecimal value) Deprecated.Adds a new structure to thisFields
.- Parameters:
name
- The name of the structure.dataType
- The data type of the structure.value
- The value of the structure.- Returns:
- This
Fields
.
-
field
Deprecated.Adds a new structure to thisFields
.- Parameters:
name
- The name of the structure.dataType
- The data type of the structure.value
- The value of the structure.- Returns:
- This
Fields
.
-
field
@Nonnull public Fields field(@Nonnull String name, @Nullable String dataType, @Nullable LocalDate value) Deprecated.Adds a new structure to thisFields
.- Parameters:
name
- The name of the structure.dataType
- The data type of the structure.value
- The value of the structure.- Returns:
- This
Fields
.
-
field
@Nonnull public Fields field(@Nonnull String name, @Nullable String dataType, @Nullable Locale value) Deprecated.Adds a new structure to thisFields
.- Parameters:
name
- The name of the structure.dataType
- The data type of the structure.value
- The value of the structure.- Returns:
- This
Fields
.
-
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-