Package | Description |
---|---|
io.riada.insight.model |
Modifier and Type | Method and Description |
---|---|
ImmutableInsightUser |
ImmutableInsightUser.Builder.build()
Builds a new
ImmutableInsightUser . |
static ImmutableInsightUser |
ImmutableInsightUser.copyOf(InsightUser instance)
Creates an immutable copy of a
InsightUser value. |
ImmutableInsightUser |
ImmutableInsightUser.withDisplayName(String value)
Copy the current immutable object by setting a value for the
displayName attribute. |
ImmutableInsightUser |
ImmutableInsightUser.withEmailAddress(String value)
Copy the current immutable object by setting a value for the
emailAddress attribute. |
ImmutableInsightUser |
ImmutableInsightUser.withExternalId(String value)
Copy the current immutable object by setting a value for the
externalId attribute. |
ImmutableInsightUser |
ImmutableInsightUser.withInsightRoles(Collection<InsightRole> value)
Copy the current immutable object by setting a value for the
insightRoles attribute. |
ImmutableInsightUser |
ImmutableInsightUser.withKey(String value)
Copy the current immutable object by setting a value for the
key attribute. |
ImmutableInsightUser |
ImmutableInsightUser.withLastSeenVersion(String value)
Copy the current immutable object by setting a value for the
lastSeenVersion attribute. |
ImmutableInsightUser |
ImmutableInsightUser.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
Copyright © 2024 Atlassian. All rights reserved.