FrontEndMigrationApi class
Constructors
- FrontEndMigrationApi([ApiClient? apiClient])
Properties
Methods
-
createFrontEndMigration(
FrontEndMigrationDto frontEndMigrationDto) → Future< FrontEndMigrationDto?> - Creates a front end migration
-
createFrontEndMigrationWithHttpInfo(
FrontEndMigrationDto frontEndMigrationDto) → Future< Response> - Creates a front end migration
-
deleteFrontEndMigration(
String frontEndMigrationId) → Future< DocIdentifier?> - Deletes a front end migration
-
deleteFrontEndMigrationWithHttpInfo(
String frontEndMigrationId) → Future< Response> - Deletes a front end migration
-
getFrontEndMigration(
String frontEndMigrationId) → Future< FrontEndMigrationDto?> - Gets a front end migration
-
getFrontEndMigrationByName(
String frontEndMigrationName) → Future< List< FrontEndMigrationDto> ?> - Gets an front end migration
-
getFrontEndMigrationByNameWithHttpInfo(
String frontEndMigrationName) → Future< Response> - Gets an front end migration
-
getFrontEndMigrations(
) → Future< List< FrontEndMigrationDto> ?> - Gets a front end migration
-
getFrontEndMigrationsWithHttpInfo(
) → Future< Response> - Gets a front end migration
-
getFrontEndMigrationWithHttpInfo(
String frontEndMigrationId) → Future< Response> - Gets a front end migration
-
modifyFrontEndMigration(
FrontEndMigrationDto frontEndMigrationDto) → Future< FrontEndMigrationDto?> - Modifies a front end migration
-
modifyFrontEndMigrationWithHttpInfo(
FrontEndMigrationDto frontEndMigrationDto) → Future< Response> - Modifies a front end migration
-
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