Class GetProjectRolesOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetProjectRolesOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class GetProjectRolesOperationSpec extends Object
GetProjectRolesSpec

Specification for the GetProjectRoles operation.

Get project roles for project

  • Field Details

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Constructor Details

    • GetProjectRolesOperationSpec

      @Internal public GetProjectRolesOperationSpec(Consumer<GetProjectRolesOperationSpec> spec)
      Constructs a validated instance of GetProjectRolesOperationSpec.
      Parameters:
      spec - the specification to process
    • GetProjectRolesOperationSpec

      @Internal public GetProjectRolesOperationSpec(String projectIdOrKey)
      Constructs a validated instance of GetProjectRolesOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameters:
      projectIdOrKey - The project ID or project key (case sensitive).
    • GetProjectRolesOperationSpec

      protected GetProjectRolesOperationSpec()
  • Method Details