Klasse LicensedApplication
java.lang.Object
io.github.primelib.jira4j.restv3.model.LicensedApplication
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class LicensedApplication
extends Object
LicensedApplication
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The licensing plan. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The ID of the application.protected LicensedApplication.PlanEnum
The licensing plan. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofLicensedApplication
.Constructs a validated instance ofLicensedApplication
. -
Methodenübersicht
-
Felddetails
-
id
The ID of the application. -
plan
The licensing plan.
-
-
Konstruktordetails
-
LicensedApplication
Constructs a validated instance ofLicensedApplication
.- Parameter:
spec
- the specification to process
-
LicensedApplication
Constructs a validated instance ofLicensedApplication
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
LicensedApplication(Consumer)
instead.- Parameter:
id
- The ID of the application.plan
- The licensing plan.
-
LicensedApplication
protected LicensedApplication()
-
-
Methodendetails
-
builder
-
id
The ID of the application. -
plan
The licensing plan. -
id
The ID of the application.- Gibt zurück:
this
.
-
plan
The licensing plan.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-