connectapi.EndpointExtensionRequest

Constructors 

global EndpointExtensionRequest(Map<String,Object> params, core apexRepresentationHelper) 

A wrapper for the request payload. If additional values are required to be manipulated this can be achieved without breaking compatability.

Parameters 

ParamDescription
themap of parameters passed into the endpoint.

Methods 

global getParam(String name) 

Parameters 

ParamDescription
name- a specific parameter that was passed to endpoint.

Returns 

TypeDescription
Objectthe value associated with the parameter name.

global setParam(String name, Object value) 

Parameters 

ParamDescription
name- a specific parameter to be added or updated.
value- to be associated with the parameter name.

global getKeys() 

Returns 

TypeDescription
Setall available parameter names.