connectapi.BaseEndpointExtension

Override to manipulate the incoming payload for the GET verb.

ParamDescription
EndpointExtensionRequestobject contains a map of String to Object, which contains all data passed to the service.
TypeDescription
ConnectApithe EndpointExtensionRequest which may have been modified.

Override to manipulate the outgoing payload for the GET verb.

ParamDescription
EndpointExtensionRequestobject contains a map of String to Object, which contains all data passed to the service.
EndpointExtensionResponseobject contains all data being passed out of the service.
TypeDescription
ConnectApithe EndpointExtensionResponse which may have been modified.

Override to manipulate the incoming payload for the POST verb.

ParamDescription
EndpointExtensionRequestobject contains a map of String to Object, which contains all data passed to the service.
TypeDescription
ConnectApithe EndpointExtensionRequest which may have been modified.

Override to manipulate the outgoing payload for the POST verb.

ParamDescription
EndpointExtensionRequestobject contains a map of String to Object, which contains all data passed to the service.
EndpointExtensionResponseobject contains all data being passed out of the service.
TypeDescription
ConnectApithe EndpointExtensionResponse which may have been modified.

Override to manipulate the incoming payload for the PATCH verb.

ParamDescription
EndpointExtensionRequestobject contains a map of String to Object, which contains all data passed to the service.
TypeDescription
ConnectApithe EndpointExtensionRequest which may have been modified.

Override to manipulate the outgoing payload for the PATCH verb.

ParamDescription
EndpointExtensionRequestobject contains a map of String to Object, which contains all data passed to the service.
EndpointExtensionResponseobject contains all data being passed out of the service.
TypeDescription
ConnectApithe EndpointExtensionResponse which may have been modified.

Override to manipulate the incoming payload for the PUT verb.

ParamDescription
EndpointExtensionRequestobject contains a map of String to Object, which contains all data passed to the service.
TypeDescription
ConnectApithe EndpointExtensionRequest which may have been modified.

Override to manipulate the outgoing payload for the PUT verb.

ParamDescription
EndpointExtensionRequestobject contains a map of String to Object, which contains all data passed to the service.
EndpointExtensionResponseobject contains all data being passed out of the service.
TypeDescription
ConnectApithe EndpointExtensionResponse which may have been modified.

Override to manipulate the incoming payload for the DELETE verb.

ParamDescription
EndpointExtensionRequestobject contains a map of String to Object, which contains all data passed to the service.
TypeDescription
ConnectApithe EndpointExtensionRequest which may have been modified.

Override to manipulate the outgoing payload for the DELETE verb.

ParamDescription
EndpointExtensionRequestobject contains a map of String to Object, which contains all data passed to the service.
EndpointExtensionResponseobject contains all data being passed out of the service.
TypeDescription
ConnectApithe EndpointExtensionResponse which may have been modified.