Class GetAvatarImageByOwnerOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetAvatarImageByOwnerOperationSpec

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

Specification for the GetAvatarImageByOwner operation.

Get avatar image by owner

  • Field Details

    • VALIDATION_ENABLED

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

    • GetAvatarImageByOwnerOperationSpec

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

      @Internal public GetAvatarImageByOwnerOperationSpec(String type, String entityId, String size, String format)
      Constructs a validated instance of GetAvatarImageByOwnerOperationSpec.

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

      Parameters:
      type - The icon type of the avatar.
      entityId - The ID of the project or issue type the avatar belongs to.
      size - The size of the avatar image. If not provided the default size is returned.
      format - The format to return the avatar image in. If not provided the original content format is returned.
    • GetAvatarImageByOwnerOperationSpec

      protected GetAvatarImageByOwnerOperationSpec()
  • Method Details