ElementEndpointImpl
open class ElementEndpointImpl<TEntity>(referrer: Endpoint, relativeUri: URI, entityType: Class<TEntity>) : AbstractCachingEndpoint, ElementEndpoint<TEntity>
Endpoint for an individual resource.
Parameters
referrer
The endpoint used to navigate to this one.
relativeUri
The URI of this endpoint relative to the referrer's.
entityType
The type of entity the endpoint represents.
TEntity
The type of entity the endpoint represents.
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Shows whether the server has indicated that delete is currently allowed.
Link copied to clipboard
Shows whether the server has indicated that merge is currently allowed.
Link copied to clipboard
Shows whether the server has indicated that set is currently allowed.
Link copied to clipboard
Link copied to clipboard
A cached copy of the last response.
Link copied to clipboard
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.