CreateMediaRequest class final

Inheritance

Constructors

CreateMediaRequest({required String mediaFilePath, String? altText, String? caption, String? description, String? mediaStatus, int? post, String? title, int? authorId, Status? commentStatus, Status? pingStatus, CancelToken? cancelToken, IAuthorization? authorization, WordpressEvents? events, Duration receiveTimeout = const Duration(seconds: 30), bool requireAuth = true, Duration sendTimeout = const Duration(seconds: 30), ValidatorCallback? validator, Map<String, dynamic>? extra, Map<String, String>? headers, Map<String, dynamic>? queryParameters})

Properties

altText String?
getter/setter pair
authorId int?
getter/setter pair
authorization IAuthorization?
The authorization to use for the request.
finalinherited
cancelToken → CancelToken?
The cancel token to cancel the request.
finalinherited
caption String?
getter/setter pair
commentStatus Status?
getter/setter pair
description String?
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
mediaFilePath String
getter/setter pair
mediaStatus String?
getter/setter pair
pingStatus Status?
getter/setter pair
post 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
title String?
getter/setter pair
validator ValidatorCallback?
The validator to validate the response.
finalinherited

Methods

build(Uri baseUrl) Future<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