FunctionEndpointImpl
open class FunctionEndpointImpl<TEntity, TResult>(referrer: Endpoint, relativeUri: URI, entityType: Class<TEntity>, resultType: Class<TResult>) : AbstractRpcEndpoint, FunctionEndpoint<TEntity, TResult>
RPC endpoint that takes TEntity as input and returns TResult as output when invoked.
Parameters
referrer
The endpoint used to navigate to this one.
relativeUri
The URI of this endpoint relative to the referrer's. Add a ./ prefix here to imply a trailing slash on referrer's URI.
entityType
The type of entity the endpoint takes as input.
resultType
The type of entity the endpoint returns as output.
TEntity
The type of entity the endpoint takes as input.
TResult
The type of entity the endpoint returns as output.
Constructors
Properties
Functions
Link copied to clipboard
Deserializes an entity using the first serializer that supports the body's content type.
Link copied to clipboard
Link copied to clipboard
Retrieves a link template with a specific relation type.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Registers one or more default links for a specific relation type.
Link copied to clipboard
Registers a default link template for a specific relation type.