Uses of Class
io.riada.insight.model.InsightRole
Packages that use InsightRole
-
Uses of InsightRole in io.riada.insight.model
Subclasses of InsightRole in io.riada.insight.modelMethods in io.riada.insight.model that return types with arguments of type InsightRoleModifier and TypeMethodDescriptionImmutableInsightUser.insightRoles()
abstract Collection<InsightRole>
InsightUser.insightRoles()
Methods in io.riada.insight.model with parameters of type InsightRoleModifier and TypeMethodDescriptionstatic ImmutableInsightRole
ImmutableInsightRole.copyOf
(InsightRole instance) Creates an immutable copy of aInsightRole
value.ImmutableInsightRole.Builder.from
(InsightRole instance) Fill a builder with attribute values from the providedInsightRole
instance.Method parameters in io.riada.insight.model with type arguments of type InsightRoleModifier and TypeMethodDescriptionImmutableInsightUser.Builder.setInsightRoles
(Collection<InsightRole> insightRoles) Initializes the value for theinsightRoles
attribute.final ImmutableInsightUser
ImmutableInsightUser.withInsightRoles
(Collection<InsightRole> value) Copy the current immutable object by setting a value for theinsightRoles
attribute.