Klasse UpdateProjectAvatarOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.UpdateProjectAvatarOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateProjectAvatarOperationSpec
extends Object
UpdateProjectAvatarSpec
Specification for the UpdateProjectAvatar operation.
Set project avatar
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateProjectAvatarOperationSpec(String projectIdOrKey, Avatar avatar) Constructs a validated instance ofUpdateProjectAvatarOperationSpec.Constructs a validated instance ofUpdateProjectAvatarOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull Avataravatar()builder()protected booleanbooleaninthashCode()@NotNull StringThe ID or (case-sensitive) key of the project.projectIdOrKey(@NotNull String projectIdOrKey) The ID or (case-sensitive) key of the project.toString()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
-
UpdateProjectAvatarOperationSpec
Constructs a validated instance ofUpdateProjectAvatarOperationSpec.- Parameter:
spec- the specification to process
-
UpdateProjectAvatarOperationSpec
Constructs a validated instance ofUpdateProjectAvatarOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
projectIdOrKey- The ID or (case-sensitive) key of the project.avatar-
-
UpdateProjectAvatarOperationSpec
protected UpdateProjectAvatarOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
projectIdOrKey
The ID or (case-sensitive) key of the project. -
avatar
-
projectIdOrKey
The ID or (case-sensitive) key of the project.- Gibt zurück:
this.
-
avatar
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-