Uses of Class
io.riada.insight.model.ImmutableTicketType
Packages that use ImmutableTicketType
-
Uses of ImmutableTicketType in io.riada.insight.model
Methods in io.riada.insight.model that return ImmutableTicketTypeModifier and TypeMethodDescriptionImmutableTicketType.Builder.build()
Builds a newImmutableTicketType
.static ImmutableTicketType
ImmutableTicketType.copyOf
(TicketType instance) Creates an immutable copy of aTicketType
value.final ImmutableTicketType
ImmutableTicketType.withDescription
(String value) Copy the current immutable object by setting a present value for the optionaldescription
attribute.final ImmutableTicketType
ImmutableTicketType.withDescription
(Optional<String> optional) Copy the current immutable object by setting an optional value for thedescription
attribute.final ImmutableTicketType
ImmutableTicketType.withIconUrl
(String value) Copy the current immutable object by setting a present value for the optionaliconUrl
attribute.final ImmutableTicketType
ImmutableTicketType.withIconUrl
(Optional<String> optional) Copy the current immutable object by setting an optional value for theiconUrl
attribute.final ImmutableTicketType
Copy the current immutable object by setting a value for theid
attribute.final ImmutableTicketType
Copy the current immutable object by setting a value for thename
attribute.