Package com.seeq.model
Class IdentityPreviewV1
java.lang.Object
com.seeq.model.IdentityPreviewV1
The creator of this folder, analysis, topic, or project
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondatasource
(DatasourcePreviewV1 datasource) boolean
Get datasourcegetEmail()
The email address of the usergetId()
The ID that can be used to interact with the itemWhether item is archivedTrue if the identity is enabledWhether item is redactedWhether the user group is editable in Seeq even when sourced from a remote systemgetName()
The human readable nameGet remoteGroupEditableThe item's translation key, if anygetType()
The type of the itemThe username of the userWhether the username is readable by a humanint
hashCode()
isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) isRemoteGroupEditable
(Boolean isRemoteGroupEditable) remoteGroupEditable
(Boolean remoteGroupEditable) void
setDatasource
(DatasourcePreviewV1 datasource) void
void
void
setIsArchived
(Boolean isArchived) void
setIsEnabled
(Boolean isEnabled) void
setIsRedacted
(Boolean isRedacted) void
setIsRemoteGroupEditable
(Boolean isRemoteGroupEditable) void
void
setRemoteGroupEditable
(Boolean remoteGroupEditable) void
setTranslationKey
(String translationKey) void
void
setUsername
(String username) void
setUsernameReadable
(Boolean usernameReadable) toString()
translationKey
(String translationKey) usernameReadable
(Boolean usernameReadable)
-
Constructor Details
-
IdentityPreviewV1
public IdentityPreviewV1()
-
-
Method Details
-
datasource
-
getDatasource
Get datasource- Returns:
- datasource
-
setDatasource
-
email
-
getEmail
The email address of the user- Returns:
-
setEmail
-
id
-
getId
The ID that can be used to interact with the item- Returns:
- id
-
setId
-
isArchived
-
getIsArchived
Whether item is archived- Returns:
- isArchived
-
setIsArchived
-
isEnabled
-
getIsEnabled
True if the identity is enabled- Returns:
- isEnabled
-
setIsEnabled
-
isRedacted
-
getIsRedacted
Whether item is redacted- Returns:
- isRedacted
-
setIsRedacted
-
isRemoteGroupEditable
-
getIsRemoteGroupEditable
Whether the user group is editable in Seeq even when sourced from a remote system- Returns:
- isRemoteGroupEditable
-
setIsRemoteGroupEditable
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
remoteGroupEditable
-
getRemoteGroupEditable
Get remoteGroupEditable- Returns:
- remoteGroupEditable
-
setRemoteGroupEditable
-
translationKey
-
getTranslationKey
The item's translation key, if any- Returns:
- translationKey
-
setTranslationKey
-
type
-
getType
The type of the item- Returns:
- type
-
setType
-
username
-
getUsername
The username of the user- Returns:
- username
-
setUsername
-
usernameReadable
-
getUsernameReadable
Whether the username is readable by a human- Returns:
- usernameReadable
-
setUsernameReadable
-
equals
-
hashCode
public int hashCode() -
toString
-