DynamicModulesApi class
Jira Cloud platform REST API documentation
Constructors
- DynamicModulesApi(ApiClient _client)
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
-
getModules(
) → Future< ConnectModules> - Returns all modules registered dynamically by the calling app.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerModules(
{required ConnectModules body}) → Future< void> - Registers a list of modules.
-
removeModules(
{List< String> ? moduleKey}) → Future<void> - Remove all or a list of modules registered by the calling app.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited