Package | Description |
---|---|
io.riada.insight.model |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableTicketType
Immutable implementation of
TicketType . |
Modifier and Type | Method and Description |
---|---|
Optional<TicketType> |
ImmutableTicket.type() |
abstract Optional<TicketType> |
Ticket.type() |
Modifier and Type | Method and Description |
---|---|
static ImmutableTicketType |
ImmutableTicketType.copyOf(TicketType instance)
Creates an immutable copy of a
TicketType value. |
ImmutableTicketType.Builder |
ImmutableTicketType.Builder.from(TicketType instance)
Fill a builder with attribute values from the provided
TicketType instance. |
ImmutableTicket.Builder |
ImmutableTicket.Builder.setType(TicketType type)
Initializes the optional value
type to type. |
ImmutableTicket |
ImmutableTicket.withType(TicketType value)
Copy the current immutable object by setting a present value for the optional
type attribute. |
Modifier and Type | Method and Description |
---|---|
ImmutableTicket.Builder |
ImmutableTicket.Builder.setType(Optional<? extends TicketType> type)
Initializes the optional value
type to type. |
ImmutableTicket |
ImmutableTicket.withType(Optional<? extends TicketType> optional)
Copy the current immutable object by setting an optional value for the
type attribute. |
Copyright © 2024 Atlassian. All rights reserved.