Class Operations
java.lang.Object
io.github.primelib.jira4j.restv3.model.Operations
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Operations
extends Object
Operations
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionDetails of the link groups defining issue operations. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Operations
(Consumer<Operations> spec) Constructs a validated instance ofOperations
.Operations
(List<LinkGroup> linkGroups) Constructs a validated instance ofOperations
. -
Method Summary
Modifier and TypeMethodDescriptionstatic Operations.OperationsBuilder
builder()
protected boolean
boolean
int
hashCode()
Details of the link groups defining issue operations.linkGroups
(List<LinkGroup> linkGroups) Details of the link groups defining issue operations.toString()
-
Field Details
-
linkGroups
Details of the link groups defining issue operations.
-
-
Constructor Details
-
Operations
Constructs a validated instance ofOperations
.- Parameters:
spec
- the specification to process
-
Operations
Constructs a validated instance ofOperations
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Operations(Consumer)
instead.- Parameters:
linkGroups
- Details of the link groups defining issue operations.
-
Operations
protected Operations()
-
-
Method Details
-
builder
-
linkGroups
Details of the link groups defining issue operations. -
linkGroups
Details of the link groups defining issue operations.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-