Class GetProjectRoleDetailsOperationSpec

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

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

Specification for the GetProjectRoleDetails operation.

Get project role details

  • Field Details

    • VALIDATION_ENABLED

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

    • GetProjectRoleDetailsOperationSpec

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

      @Internal public GetProjectRoleDetailsOperationSpec(String projectIdOrKey, Boolean currentMember, Boolean excludeConnectAddons)
      Constructs a validated instance of GetProjectRoleDetailsOperationSpec.

      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).
      currentMember - Whether the roles should be filtered to include only those the user is assigned to.
      excludeConnectAddons -
    • GetProjectRoleDetailsOperationSpec

      protected GetProjectRoleDetailsOperationSpec()
  • Method Details