ApplicationsApi class
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
-
createApplication({CreateApplicationRequest? createApplicationRequest, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<CreateApplicationResponse>>
-
Create Application
Create an application.
-
deleteApplication({required String applicationId, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<SuccessResponse>>
-
Delete Application
Delete application.
-
getApplication({required String applicationId, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<GetApplicationResponse>>
-
Get Application
Gets an application given the application's id.
-
getApplications({String? sort, int? pageSize, String? nextToken, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<GetApplicationsResponse>>
-
List Applications
Get a list of applications.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateApplication({required String applicationId, UpdateApplicationRequest? updateApplicationRequest, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<void>>
-
Update Application
Update an application.