Class ResolutionId
java.lang.Object
io.github.primelib.jira4j.restv3.model.ResolutionId
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ResolutionId
extends Object
ResolutionId
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedResolutionId(String id) Constructs a validated instance ofResolutionId.ResolutionId(Consumer<ResolutionId> spec) Constructs a validated instance ofResolutionId. -
Method Summary
-
Field Details
-
id
The ID of the issue resolution.
-
-
Constructor Details
-
ResolutionId
Constructs a validated instance ofResolutionId.- Parameters:
spec- the specification to process
-
ResolutionId
Constructs a validated instance ofResolutionId.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ResolutionId(Consumer)instead.- Parameters:
id- The ID of the issue resolution.
-
ResolutionId
protected ResolutionId()
-
-
Method Details