Class AvailableDashboardGadget
java.lang.Object
io.github.primelib.jira4j.restv3.model.AvailableDashboardGadget
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AvailableDashboardGadget
extends Object
AvailableDashboardGadget
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAvailableDashboardGadget(String moduleKey, String title, String uri) Constructs a validated instance ofAvailableDashboardGadget.Constructs a validated instance ofAvailableDashboardGadget. -
Method Summary
-
Field Details
-
moduleKey
The module key of the gadget type. -
title
The title of the gadget. -
uri
The URI of the gadget type.
-
-
Constructor Details
-
AvailableDashboardGadget
Constructs a validated instance ofAvailableDashboardGadget.- Parameters:
spec- the specification to process
-
AvailableDashboardGadget
Constructs a validated instance ofAvailableDashboardGadget.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AvailableDashboardGadget(Consumer)instead.- Parameters:
moduleKey- The module key of the gadget type.title- The title of the gadget.uri- The URI of the gadget type.
-
AvailableDashboardGadget
protected AvailableDashboardGadget()
-
-
Method Details
-
builder
-
moduleKey
The module key of the gadget type. -
title
The title of the gadget. -
uri
The URI of the gadget type. -
moduleKey
The module key of the gadget type.- Returns:
this.
-
title
The title of the gadget.- Returns:
this.
-
uri
The URI of the gadget type.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-