FieldDetailsRepresentation Class

Stores the field names and their values associated with a record, which can later be used for various operations or data processing tasks.

Namespace

DataRetrieval

FieldDetailsRepresentation Constructors

The FieldDetailsRepresentation class includes these constructors.

FieldDetailsRepresentation(fieldName, fieldValue)

Creates an instance of the DataRetrieval.FieldDetailsRepresentation class by using the given key-value pairs to store field names and their corresponding values.

Signature

public FieldDetailsRepresentation(String fieldName, String fieldValue)

DataRetrieval.FieldDetailsRepresentation, newinstance, [String, String], DataRetrieval.FieldDetailsRepresentation

Parameters

fieldName
Type: String
Name of the field associated with a record.
fieldValue
Type: String
Value of the fieldName parameter associated with a record.

FieldDetailsRepresentation()

Creates an instance of the DataRetrieval.FieldDetailsRepresentation class.

Signature

public FieldDetailsRepresentation()

DataRetrieval.FieldDetailsRepresentation, newinstance, [], DataRetrieval.FieldDetailsRepresentation