Uses of Class
io.riada.insight.model.ImmutableObjectTickets
Packages that use ImmutableObjectTickets
-
Uses of ImmutableObjectTickets in io.riada.insight.model
Methods in io.riada.insight.model that return ImmutableObjectTicketsModifier and TypeMethodDescriptionImmutableObjectTickets.Builder.build()
Builds a newImmutableObjectTickets
.static ImmutableObjectTickets
ImmutableObjectTickets.copyOf
(ObjectTickets instance) Creates an immutable copy of aObjectTickets
value.final ImmutableObjectTickets
ImmutableObjectTickets.withAllTicketsQuery
(String value) Copy the current immutable object by setting a value for theallTicketsQuery
attribute.final ImmutableObjectTickets
ImmutableObjectTickets.withTickets
(Ticket... elements) Copy the current immutable object with elements that replace the content oftickets
.final ImmutableObjectTickets
ImmutableObjectTickets.withTickets
(Iterable<? extends Ticket> elements) Copy the current immutable object with elements that replace the content oftickets
.