BulkEditShareableEntityRequest class
Details of a request to bulk edit shareable entity.
Constructors
-
factory
Properties
- action → BulkEditShareableEntityRequestAction
-
Allowed action for bulk edit shareable entity
final
- changeOwnerDetails → BulkChangeOwnerDetails?
-
The details of change owner action.
final
-
entityIds
→ List<
int> -
The id list of shareable entities to be changed.
final
- extendAdminPermissions → bool
-
Whether the actions are executed by users with Administer Jira global
permission.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- permissionDetails → PermissionDetails?
-
The permission details to be changed.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{BulkEditShareableEntityRequestAction? action, BulkChangeOwnerDetails? changeOwnerDetails, List< int> ? entityIds, bool? extendAdminPermissions, PermissionDetails? permissionDetails}) → BulkEditShareableEntityRequest -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited