connectapi.BaseEndpointExtension
Override to manipulate the incoming payload for the GET verb.
Param | Description |
---|
EndpointExtensionRequest | object contains a map of String to Object, which contains all data passed to the service. |
Type | Description |
---|
ConnectApi | the EndpointExtensionRequest which may have been modified. |
Override to manipulate the outgoing payload for the GET verb.
Param | Description |
---|
EndpointExtensionRequest | object contains a map of String to Object, which contains all data passed to the service. |
EndpointExtensionResponse | object contains all data being passed out of the service. |
Type | Description |
---|
ConnectApi | the EndpointExtensionResponse which may have been modified. |
Override to manipulate the incoming payload for the POST verb.
Param | Description |
---|
EndpointExtensionRequest | object contains a map of String to Object, which contains all data passed to the service. |
Type | Description |
---|
ConnectApi | the EndpointExtensionRequest which may have been modified. |
Override to manipulate the outgoing payload for the POST verb.
Param | Description |
---|
EndpointExtensionRequest | object contains a map of String to Object, which contains all data passed to the service. |
EndpointExtensionResponse | object contains all data being passed out of the service. |
Type | Description |
---|
ConnectApi | the EndpointExtensionResponse which may have been modified. |
Override to manipulate the incoming payload for the PATCH verb.
Param | Description |
---|
EndpointExtensionRequest | object contains a map of String to Object, which contains all data passed to the service. |
Type | Description |
---|
ConnectApi | the EndpointExtensionRequest which may have been modified. |
Override to manipulate the outgoing payload for the PATCH verb.
Param | Description |
---|
EndpointExtensionRequest | object contains a map of String to Object, which contains all data passed to the service. |
EndpointExtensionResponse | object contains all data being passed out of the service. |
Type | Description |
---|
ConnectApi | the EndpointExtensionResponse which may have been modified. |
Override to manipulate the incoming payload for the PUT verb.
Param | Description |
---|
EndpointExtensionRequest | object contains a map of String to Object, which contains all data passed to the service. |
Type | Description |
---|
ConnectApi | the EndpointExtensionRequest which may have been modified. |
Override to manipulate the outgoing payload for the PUT verb.
Param | Description |
---|
EndpointExtensionRequest | object contains a map of String to Object, which contains all data passed to the service. |
EndpointExtensionResponse | object contains all data being passed out of the service. |
Type | Description |
---|
ConnectApi | the EndpointExtensionResponse which may have been modified. |
Override to manipulate the incoming payload for the DELETE verb.
Param | Description |
---|
EndpointExtensionRequest | object contains a map of String to Object, which contains all data passed to the service. |
Type | Description |
---|
ConnectApi | the EndpointExtensionRequest which may have been modified. |
Override to manipulate the outgoing payload for the DELETE verb.
Param | Description |
---|
EndpointExtensionRequest | object contains a map of String to Object, which contains all data passed to the service. |
EndpointExtensionResponse | object contains all data being passed out of the service. |
Type | Description |
---|
ConnectApi | the EndpointExtensionResponse which may have been modified. |