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.BuilderImmutableInsightUser.builder()Creates a builder forImmutableInsightUser.ImmutableInsightUser.Builder.from(InsightUser instance) Fill a builder with attribute values from the providedInsightUserinstance.ImmutableInsightUser.Builder.setDisplayName(String displayName) Initializes the value for thedisplayNameattribute.ImmutableInsightUser.Builder.setEmailAddress(String emailAddress) Initializes the value for theemailAddressattribute.ImmutableInsightUser.Builder.setExternalId(String externalId) Initializes the value for theexternalIdattribute.ImmutableInsightUser.Builder.setInsightRoles(Collection<InsightRole> insightRoles) Initializes the value for theinsightRolesattribute.Initializes the value for thekeyattribute.ImmutableInsightUser.Builder.setLastSeenVersion(String lastSeenVersion) Initializes the value for thelastSeenVersionattribute.Initializes the value for thenameattribute.