SoApplicationClient class
Methods
-
checkAndGetBody(Response response)
→ Map<String, dynamic>?
-
inherited
-
createApplication(ApplicationCreateDto? applicationCreateDto)
→ Future<ApplicationCreateResultDto?>
-
-
delete(String path, {Map<String, dynamic>? parameters, Dto? body, bool? exemptClient, bool? requireAuthorization})
→ Future<Map<String, dynamic>?>
-
inherited
-
get(String path, {Map<String, dynamic>? parameters, bool? exemptClient, bool? requireAuthorization})
→ Future<Map<String, dynamic>?>
-
inherited
-
getApplication()
→ Future<ApplicationSummaryDto?>
-
-
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
-
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
-
removeApplication(ApplicationRemoveDto? applicationRemoveDto)
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
uri(String path, {Map<String, dynamic>? parameters})
→ Uri
-
inherited