Class GetAllProjectAvatarsOperationSpec

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

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

Specification for the GetAllProjectAvatars operation.

Get all project avatars

  • Field Details

    • VALIDATION_ENABLED

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

    • GetAllProjectAvatarsOperationSpec

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

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

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

      Parameters:
      projectIdOrKey - The ID or (case-sensitive) key of the project.
    • GetAllProjectAvatarsOperationSpec

      protected GetAllProjectAvatarsOperationSpec()
  • Method Details