Klasse GetAvatarImageByOwnerOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv3.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

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetAvatarImageByOwnerOperationSpec

      @Internal public GetAvatarImageByOwnerOperationSpec(Consumer<GetAvatarImageByOwnerOperationSpec> spec)
      Constructs a validated instance of GetAvatarImageByOwnerOperationSpec.
      Parameter:
      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.

      Parameter:
      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()
  • Methodendetails

    • validate

      public void validate()
      Validates the Spec, will throw a exception if required parameters are missing
      Löst aus:
      NullPointerException
    • builder

    • type

      @NotNull public @NotNull String type()
      The icon type of the avatar.
    • entityId

      @NotNull public @NotNull String entityId()
      The ID of the project or issue type the avatar belongs to.
    • size

      @Nullable public @Nullable String size()
      The size of the avatar image. If not provided the default size is returned.
    • format

      @Nullable public @Nullable String format()
      The format to return the avatar image in. If not provided the original content format is returned.
    • type

      public GetAvatarImageByOwnerOperationSpec type(@NotNull @NotNull String type)
      The icon type of the avatar.
      Gibt zurück:
      this.
    • entityId

      public GetAvatarImageByOwnerOperationSpec entityId(@NotNull @NotNull String entityId)
      The ID of the project or issue type the avatar belongs to.
      Gibt zurück:
      this.
    • size

      public GetAvatarImageByOwnerOperationSpec size(@Nullable @Nullable String size)
      The size of the avatar image. If not provided the default size is returned.
      Gibt zurück:
      this.
    • format

      public GetAvatarImageByOwnerOperationSpec format(@Nullable @Nullable String format)
      The format to return the avatar image in. If not provided the original content format is returned.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object