Klasse BulkEditShareableEntityRequest
java.lang.Object
io.github.primelib.jira4j.restv3.model.BulkEditShareableEntityRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class BulkEditShareableEntityRequest
extends Object
BulkEditShareableEntityRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enum
Allowed action for bulk edit shareable entitystatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungAllowed action for bulk edit shareable entityprotected BulkChangeOwnerDetails
The id list of shareable entities to be changed.protected Boolean
Whether the actions are executed by users with Administer Jira global permission.protected PermissionDetails
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
BulkEditShareableEntityRequest
(BulkEditShareableEntityRequest.ActionEnum action, BulkChangeOwnerDetails changeOwnerDetails, Set<Long> entityIds, Boolean extendAdminPermissions, PermissionDetails permissionDetails) Constructs a validated instance ofBulkEditShareableEntityRequest
.Constructs a validated instance ofBulkEditShareableEntityRequest
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaction()
Allowed action for bulk edit shareable entityAllowed action for bulk edit shareable entitybuilder()
protected boolean
changeOwnerDetails
(BulkChangeOwnerDetails changeOwnerDetails) The id list of shareable entities to be changed.The id list of shareable entities to be changed.boolean
Whether the actions are executed by users with Administer Jira global permission.extendAdminPermissions
(Boolean extendAdminPermissions) Whether the actions are executed by users with Administer Jira global permission.int
hashCode()
permissionDetails
(PermissionDetails permissionDetails) toString()
-
Felddetails
-
action
Allowed action for bulk edit shareable entity -
changeOwnerDetails
-
entityIds
The id list of shareable entities to be changed. -
extendAdminPermissions
Whether the actions are executed by users with Administer Jira global permission. -
permissionDetails
-
-
Konstruktordetails
-
BulkEditShareableEntityRequest
Constructs a validated instance ofBulkEditShareableEntityRequest
.- Parameter:
spec
- the specification to process
-
BulkEditShareableEntityRequest
protected BulkEditShareableEntityRequest()
-
-
Methodendetails
-
builder
-
action
Allowed action for bulk edit shareable entity -
changeOwnerDetails
-
entityIds
The id list of shareable entities to be changed. -
extendAdminPermissions
Whether the actions are executed by users with Administer Jira global permission. -
permissionDetails
-
changeOwnerDetails
- Gibt zurück:
this
.
-
entityIds
The id list of shareable entities to be changed.- Gibt zurück:
this
.
-
extendAdminPermissions
Whether the actions are executed by users with Administer Jira global permission.- Gibt zurück:
this
.
-
permissionDetails
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-