Class IdentityPreviewV1

java.lang.Object
com.seeq.model.IdentityPreviewV1

public class IdentityPreviewV1 extends Object
The creator of this folder, analysis, topic, or project
  • Constructor Details

    • IdentityPreviewV1

      public IdentityPreviewV1()
  • Method Details

    • datasource

      public IdentityPreviewV1 datasource(DatasourcePreviewV1 datasource)
    • getDatasource

      public DatasourcePreviewV1 getDatasource()
      Get datasource
      Returns:
      datasource
    • setDatasource

      public void setDatasource(DatasourcePreviewV1 datasource)
    • email

      public IdentityPreviewV1 email(String email)
    • getEmail

      public String getEmail()
      The email address of the user
      Returns:
      email
    • setEmail

      public void setEmail(String email)
    • id

      public IdentityPreviewV1 id(String id)
    • getId

      public String getId()
      The ID that can be used to interact with the item
      Returns:
      id
    • setId

      public void setId(String id)
    • isArchived

      public IdentityPreviewV1 isArchived(Boolean isArchived)
    • getIsArchived

      public Boolean getIsArchived()
      Whether item is archived
      Returns:
      isArchived
    • setIsArchived

      public void setIsArchived(Boolean isArchived)
    • isEnabled

      public IdentityPreviewV1 isEnabled(Boolean isEnabled)
    • getIsEnabled

      public Boolean getIsEnabled()
      True if the identity is enabled
      Returns:
      isEnabled
    • setIsEnabled

      public void setIsEnabled(Boolean isEnabled)
    • isRedacted

      public IdentityPreviewV1 isRedacted(Boolean isRedacted)
    • getIsRedacted

      public Boolean getIsRedacted()
      Whether item is redacted
      Returns:
      isRedacted
    • setIsRedacted

      public void setIsRedacted(Boolean isRedacted)
    • isRemoteGroupEditable

      public IdentityPreviewV1 isRemoteGroupEditable(Boolean isRemoteGroupEditable)
    • getIsRemoteGroupEditable

      public Boolean getIsRemoteGroupEditable()
      Whether the user group is editable in Seeq even when sourced from a remote system
      Returns:
      isRemoteGroupEditable
    • setIsRemoteGroupEditable

      public void setIsRemoteGroupEditable(Boolean isRemoteGroupEditable)
    • name

      public IdentityPreviewV1 name(String name)
    • getName

      public String getName()
      The human readable name
      Returns:
      name
    • setName

      public void setName(String name)
    • remoteGroupEditable

      public IdentityPreviewV1 remoteGroupEditable(Boolean remoteGroupEditable)
    • getRemoteGroupEditable

      public Boolean getRemoteGroupEditable()
      Get remoteGroupEditable
      Returns:
      remoteGroupEditable
    • setRemoteGroupEditable

      public void setRemoteGroupEditable(Boolean remoteGroupEditable)
    • translationKey

      public IdentityPreviewV1 translationKey(String translationKey)
    • getTranslationKey

      public String getTranslationKey()
      The item's translation key, if any
      Returns:
      translationKey
    • setTranslationKey

      public void setTranslationKey(String translationKey)
    • type

      public IdentityPreviewV1 type(String type)
    • getType

      public String getType()
      The type of the item
      Returns:
      type
    • setType

      public void setType(String type)
    • username

      public IdentityPreviewV1 username(String username)
    • getUsername

      public String getUsername()
      The username of the user
      Returns:
      username
    • setUsername

      public void setUsername(String username)
    • usernameReadable

      public IdentityPreviewV1 usernameReadable(Boolean usernameReadable)
    • getUsernameReadable

      public Boolean getUsernameReadable()
      Whether the username is readable by a human
      Returns:
      usernameReadable
    • setUsernameReadable

      public void setUsernameReadable(Boolean usernameReadable)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object