IndexerEndpoint
Endpoint that addresses child TElementEndpoints by ID.
Type Parameters
TElementEndpoint
The type of Endpoint to provide for individual elements.
Inheritors
Properties
Link copied to clipboard
Handles errors in responses.
Link copied to clipboard
The HTTP client used to communicate with the remote resource.
Link copied to clipboard
Extracts links from responses.
Link copied to clipboard
A list of serializers used for entities received from the server, sorted from most to least preferred. Always uses first for sending to the server.
Functions
Link copied to clipboard
fun <TElementEndpoint : ElementEndpoint<*>> IndexerEndpoint<TElementEndpoint>.contains(id: String): Boolean
Determines whether the collection contains a specific element.
Link copied to clipboard
Deletes an existing element from the collection.
Link copied to clipboard
Returns an element endpoint for a specific child element.
Link copied to clipboard