Package | Description |
---|---|
io.riada.insight.model |
Modifier and Type | Method and Description |
---|---|
ImmutableTicketType |
ImmutableTicketType.Builder.build()
Builds a new
ImmutableTicketType . |
static ImmutableTicketType |
ImmutableTicketType.copyOf(TicketType instance)
Creates an immutable copy of a
TicketType value. |
ImmutableTicketType |
ImmutableTicketType.withDescription(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
description attribute. |
ImmutableTicketType |
ImmutableTicketType.withDescription(String value)
Copy the current immutable object by setting a present value for the optional
description attribute. |
ImmutableTicketType |
ImmutableTicketType.withIconUrl(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
iconUrl attribute. |
ImmutableTicketType |
ImmutableTicketType.withIconUrl(String value)
Copy the current immutable object by setting a present value for the optional
iconUrl attribute. |
ImmutableTicketType |
ImmutableTicketType.withId(String value)
Copy the current immutable object by setting a value for the
id attribute. |
ImmutableTicketType |
ImmutableTicketType.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
Copyright © 2024 Atlassian. All rights reserved.