Class LicensedApplication
java.lang.Object
io.github.primelib.jira4j.restv3.model.LicensedApplication
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class LicensedApplication
extends Object
LicensedApplication
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
The licensing plan. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The ID of the application.protected LicensedApplication.PlanEnum
The licensing plan. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofLicensedApplication
.Constructs a validated instance ofLicensedApplication
. -
Method Summary
-
Field Details
-
id
The ID of the application. -
plan
The licensing plan.
-
-
Constructor Details
-
LicensedApplication
Constructs a validated instance ofLicensedApplication
.- Parameters:
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.- Parameters:
id
- The ID of the application.plan
- The licensing plan.
-
LicensedApplication
protected LicensedApplication()
-
-
Method Details
-
builder
-
id
The ID of the application. -
plan
The licensing plan. -
id
The ID of the application.- Returns:
this
.
-
plan
The licensing plan.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-