Uses of Class
io.riada.insight.model.ImmutableTicketStatus
Packages that use ImmutableTicketStatus
-
Uses of ImmutableTicketStatus in io.riada.insight.model
Methods in io.riada.insight.model that return ImmutableTicketStatusModifier and TypeMethodDescriptionImmutableTicketStatus.Builder.build()
Builds a newImmutableTicketStatus
.static ImmutableTicketStatus
ImmutableTicketStatus.copyOf
(TicketStatus instance) Creates an immutable copy of aTicketStatus
value.final ImmutableTicketStatus
ImmutableTicketStatus.withColorName
(String value) Copy the current immutable object by setting a present value for the optionalcolorName
attribute.final ImmutableTicketStatus
ImmutableTicketStatus.withColorName
(Optional<String> optional) Copy the current immutable object by setting an optional value for thecolorName
attribute.final ImmutableTicketStatus
ImmutableTicketStatus.withDescription
(String value) Copy the current immutable object by setting a present value for the optionaldescription
attribute.final ImmutableTicketStatus
ImmutableTicketStatus.withDescription
(Optional<String> optional) Copy the current immutable object by setting an optional value for thedescription
attribute.final ImmutableTicketStatus
Copy the current immutable object by setting a value for thedone
attribute.final ImmutableTicketStatus
Copy the current immutable object by setting a value for theid
attribute.final ImmutableTicketStatus
Copy the current immutable object by setting a value for thename
attribute.