Uses of Class
io.riada.insight.model.TicketType
Packages that use TicketType
-
Uses of TicketType in io.riada.insight.model
Subclasses of TicketType in io.riada.insight.modelMethods in io.riada.insight.model that return types with arguments of type TicketTypeModifier and TypeMethodDescriptionImmutableTicket.type()
abstract Optional<TicketType>
Ticket.type()
Methods in io.riada.insight.model with parameters of type TicketTypeModifier and TypeMethodDescriptionstatic ImmutableTicketType
ImmutableTicketType.copyOf
(TicketType instance) Creates an immutable copy of aTicketType
value.ImmutableTicketType.Builder.from
(TicketType instance) Fill a builder with attribute values from the providedTicketType
instance.final ImmutableTicket.Builder
ImmutableTicket.Builder.setType
(TicketType type) Initializes the optional valuetype
to type.final ImmutableTicket
ImmutableTicket.withType
(TicketType value) Copy the current immutable object by setting a present value for the optionaltype
attribute.Method parameters in io.riada.insight.model with type arguments of type TicketTypeModifier and TypeMethodDescriptionfinal ImmutableTicket.Builder
ImmutableTicket.Builder.setType
(Optional<? extends TicketType> type) Initializes the optional valuetype
to type.final ImmutableTicket
ImmutableTicket.withType
(Optional<? extends TicketType> optional) Copy the current immutable object by setting an optional value for thetype
attribute.