Uses of Class
io.riada.insight.model.ImmutableInsightUser.Builder
Packages that use ImmutableInsightUser.Builder
-
Uses of ImmutableInsightUser.Builder in io.riada.insight.model
Methods in io.riada.insight.model that return ImmutableInsightUser.BuilderModifier and TypeMethodDescriptionstatic ImmutableInsightUser.Builder
ImmutableInsightUser.builder()
Creates a builder forImmutableInsightUser
.ImmutableInsightUser.Builder.from
(InsightUser instance) Fill a builder with attribute values from the providedInsightUser
instance.ImmutableInsightUser.Builder.setDisplayName
(String displayName) Initializes the value for thedisplayName
attribute.ImmutableInsightUser.Builder.setEmailAddress
(String emailAddress) Initializes the value for theemailAddress
attribute.ImmutableInsightUser.Builder.setExternalId
(String externalId) Initializes the value for theexternalId
attribute.ImmutableInsightUser.Builder.setInsightRoles
(Collection<InsightRole> insightRoles) Initializes the value for theinsightRoles
attribute.Initializes the value for thekey
attribute.ImmutableInsightUser.Builder.setLastSeenVersion
(String lastSeenVersion) Initializes the value for thelastSeenVersion
attribute.Initializes the value for thename
attribute.