DeleteOperation<R extends IRequest> mixin base

Represents the delete operation.

Superclass Constraints

Properties

baseUrl Uri
Gets the base url of the wordpress site.
no setterinherited
executor ↔ IRequestExecutor
The internal requester instance.
latefinalinherited
hashCode int
The hash code for this object.
no setterinherited
interfaceKey ↔ InterfaceKey
The interface key, this must be unique and will act as a unique identifier for this interface.
latefinalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(R request) Future<WordpressResponse<bool>>
deleteRaw(R request) Future<WordpressRawResponse>
Returns the raw response for the given request.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onInit() → void
This method is called right after internal initialization process of the interface completes.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited