Class GetAvatarsOperationSpec

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

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

Specification for the GetAvatars operation.

Get avatars

  • Field Details

    • VALIDATION_ENABLED

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

    • GetAvatarsOperationSpec

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

      @Internal public GetAvatarsOperationSpec(String type, String entityId)
      Constructs a validated instance of GetAvatarsOperationSpec.

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

      Parameters:
      type - The avatar type.
      entityId - The ID of the item the avatar is associated with.
    • GetAvatarsOperationSpec

      protected GetAvatarsOperationSpec()
  • Method Details