Class SimpleUsage
java.lang.Object
io.github.primelib.jira4j.restv3.model.SimpleUsage
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SimpleUsage
extends Object
SimpleUsage
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionThe issue type IDs for the usage.protected String
The project ID for the usage. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SimpleUsage
(Consumer<SimpleUsage> spec) Constructs a validated instance ofSimpleUsage
.SimpleUsage
(List<String> issueTypeIds, String projectId) Constructs a validated instance ofSimpleUsage
. -
Method Summary
-
Field Details
-
issueTypeIds
The issue type IDs for the usage. -
projectId
The project ID for the usage.
-
-
Constructor Details
-
SimpleUsage
Constructs a validated instance ofSimpleUsage
.- Parameters:
spec
- the specification to process
-
SimpleUsage
Constructs a validated instance ofSimpleUsage
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SimpleUsage(Consumer)
instead.- Parameters:
issueTypeIds
- The issue type IDs for the usage.projectId
- The project ID for the usage.
-
SimpleUsage
protected SimpleUsage()
-
-
Method Details
-
builder
-
issueTypeIds
The issue type IDs for the usage. -
projectId
The project ID for the usage. -
issueTypeIds
The issue type IDs for the usage.- Returns:
this
.
-
projectId
The project ID for the usage.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-