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
  • Felddetails

    • issues

      protected Set<Long> issues
      IDs of the issues the user has the permission for.
    • permission

      protected String permission
      A project permission,
    • projects

      protected Set<Long> projects
      IDs of the projects the user has the permission for.
  • Konstruktordetails

    • BulkProjectPermissionGrants

      public BulkProjectPermissionGrants(Consumer<BulkProjectPermissionGrants> spec)
      Constructs a validated instance of BulkProjectPermissionGrants.
      Parameter:
      spec - the specification to process
    • BulkProjectPermissionGrants

      @Internal public BulkProjectPermissionGrants(Set<Long> issues, String permission, Set<Long> projects)
      Constructs a validated instance of BulkProjectPermissionGrants.

      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