Uses of Class
io.riada.insight.model.ImmutableTicket
Packages that use ImmutableTicket
-
Uses of ImmutableTicket in io.riada.insight.model
Methods in io.riada.insight.model that return ImmutableTicketModifier and TypeMethodDescriptionImmutableTicket.Builder.build()
Builds a newImmutableTicket
.static ImmutableTicket
Creates an immutable copy of aTicket
value.final ImmutableTicket
ImmutableTicket.withCreated
(Instant value) Copy the current immutable object by setting a value for thecreated
attribute.final ImmutableTicket
Copy the current immutable object by setting a value for theid
attribute.final ImmutableTicket
Copy the current immutable object by setting a value for thekey
attribute.final ImmutableTicket
ImmutableTicket.withPriority
(TicketPriority value) Copy the current immutable object by setting a present value for the optionalpriority
attribute.final ImmutableTicket
ImmutableTicket.withPriority
(Optional<? extends TicketPriority> optional) Copy the current immutable object by setting an optional value for thepriority
attribute.final ImmutableTicket
ImmutableTicket.withReporter
(String value) Copy the current immutable object by setting a present value for the optionalreporter
attribute.final ImmutableTicket
ImmutableTicket.withReporter
(Optional<String> optional) Copy the current immutable object by setting an optional value for thereporter
attribute.final ImmutableTicket
ImmutableTicket.withTicketStatus
(TicketStatus value) Copy the current immutable object by setting a present value for the optionalticketStatus
attribute.final ImmutableTicket
ImmutableTicket.withTicketStatus
(Optional<? extends TicketStatus> optional) Copy the current immutable object by setting an optional value for theticketStatus
attribute.final ImmutableTicket
Copy the current immutable object by setting a present value for the optionaltitle
attribute.final ImmutableTicket
Copy the current immutable object by setting an optional value for thetitle
attribute.final ImmutableTicket
ImmutableTicket.withType
(TicketType value) Copy the current immutable object by setting a present value for the optionaltype
attribute.final ImmutableTicket
ImmutableTicket.withType
(Optional<? extends TicketType> optional) Copy the current immutable object by setting an optional value for thetype
attribute.final ImmutableTicket
ImmutableTicket.withUpdated
(Instant value) Copy the current immutable object by setting a value for theupdated
attribute.