Package | Description |
---|---|
io.riada.insight.model |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableInsightRole
Immutable implementation of
InsightRole . |
Modifier and Type | Method and Description |
---|---|
abstract Collection<InsightRole> |
InsightUser.insightRoles() |
Collection<InsightRole> |
ImmutableInsightUser.insightRoles() |
Modifier and Type | Method and Description |
---|---|
static ImmutableInsightRole |
ImmutableInsightRole.copyOf(InsightRole instance)
Creates an immutable copy of a
InsightRole value. |
ImmutableInsightRole.Builder |
ImmutableInsightRole.Builder.from(InsightRole instance)
Fill a builder with attribute values from the provided
InsightRole instance. |
Modifier and Type | Method and Description |
---|---|
ImmutableInsightUser.Builder |
ImmutableInsightUser.Builder.setInsightRoles(Collection<InsightRole> insightRoles)
Initializes the value for the
insightRoles attribute. |
ImmutableInsightUser |
ImmutableInsightUser.withInsightRoles(Collection<InsightRole> value)
Copy the current immutable object by setting a value for the
insightRoles attribute. |
Copyright © 2024 Atlassian. All rights reserved.