UpdateOperation<T, R extends IRequest> mixin base

Represents the update 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

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
update(R request) Future<WordpressResponse<T>>
updateRaw(R request) Future<WordpressRawResponse>
Returns the raw response for the given request.

Operators

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