ScreenTabFieldsApi class
Jira Cloud platform REST API documentation
Constructors
- ScreenTabFieldsApi(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
-
addScreenTabField(
{required int screenId, required int tabId, required AddFieldBean body}) → Future< ScreenableField> - Adds a field to a screen tab.
-
getAllScreenTabFields(
{required int screenId, required int tabId, String? projectKey}) → Future< List< ScreenableField> > - Returns all fields for a screen tab.
-
moveScreenTabField(
{required int screenId, required int tabId, required String id, required MoveFieldBean body}) → Future - Moves a screen tab field.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeScreenTabField(
{required int screenId, required int tabId, required String id}) → Future< void> - Removes a field from a screen tab.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited