Package | Description |
---|---|
io.riada.insight.model |
Modifier and Type | Method and Description |
---|---|
static ImmutableInsightUser.Builder |
ImmutableInsightUser.builder()
Creates a builder for
ImmutableInsightUser . |
ImmutableInsightUser.Builder |
ImmutableInsightUser.Builder.from(InsightUser instance)
Fill a builder with attribute values from the provided
InsightUser instance. |
ImmutableInsightUser.Builder |
ImmutableInsightUser.Builder.setDisplayName(String displayName)
Initializes the value for the
displayName attribute. |
ImmutableInsightUser.Builder |
ImmutableInsightUser.Builder.setEmailAddress(String emailAddress)
Initializes the value for the
emailAddress attribute. |
ImmutableInsightUser.Builder |
ImmutableInsightUser.Builder.setExternalId(String externalId)
Initializes the value for the
externalId attribute. |
ImmutableInsightUser.Builder |
ImmutableInsightUser.Builder.setInsightRoles(Collection<InsightRole> insightRoles)
Initializes the value for the
insightRoles attribute. |
ImmutableInsightUser.Builder |
ImmutableInsightUser.Builder.setKey(String key)
Initializes the value for the
key attribute. |
ImmutableInsightUser.Builder |
ImmutableInsightUser.Builder.setLastSeenVersion(String lastSeenVersion)
Initializes the value for the
lastSeenVersion attribute. |
ImmutableInsightUser.Builder |
ImmutableInsightUser.Builder.setName(String name)
Initializes the value for the
name attribute. |
Copyright © 2024 Atlassian. All rights reserved.