Uses of Class
io.riada.insight.model.ImmutableTicketType.Builder
Packages that use ImmutableTicketType.Builder
-
Uses of ImmutableTicketType.Builder in io.riada.insight.model
Methods in io.riada.insight.model that return ImmutableTicketType.BuilderModifier and TypeMethodDescriptionstatic ImmutableTicketType.Builder
ImmutableTicketType.builder()
Creates a builder forImmutableTicketType
.ImmutableTicketType.Builder.from
(TicketType instance) Fill a builder with attribute values from the providedTicketType
instance.ImmutableTicketType.Builder.setDescription
(String description) Initializes the optional valuedescription
to description.ImmutableTicketType.Builder.setDescription
(Optional<String> description) Initializes the optional valuedescription
to description.ImmutableTicketType.Builder.setIconUrl
(String iconUrl) Initializes the optional valueiconUrl
to iconUrl.ImmutableTicketType.Builder.setIconUrl
(Optional<String> iconUrl) Initializes the optional valueiconUrl
to iconUrl.Initializes the value for theid
attribute.Initializes the value for thename
attribute.