UIModificationsAppsApi class
Jira Cloud platform REST API documentation
Constructors
- UIModificationsAppsApi(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
- 
  createUiModification({required CreateUiModificationDetails body}) → Future< UiModificationIdentifiers> 
- Creates a UI modification. UI modification can only be created by Forge apps.
- 
  deleteUiModification(String uiModificationId) → Future 
- Deletes a UI modification. All the contexts that belong to the UI modification are deleted too. UI modification can only be deleted by Forge apps.
- 
  getUiModifications({int? startAt, int? maxResults, String? expand}) → Future< PageBeanUiModificationDetails> 
- Gets UI modifications. UI modifications can only be retrieved by Forge apps.
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  updateUiModification({required String uiModificationId, required UpdateUiModificationDetails body}) → Future 
- Updates a UI modification. UI modification can only be updated by Forge apps.
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited