Class BulkEditShareableEntityRequest
java.lang.Object
io.github.primelib.jira4j.restv2.model.BulkEditShareableEntityRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class BulkEditShareableEntityRequest
extends Object
BulkEditShareableEntityRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumAllowed action for bulk edit shareable entitystatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionAllowed action for bulk edit shareable entityprotected BulkChangeOwnerDetailsThe id list of shareable entities to be changed.protected BooleanWhether the actions are executed by users with Administer Jira global permission.protected PermissionDetails -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBulkEditShareableEntityRequest(BulkEditShareableEntityRequest.ActionEnum action, BulkChangeOwnerDetails changeOwnerDetails, Set<Long> entityIds, Boolean extendAdminPermissions, PermissionDetails permissionDetails) Constructs a validated instance ofBulkEditShareableEntityRequest.Constructs a validated instance ofBulkEditShareableEntityRequest. -
Method Summary
Modifier and TypeMethodDescriptionaction()Allowed action for bulk edit shareable entityAllowed action for bulk edit shareable entitybuilder()protected booleanchangeOwnerDetails(BulkChangeOwnerDetails changeOwnerDetails) The id list of shareable entities to be changed.The id list of shareable entities to be changed.booleanWhether 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.inthashCode()permissionDetails(PermissionDetails permissionDetails) toString()
-
Field Details
-
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
-
-
Constructor Details
-
BulkEditShareableEntityRequest
Constructs a validated instance ofBulkEditShareableEntityRequest.- Parameters:
spec- the specification to process
-
BulkEditShareableEntityRequest
protected BulkEditShareableEntityRequest()
-
-
Method Details
-
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
- Returns:
this.
-
entityIds
The id list of shareable entities to be changed.- Returns:
this.
-
extendAdminPermissions
Whether the actions are executed by users with Administer Jira global permission.- Returns:
this.
-
permissionDetails
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-