RetrieveMediaRequest class final

Inheritance

Constructors

RetrieveMediaRequest({required int id, RequestContext? context = RequestContext.view, CancelToken? cancelToken, IAuthorization? authorization, WordpressEvents? events, Duration receiveTimeout = const Duration(seconds: 30), bool requireAuth = false, Duration sendTimeout = const Duration(seconds: 30), ValidatorCallback? validator, Map<String, dynamic>? extra, Map<String, String>? headers, Map<String, dynamic>? queryParameters})

Properties

authorization IAuthorization?
The authorization to use for the request.
finalinherited
cancelToken → CancelToken?
The cancel token to cancel the request.
finalinherited
context RequestContext?
getter/setter pair
events WordpressEvents?
The events to listen to.
finalinherited
extra Map<String, dynamic>?
Allows you to pass custom key value pairs with the requests.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>?
The extra headers to send with the request.
finalinherited
id int
getter/setter pair
queryParameters Map<String, dynamic>?
The query parameters to send with the request.
finalinherited
receiveTimeout Duration
The timeout duration for receiving the response.
finalinherited
requireAuth bool
Whether the request requires authentication.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendTimeout Duration
The timeout duration for sending the request.
finalinherited
validator ValidatorCallback?
The validator to validate the response.
finalinherited

Methods

build(Uri baseUrl) WordpressRequest
Builds the request content.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String key) String
inherited