Klasse 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
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
GetAvatarImageByOwnerOperationSpec
(String type, String entityId, String size, String format) Constructs a validated instance ofGetAvatarImageByOwnerOperationSpec
.Constructs a validated instance ofGetAvatarImageByOwnerOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
@NotNull String
entityId()
The ID of the project or issue type the avatar belongs to.The ID of the project or issue type the avatar belongs to.boolean
@Nullable String
format()
The format to return the avatar image in.The format to return the avatar image in.int
hashCode()
@Nullable String
size()
The size of the avatar image.The size of the avatar image.toString()
@NotNull String
type()
The icon type of the avatar.The icon type of the avatar.void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetAvatarImageByOwnerOperationSpec
@Internal public GetAvatarImageByOwnerOperationSpec(Consumer<GetAvatarImageByOwnerOperationSpec> spec) Constructs a validated instance ofGetAvatarImageByOwnerOperationSpec
.- Parameter:
spec
- the specification to process
-
GetAvatarImageByOwnerOperationSpec
@Internal public GetAvatarImageByOwnerOperationSpec(String type, String entityId, String size, String format) Constructs a validated instance ofGetAvatarImageByOwnerOperationSpec
.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
public static GetAvatarImageByOwnerOperationSpec.GetAvatarImageByOwnerOperationSpecBuilder builder() -
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. -
type
The icon type of the avatar.- Gibt zurück:
this
.
-
entityId
The ID of the project or issue type the avatar belongs to.- Gibt zurück:
this
.
-
size
The size of the avatar image. If not provided the default size is returned.- Gibt zurück:
this
.
-
format
The format to return the avatar image in. If not provided the original content format is returned.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-