$ConfigapiClient class

Constructors

$ConfigapiClient($Client _rootClient)
Creates a new DynamiteClient for configapi requests.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$$show_Request({required String configID, ConfigapiShowShowPassword? showPassword, bool? oCSAPIRequest}) → Request
Get a configuration.
$$show_Serializer() → DynamiteSerializer<ConfigapiShowResponseApplicationJson, void>
Builds a serializer to parse the response of $$show_Request.
$create_Request({bool? oCSAPIRequest}) → Request
Create a new (empty) configuration and return the resulting prefix.
$create_Serializer() → DynamiteSerializer<ConfigapiCreateResponseApplicationJson, void>
Builds a serializer to parse the response of $create_Request.
$delete_Request({required String configID, bool? oCSAPIRequest}) → Request
Delete a LDAP configuration.
$delete_Serializer() → DynamiteSerializer<ConfigapiDeleteResponseApplicationJson, void>
Builds a serializer to parse the response of $delete_Request.
$modify_Request({required ContentString<BuiltMap<String, JsonObject>> configData, required String configID, bool? oCSAPIRequest}) → Request
Modify a configuration.
$modify_Serializer() → DynamiteSerializer<ConfigapiModifyResponseApplicationJson, void>
Builds a serializer to parse the response of $modify_Request.
$show({required String configID, ConfigapiShowShowPassword? showPassword, bool? oCSAPIRequest}) Future<DynamiteResponse<ConfigapiShowResponseApplicationJson, void>>
Get a configuration.
create({bool? oCSAPIRequest}) Future<DynamiteResponse<ConfigapiCreateResponseApplicationJson, void>>
Create a new (empty) configuration and return the resulting prefix.
delete({required String configID, bool? oCSAPIRequest}) Future<DynamiteResponse<ConfigapiDeleteResponseApplicationJson, void>>
Delete a LDAP configuration.
modify({required ContentString<BuiltMap<String, JsonObject>> configData, required String configID, bool? oCSAPIRequest}) Future<DynamiteResponse<ConfigapiModifyResponseApplicationJson, void>>
Modify a configuration.
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