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.

Developer Preview

This release is in preview. Features described in this document don't become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can't guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!