SoStorageClient class
- Inheritance
-
- Object
- SoClient
- SoFoundationClient
- SoStorageClient
Constructors
- SoStorageClient(SoSessionManager sessionManager)
Properties
- baseUrl ↔ String
-
getter/setter pairinherited
- clientId → String?
-
no setterinherited
- clientSecret → String?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- host ↔ String
-
getter/setter pairinherited
- path ↔ String
-
getter/setter pairinherited
- port ↔ int
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheme ↔ String
-
getter/setter pairinherited
- sessionManager ↔ SoSessionManager
-
getter/setter pairinherited
Methods
-
checkAndGetBody(
Response response) → Map< String, dynamic> ? -
inherited
-
delete(
String path, {Map< String, dynamic> ? parameters, Dto? body, bool? exemptClient, bool? requireAuthorization}) → Future<Map< String, dynamic> ?> -
inherited
-
deleteFile(
int? fileId) → Future< void> -
deleteRegistrationFile(
String? clientId, String? passCode) → Future< void> -
get(
String path, {Map< String, dynamic> ? parameters, bool? exemptClient, bool? requireAuthorization}) → Future<Map< String, dynamic> ?> -
inherited
-
getFileAccess(
int? fileId, int? seconds) → Future< FileAccessDto?> -
getFileAccessInfo(
String? clientId, String? passCode) → Future< FileInfoDto?> -
getFileInfo(
int? fileId) → Future< FileInfoDto?> -
getRegistrationFileAccess(
int? fileId, int? relation, int? seconds) → Future< RegistrationFileAccessDto?> -
getRegistrationFileInfo(
String? clientId, String? passCode) → Future< RegistrationFileInfoDto?> -
headers(
{String? contentType, bool? exemptClient, bool? requireAuthorization}) → Map< String, String> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onResponse(
Response response) → bool -
inherited
-
patch(
String path, {Map< String, dynamic> ? parameters, Dto? body, bool? exemptClient, bool? requireAuthorization}) → Future<Map< String, dynamic> ?> -
inherited
-
persistenceRegistrationFile(
String? passCode, bool? publish) → Future< FileInfoDto?> -
post(
String path, {Map< String, dynamic> ? parameters, Dto? body, bool? exemptClient, bool? requireAuthorization}) → Future<Map< String, dynamic> ?> -
inherited
-
put(
String path, {Map< String, dynamic> ? parameters, Dto? body, bool? exemptClient, bool? requireAuthorization}) → Future<Map< String, dynamic> ?> -
inherited
-
registerFile(
MultipartFile? file, int? relation, bool? publish) → Future< FileInfoDto?> -
registerRegistrationFile(
String? clientId, String? passCode, MultipartFile? file) → Future< RegistrationFileInfoDto?> -
toString(
) → String -
A string representation of this object.
inherited
-
updateRegistrationFile(
String? clientId, String? passCode, MultipartFile? file) → Future< RegistrationFileInfoDto?> -
uri(
String path, {Map< String, dynamic> ? parameters}) → Uri -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited