Class ContainerOfWorkflowSchemeAssociations
java.lang.Object
io.github.primelib.jira4j.restv2.model.ContainerOfWorkflowSchemeAssociations
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ContainerOfWorkflowSchemeAssociations
extends Object
ContainerOfWorkflowSchemeAssociations
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<WorkflowSchemeAssociations>
A list of workflow schemes together with projects they are associated with. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofContainerOfWorkflowSchemeAssociations
.Constructs a validated instance ofContainerOfWorkflowSchemeAssociations
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
toString()
values()
A list of workflow schemes together with projects they are associated with.values
(List<WorkflowSchemeAssociations> values) A list of workflow schemes together with projects they are associated with.
-
Field Details
-
values
A list of workflow schemes together with projects they are associated with.
-
-
Constructor Details
-
ContainerOfWorkflowSchemeAssociations
Constructs a validated instance ofContainerOfWorkflowSchemeAssociations
.- Parameters:
spec
- the specification to process
-
ContainerOfWorkflowSchemeAssociations
Constructs a validated instance ofContainerOfWorkflowSchemeAssociations
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContainerOfWorkflowSchemeAssociations(Consumer)
instead.- Parameters:
values
- A list of workflow schemes together with projects they are associated with.
-
ContainerOfWorkflowSchemeAssociations
protected ContainerOfWorkflowSchemeAssociations()
-
-
Method Details
-
builder
public static ContainerOfWorkflowSchemeAssociations.ContainerOfWorkflowSchemeAssociationsBuilder builder() -
values
A list of workflow schemes together with projects they are associated with. -
values
A list of workflow schemes together with projects they are associated with.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-