| Package | Description |
|---|---|
| io.riada.insight.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTicketContext |
ImmutableTicketContext.Builder.build()
Builds a new
ImmutableTicketContext. |
static ImmutableTicketContext |
ImmutableTicketContext.copyOf(TicketContext instance)
Creates an immutable copy of a
TicketContext value. |
ImmutableTicketContext |
ImmutableTicketContext.withCurrentAssignee(InsightUser value)
Copy the current immutable object by setting a present value for the optional
currentAssignee attribute. |
ImmutableTicketContext |
ImmutableTicketContext.withCurrentAssignee(Optional<? extends InsightUser> optional)
Copy the current immutable object by setting an optional value for the
currentAssignee attribute. |
ImmutableTicketContext |
ImmutableTicketContext.withCurrentProjectId(long value)
Copy the current immutable object by setting a present value for the optional
currentProjectId attribute. |
ImmutableTicketContext |
ImmutableTicketContext.withCurrentProjectId(OptionalLong optional)
Copy the current immutable object by setting an optional value for the
currentProjectId attribute. |
ImmutableTicketContext |
ImmutableTicketContext.withCurrentReporter(InsightUser value)
Copy the current immutable object by setting a present value for the optional
currentReporter attribute. |
ImmutableTicketContext |
ImmutableTicketContext.withCurrentReporter(Optional<? extends InsightUser> optional)
Copy the current immutable object by setting an optional value for the
currentReporter attribute. |
Copyright © 2023 Atlassian. All rights reserved.