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