Klasse 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
-
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
GetAvatarsOperationSpec
(String type, String entityId) Constructs a validated instance ofGetAvatarsOperationSpec
.Constructs a validated instance ofGetAvatarsOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
@NotNull String
entityId()
The ID of the item the avatar is associated with.The ID of the item the avatar is associated with.boolean
int
hashCode()
toString()
@NotNull String
type()
The avatar type.The avatar type.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
-
GetAvatarsOperationSpec
Constructs a validated instance ofGetAvatarsOperationSpec
.- Parameter:
spec
- the specification to process
-
GetAvatarsOperationSpec
Constructs a validated instance ofGetAvatarsOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
type
- The avatar type.entityId
- The ID of the item the avatar is associated with.
-
GetAvatarsOperationSpec
protected GetAvatarsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
type
The avatar type. -
entityId
The ID of the item the avatar is associated with. -
type
The avatar type.- Gibt zurück:
this
.
-
entityId
The ID of the item the avatar is associated with.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-