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 ImmutableObjectTicketsImmutableObjectTickets.copyOf(ObjectTickets instance) Creates an immutable copy of aObjectTicketsvalue.final ImmutableObjectTicketsImmutableObjectTickets.withAllTicketsQuery(String value) Copy the current immutable object by setting a value for theallTicketsQueryattribute.final ImmutableObjectTicketsImmutableObjectTickets.withTickets(Ticket... elements) Copy the current immutable object with elements that replace the content oftickets.final ImmutableObjectTicketsImmutableObjectTickets.withTickets(Iterable<? extends Ticket> elements) Copy the current immutable object with elements that replace the content oftickets.