Newer Version Available
ApexMap Class
Create, clone, and convert string based key-value pairs to a JSON string
format.
Namespace
ApexMap Properties
These are the properties for ApexMap.
key
Represents key of the key-value pair. This property is used to store the unique ID or
name of the data.
Signature
public String key {get; set;}
1embeddedai.ApexMap, keyProperty Value
Type: String
value
Represents value of the key-value pair. This property is used to store the data
associated with the key.
Signature
public String value {get; set;}
1embeddedai.ApexMap, valueProperty Value
Type: String
ApexMap Methods
Create a copy of the ApexMap object and convert key-value pairs to string
format.
These are the methods for ApexMap.
toString()
Returns a string representation of the ApexMap
object.
Signature
public String toString()
1embeddedai.ApexMap, toString, [], StringReturn Value
Type: String