Klasse BulkProjectPermissionGrants
java.lang.Object
io.github.primelib.jira4j.restv2.model.BulkProjectPermissionGrants
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class BulkProjectPermissionGrants
extends Object
BulkProjectPermissionGrants
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofBulkProjectPermissionGrants.Constructs a validated instance ofBulkProjectPermissionGrants. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()issues()IDs of the issues the user has the permission for.IDs of the issues the user has the permission for.A project permission,permission(String permission) A project permission,projects()IDs of the projects the user has the permission for.IDs of the projects the user has the permission for.toString()
-
Felddetails
-
issues
IDs of the issues the user has the permission for. -
permission
A project permission, -
projects
IDs of the projects the user has the permission for.
-
-
Konstruktordetails
-
BulkProjectPermissionGrants
Constructs a validated instance ofBulkProjectPermissionGrants.- Parameter:
spec- the specification to process
-
BulkProjectPermissionGrants
@Internal public BulkProjectPermissionGrants(Set<Long> issues, String permission, Set<Long> projects) Constructs a validated instance ofBulkProjectPermissionGrants.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
BulkProjectPermissionGrants(Consumer)instead.- Parameter:
issues- IDs of the issues the user has the permission for.permission- A project permission,projects- IDs of the projects the user has the permission for.
-
BulkProjectPermissionGrants
protected BulkProjectPermissionGrants()
-
-
Methodendetails
-
builder
-
issues
IDs of the issues the user has the permission for. -
permission
A project permission, -
projects
IDs of the projects the user has the permission for. -
issues
IDs of the issues the user has the permission for.- Gibt zurück:
this.
-
permission
A project permission,- Gibt zurück:
this.
-
projects
IDs of the projects the user has the permission for.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-