Package | Description |
---|---|
io.riada.insight.model |
Modifier and Type | Method and Description |
---|---|
ImmutableTicket |
ImmutableTicket.Builder.build()
Builds a new
ImmutableTicket . |
static ImmutableTicket |
ImmutableTicket.copyOf(Ticket instance)
Creates an immutable copy of a
Ticket value. |
ImmutableTicket |
ImmutableTicket.withCreated(Instant value)
Copy the current immutable object by setting a value for the
created attribute. |
ImmutableTicket |
ImmutableTicket.withId(Long value)
Copy the current immutable object by setting a value for the
id attribute. |
ImmutableTicket |
ImmutableTicket.withKey(String value)
Copy the current immutable object by setting a value for the
key attribute. |
ImmutableTicket |
ImmutableTicket.withPriority(Optional<? extends TicketPriority> optional)
Copy the current immutable object by setting an optional value for the
priority attribute. |
ImmutableTicket |
ImmutableTicket.withPriority(TicketPriority value)
Copy the current immutable object by setting a present value for the optional
priority attribute. |
ImmutableTicket |
ImmutableTicket.withReporter(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
reporter attribute. |
ImmutableTicket |
ImmutableTicket.withReporter(String value)
Copy the current immutable object by setting a present value for the optional
reporter attribute. |
ImmutableTicket |
ImmutableTicket.withTicketStatus(Optional<? extends TicketStatus> optional)
Copy the current immutable object by setting an optional value for the
ticketStatus attribute. |
ImmutableTicket |
ImmutableTicket.withTicketStatus(TicketStatus value)
Copy the current immutable object by setting a present value for the optional
ticketStatus attribute. |
ImmutableTicket |
ImmutableTicket.withTitle(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
title attribute. |
ImmutableTicket |
ImmutableTicket.withTitle(String value)
Copy the current immutable object by setting a present value for the optional
title attribute. |
ImmutableTicket |
ImmutableTicket.withType(Optional<? extends TicketType> optional)
Copy the current immutable object by setting an optional value for the
type attribute. |
ImmutableTicket |
ImmutableTicket.withType(TicketType value)
Copy the current immutable object by setting a present value for the optional
type attribute. |
ImmutableTicket |
ImmutableTicket.withUpdated(Instant value)
Copy the current immutable object by setting a value for the
updated attribute. |
Copyright © 2024 Atlassian. All rights reserved.