Klasse GetAvatarsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.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 Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetAvatarsOperationSpec(String type, String entityId) Constructs a validated instance ofGetAvatarsOperationSpec.Constructs a validated instance ofGetAvatarsOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected boolean@NotNull StringentityId()The ID of the item the avatar is associated with.The ID of the item the avatar is associated with.booleaninthashCode()toString()@NotNull Stringtype()The avatar type.The avatar type.voidvalidate()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
-