Class License
java.lang.Object
io.github.primelib.jira4j.restv3.model.License
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class License
extends Object
License
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<LicensedApplication>
The applications under this license. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe applications under this license.applications
(List<LicensedApplication> applications) The applications under this license.static License.LicenseBuilder
builder()
protected boolean
boolean
int
hashCode()
toString()
-
Field Details
-
applications
The applications under this license.
-
-
Constructor Details
-
License
Constructs a validated instance ofLicense
.- Parameters:
spec
- the specification to process
-
License
Constructs a validated instance ofLicense
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
License(Consumer)
instead.- Parameters:
applications
- The applications under this license.
-
License
protected License()
-
-
Method Details