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