Package | Description |
---|---|
io.riada.insight.model |
Modifier and Type | Method and Description |
---|---|
ImmutableObjectTickets |
ImmutableObjectTickets.Builder.build()
Builds a new
ImmutableObjectTickets . |
static ImmutableObjectTickets |
ImmutableObjectTickets.copyOf(ObjectTickets instance)
Creates an immutable copy of a
ObjectTickets value. |
ImmutableObjectTickets |
ImmutableObjectTickets.withAllTicketsQuery(String value)
Copy the current immutable object by setting a value for the
allTicketsQuery attribute. |
ImmutableObjectTickets |
ImmutableObjectTickets.withTickets(Iterable<? extends Ticket> elements)
Copy the current immutable object with elements that replace the content of
tickets . |
ImmutableObjectTickets |
ImmutableObjectTickets.withTickets(Ticket... elements)
Copy the current immutable object with elements that replace the content of
tickets . |
Copyright © 2024 Atlassian. All rights reserved.