OpenApiClientRequest class

Constructors

OpenApiClientRequest(String operation, String path, List<SecurityRequirement> securityRequirement)

Properties

body OpenApiClientRequestBody?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
operation String
final
paramCookie Map<String, List<String>>
final
paramHeader Map<String, List<String>>
final
paramPath Map<String, List<String>>
final
paramQuery Map<String, List<String>>
final
path String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityRequirement List<SecurityRequirement>
final

Methods

addCookieParameter(String name, Iterable<String>? value) → void
addHeaderParameter(String name, Iterable<String>? value) → void
addPathParameter(String name, Iterable<String> value) → void
addQueryParameter(String name, Iterable<String>? value) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveUri(Uri baseUri) Uri
setBody(OpenApiClientRequestBody body) → void
setHeader(String name, String value) → void
toString() String
A string representation of this object.
inherited

Operators

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