Class Stakeholder

All Implemented Interfaces:
IAccessControl, IAsset, IPersona, IReferenceable, IStakeholder, AuditDetail, Serializable, Comparable<Reference>

@Generated("com.atlan.generators.ModelGeneratorV2") public class Stakeholder extends Asset implements IStakeholder, IPersona, IAccessControl, IAsset, IReferenceable
Atlan Type representing Stakeholders
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • trimToReference

      public Stakeholder trimToReference() throws InvalidRequestException
      Builds the minimal object necessary to create a relationship to a Stakeholder, from a potentially more-complete Stakeholder object.
      Overrides:
      trimToReference in class Asset
      Returns:
      the minimal object necessary to relate to the Stakeholder
      Throws:
      InvalidRequestException - if any of the minimal set of required properties for a Stakeholder relationship are not found in the initial object
    • select

      public static FluentSearch.FluentSearchBuilder<?,?> select()
      Start a fluent search that will return all Stakeholder assets. Additional conditions can be chained onto the returned search before any asset retrieval is attempted, ensuring all conditions are pushed-down for optimal retrieval. Only active (non-archived) Stakeholder assets will be included.
      Returns:
      a fluent search that includes all Stakeholder assets
    • select

      public static FluentSearch.FluentSearchBuilder<?,?> select(AtlanClient client)
      Start a fluent search that will return all Stakeholder assets. Additional conditions can be chained onto the returned search before any asset retrieval is attempted, ensuring all conditions are pushed-down for optimal retrieval. Only active (non-archived) Stakeholder assets will be included.
      Parameters:
      client - connectivity to the Atlan tenant from which to retrieve the assets
      Returns:
      a fluent search that includes all Stakeholder assets
    • select

      public static FluentSearch.FluentSearchBuilder<?,?> select(boolean includeArchived)
      Start a fluent search that will return all Stakeholder assets. Additional conditions can be chained onto the returned search before any asset retrieval is attempted, ensuring all conditions are pushed-down for optimal retrieval.
      Parameters:
      includeArchived - when true, archived (soft-deleted) Stakeholders will be included
      Returns:
      a fluent search that includes all Stakeholder assets
    • select

      public static FluentSearch.FluentSearchBuilder<?,?> select(AtlanClient client, boolean includeArchived)
      Start a fluent search that will return all Stakeholder assets. Additional conditions can be chained onto the returned search before any asset retrieval is attempted, ensuring all conditions are pushed-down for optimal retrieval.
      Parameters:
      client - connectivity to the Atlan tenant from which to retrieve the assets
      includeArchived - when true, archived (soft-deleted) Stakeholders will be included
      Returns:
      a fluent search that includes all Stakeholder assets
    • refByGuid

      public static Stakeholder refByGuid(String guid)
      Reference to a Stakeholder by GUID. Use this to create a relationship to this Stakeholder, where the relationship should be replaced.
      Parameters:
      guid - the GUID of the Stakeholder to reference
      Returns:
      reference to a Stakeholder that can be used for defining a relationship to a Stakeholder
    • refByGuid

      public static Stakeholder refByGuid(String guid, Reference.SaveSemantic semantic)
      Reference to a Stakeholder by GUID. Use this to create a relationship to this Stakeholder, where you want to further control how that relationship should be updated (i.e. replaced, appended, or removed).
      Parameters:
      guid - the GUID of the Stakeholder to reference
      semantic - how to save this relationship (replace all with this, append it, or remove it)
      Returns:
      reference to a Stakeholder that can be used for defining a relationship to a Stakeholder
    • refByQualifiedName

      public static Stakeholder refByQualifiedName(String qualifiedName)
      Reference to a Stakeholder by qualifiedName. Use this to create a relationship to this Stakeholder, where the relationship should be replaced.
      Parameters:
      qualifiedName - the qualifiedName of the Stakeholder to reference
      Returns:
      reference to a Stakeholder that can be used for defining a relationship to a Stakeholder
    • refByQualifiedName

      public static Stakeholder refByQualifiedName(String qualifiedName, Reference.SaveSemantic semantic)
      Reference to a Stakeholder by qualifiedName. Use this to create a relationship to this Stakeholder, where you want to further control how that relationship should be updated (i.e. replaced, appended, or removed).
      Parameters:
      qualifiedName - the qualifiedName of the Stakeholder to reference
      semantic - how to save this relationship (replace all with this, append it, or remove it)
      Returns:
      reference to a Stakeholder that can be used for defining a relationship to a Stakeholder
    • get

      public static Stakeholder get(String id) throws AtlanException
      Retrieves a Stakeholder by one of its identifiers, complete with all of its relationships.
      Parameters:
      id - of the Stakeholder to retrieve, either its GUID or its full qualifiedName
      Returns:
      the requested full Stakeholder, complete with all of its relationships
      Throws:
      AtlanException - on any error during the API invocation, such as the NotFoundException if the Stakeholder does not exist or the provided GUID is not a Stakeholder
    • get

      public static Stakeholder get(AtlanClient client, String id) throws AtlanException
      Retrieves a Stakeholder by one of its identifiers, complete with all of its relationships.
      Parameters:
      client - connectivity to the Atlan tenant from which to retrieve the asset
      id - of the Stakeholder to retrieve, either its GUID or its full qualifiedName
      Returns:
      the requested full Stakeholder, complete with all of its relationships
      Throws:
      AtlanException - on any error during the API invocation, such as the NotFoundException if the Stakeholder does not exist or the provided GUID is not a Stakeholder
    • get

      public static Stakeholder get(AtlanClient client, String id, boolean includeRelationships) throws AtlanException
      Retrieves a Stakeholder by one of its identifiers, optionally complete with all of its relationships.
      Parameters:
      client - connectivity to the Atlan tenant from which to retrieve the asset
      id - of the Stakeholder to retrieve, either its GUID or its full qualifiedName
      includeRelationships - if true, all of the asset's relationships will also be retrieved; if false, no relationships will be retrieved
      Returns:
      the requested full Stakeholder, optionally complete with all of its relationships
      Throws:
      AtlanException - on any error during the API invocation, such as the NotFoundException if the Stakeholder does not exist or the provided GUID is not a Stakeholder
    • restore

      public static boolean restore(String qualifiedName) throws AtlanException
      Restore the archived (soft-deleted) Stakeholder to active.
      Parameters:
      qualifiedName - for the Stakeholder
      Returns:
      true if the Stakeholder is now active, and false otherwise
      Throws:
      AtlanException - on any API problems
    • restore

      public static boolean restore(AtlanClient client, String qualifiedName) throws AtlanException
      Restore the archived (soft-deleted) Stakeholder to active.
      Parameters:
      client - connectivity to the Atlan tenant on which to restore the asset
      qualifiedName - for the Stakeholder
      Returns:
      true if the Stakeholder is now active, and false otherwise
      Throws:
      AtlanException - on any API problems
    • updater

      public static Stakeholder.StakeholderBuilder<?,?> updater(String qualifiedName, String name)
      Builds the minimal object necessary to update a Stakeholder.
      Parameters:
      qualifiedName - of the Stakeholder
      name - of the Stakeholder
      Returns:
      the minimal request necessary to update the Stakeholder, as a builder
    • trimToRequired

      public Stakeholder.StakeholderBuilder<?,?> trimToRequired() throws InvalidRequestException
      Builds the minimal object necessary to apply an update to a Stakeholder, from a potentially more-complete Stakeholder object.
      Overrides:
      trimToRequired in class Asset
      Returns:
      the minimal object necessary to update the Stakeholder, as a builder
      Throws:
      InvalidRequestException - if any of the minimal set of required properties for Stakeholder are not found in the initial object
    • removeDescription

      public static Stakeholder removeDescription(String qualifiedName, String name) throws AtlanException
      Remove the system description from a Stakeholder.
      Parameters:
      qualifiedName - of the Stakeholder
      name - of the Stakeholder
      Returns:
      the updated Stakeholder, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • removeDescription

      public static Stakeholder removeDescription(AtlanClient client, String qualifiedName, String name) throws AtlanException
      Remove the system description from a Stakeholder.
      Parameters:
      client - connectivity to the Atlan tenant on which to remove the asset's description
      qualifiedName - of the Stakeholder
      name - of the Stakeholder
      Returns:
      the updated Stakeholder, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • removeUserDescription

      public static Stakeholder removeUserDescription(String qualifiedName, String name) throws AtlanException
      Remove the user's description from a Stakeholder.
      Parameters:
      qualifiedName - of the Stakeholder
      name - of the Stakeholder
      Returns:
      the updated Stakeholder, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • removeUserDescription

      public static Stakeholder removeUserDescription(AtlanClient client, String qualifiedName, String name) throws AtlanException
      Remove the user's description from a Stakeholder.
      Parameters:
      client - connectivity to the Atlan tenant on which to remove the asset's description
      qualifiedName - of the Stakeholder
      name - of the Stakeholder
      Returns:
      the updated Stakeholder, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • removeOwners

      public static Stakeholder removeOwners(String qualifiedName, String name) throws AtlanException
      Remove the owners from a Stakeholder.
      Parameters:
      qualifiedName - of the Stakeholder
      name - of the Stakeholder
      Returns:
      the updated Stakeholder, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • removeOwners

      public static Stakeholder removeOwners(AtlanClient client, String qualifiedName, String name) throws AtlanException
      Remove the owners from a Stakeholder.
      Parameters:
      client - connectivity to the Atlan tenant from which to remove the Stakeholder's owners
      qualifiedName - of the Stakeholder
      name - of the Stakeholder
      Returns:
      the updated Stakeholder, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • updateCertificate

      public static Stakeholder updateCertificate(String qualifiedName, CertificateStatus certificate, String message) throws AtlanException
      Update the certificate on a Stakeholder.
      Parameters:
      qualifiedName - of the Stakeholder
      certificate - to use
      message - (optional) message, or null if no message
      Returns:
      the updated Stakeholder, or null if the update failed
      Throws:
      AtlanException - on any API problems
    • updateCertificate

      public static Stakeholder updateCertificate(AtlanClient client, String qualifiedName, CertificateStatus certificate, String message) throws AtlanException
      Update the certificate on a Stakeholder.
      Parameters:
      client - connectivity to the Atlan tenant on which to update the Stakeholder's certificate
      qualifiedName - of the Stakeholder
      certificate - to use
      message - (optional) message, or null if no message
      Returns:
      the updated Stakeholder, or null if the update failed
      Throws:
      AtlanException - on any API problems
    • removeCertificate

      public static Stakeholder removeCertificate(String qualifiedName, String name) throws AtlanException
      Remove the certificate from a Stakeholder.
      Parameters:
      qualifiedName - of the Stakeholder
      name - of the Stakeholder
      Returns:
      the updated Stakeholder, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • removeCertificate

      public static Stakeholder removeCertificate(AtlanClient client, String qualifiedName, String name) throws AtlanException
      Remove the certificate from a Stakeholder.
      Parameters:
      client - connectivity to the Atlan tenant from which to remove the Stakeholder's certificate
      qualifiedName - of the Stakeholder
      name - of the Stakeholder
      Returns:
      the updated Stakeholder, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • updateAnnouncement

      public static Stakeholder updateAnnouncement(String qualifiedName, AtlanAnnouncementType type, String title, String message) throws AtlanException
      Update the announcement on a Stakeholder.
      Parameters:
      qualifiedName - of the Stakeholder
      type - type of announcement to set
      title - (optional) title of the announcement to set (or null for no title)
      message - (optional) message of the announcement to set (or null for no message)
      Returns:
      the result of the update, or null if the update failed
      Throws:
      AtlanException - on any API problems
    • updateAnnouncement

      public static Stakeholder updateAnnouncement(AtlanClient client, String qualifiedName, AtlanAnnouncementType type, String title, String message) throws AtlanException
      Update the announcement on a Stakeholder.
      Parameters:
      client - connectivity to the Atlan tenant on which to update the Stakeholder's announcement
      qualifiedName - of the Stakeholder
      type - type of announcement to set
      title - (optional) title of the announcement to set (or null for no title)
      message - (optional) message of the announcement to set (or null for no message)
      Returns:
      the result of the update, or null if the update failed
      Throws:
      AtlanException - on any API problems
    • removeAnnouncement

      public static Stakeholder removeAnnouncement(String qualifiedName, String name) throws AtlanException
      Remove the announcement from a Stakeholder.
      Parameters:
      qualifiedName - of the Stakeholder
      name - of the Stakeholder
      Returns:
      the updated Stakeholder, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • removeAnnouncement

      public static Stakeholder removeAnnouncement(AtlanClient client, String qualifiedName, String name) throws AtlanException
      Remove the announcement from a Stakeholder.
      Parameters:
      client - connectivity to the Atlan client from which to remove the Stakeholder's announcement
      qualifiedName - of the Stakeholder
      name - of the Stakeholder
      Returns:
      the updated Stakeholder, or null if the removal failed
      Throws:
      AtlanException - on any API problems
    • replaceTerms

      public static Stakeholder replaceTerms(String qualifiedName, String name, List<IGlossaryTerm> terms) throws AtlanException
      Replace the terms linked to the Stakeholder.
      Parameters:
      qualifiedName - for the Stakeholder
      name - human-readable name of the Stakeholder
      terms - the list of terms to replace on the Stakeholder, or null to remove all terms from the Stakeholder
      Returns:
      the Stakeholder that was updated (note that it will NOT contain details of the replaced terms)
      Throws:
      AtlanException - on any API problems
    • replaceTerms

      public static Stakeholder replaceTerms(AtlanClient client, String qualifiedName, String name, List<IGlossaryTerm> terms) throws AtlanException
      Replace the terms linked to the Stakeholder.
      Parameters:
      client - connectivity to the Atlan tenant on which to replace the Stakeholder's assigned terms
      qualifiedName - for the Stakeholder
      name - human-readable name of the Stakeholder
      terms - the list of terms to replace on the Stakeholder, or null to remove all terms from the Stakeholder
      Returns:
      the Stakeholder that was updated (note that it will NOT contain details of the replaced terms)
      Throws:
      AtlanException - on any API problems
    • appendTerms

      public static Stakeholder appendTerms(String qualifiedName, List<IGlossaryTerm> terms) throws AtlanException
      Link additional terms to the Stakeholder, without replacing existing terms linked to the Stakeholder. Note: this operation must make two API calls — one to retrieve the Stakeholder's existing terms, and a second to append the new terms.
      Parameters:
      qualifiedName - for the Stakeholder
      terms - the list of terms to append to the Stakeholder
      Returns:
      the Stakeholder that was updated (note that it will NOT contain details of the appended terms)
      Throws:
      AtlanException - on any API problems
    • appendTerms

      public static Stakeholder appendTerms(AtlanClient client, String qualifiedName, List<IGlossaryTerm> terms) throws AtlanException
      Link additional terms to the Stakeholder, without replacing existing terms linked to the Stakeholder. Note: this operation must make two API calls — one to retrieve the Stakeholder's existing terms, and a second to append the new terms.
      Parameters:
      client - connectivity to the Atlan tenant on which to append terms to the Stakeholder
      qualifiedName - for the Stakeholder
      terms - the list of terms to append to the Stakeholder
      Returns:
      the Stakeholder that was updated (note that it will NOT contain details of the appended terms)
      Throws:
      AtlanException - on any API problems
    • removeTerms

      public static Stakeholder removeTerms(String qualifiedName, List<IGlossaryTerm> terms) throws AtlanException
      Remove terms from a Stakeholder, without replacing all existing terms linked to the Stakeholder. Note: this operation must make two API calls — one to retrieve the Stakeholder's existing terms, and a second to remove the provided terms.
      Parameters:
      qualifiedName - for the Stakeholder
      terms - the list of terms to remove from the Stakeholder, which must be referenced by GUID
      Returns:
      the Stakeholder that was updated (note that it will NOT contain details of the resulting terms)
      Throws:
      AtlanException - on any API problems
    • removeTerms

      public static Stakeholder removeTerms(AtlanClient client, String qualifiedName, List<IGlossaryTerm> terms) throws AtlanException
      Remove terms from a Stakeholder, without replacing all existing terms linked to the Stakeholder. Note: this operation must make two API calls — one to retrieve the Stakeholder's existing terms, and a second to remove the provided terms.
      Parameters:
      client - connectivity to the Atlan tenant from which to remove terms from the Stakeholder
      qualifiedName - for the Stakeholder
      terms - the list of terms to remove from the Stakeholder, which must be referenced by GUID
      Returns:
      the Stakeholder that was updated (note that it will NOT contain details of the resulting terms)
      Throws:
      AtlanException - on any API problems
    • appendAtlanTags

      public static Stakeholder appendAtlanTags(String qualifiedName, List<String> atlanTagNames) throws AtlanException
      Add Atlan tags to a Stakeholder, without replacing existing Atlan tags linked to the Stakeholder. Note: this operation must make two API calls — one to retrieve the Stakeholder's existing Atlan tags, and a second to append the new Atlan tags.
      Parameters:
      qualifiedName - of the Stakeholder
      atlanTagNames - human-readable names of the Atlan tags to add
      Returns:
      the updated Stakeholder
      Throws:
      AtlanException - on any API problems
    • appendAtlanTags

      public static Stakeholder appendAtlanTags(AtlanClient client, String qualifiedName, List<String> atlanTagNames) throws AtlanException
      Add Atlan tags to a Stakeholder, without replacing existing Atlan tags linked to the Stakeholder. Note: this operation must make two API calls — one to retrieve the Stakeholder's existing Atlan tags, and a second to append the new Atlan tags.
      Parameters:
      client - connectivity to the Atlan tenant on which to append Atlan tags to the Stakeholder
      qualifiedName - of the Stakeholder
      atlanTagNames - human-readable names of the Atlan tags to add
      Returns:
      the updated Stakeholder
      Throws:
      AtlanException - on any API problems
    • appendAtlanTags

      public static Stakeholder appendAtlanTags(String qualifiedName, List<String> atlanTagNames, boolean propagate, boolean removePropagationsOnDelete, boolean restrictLineagePropagation) throws AtlanException
      Add Atlan tags to a Stakeholder, without replacing existing Atlan tags linked to the Stakeholder. Note: this operation must make two API calls — one to retrieve the Stakeholder's existing Atlan tags, and a second to append the new Atlan tags.
      Parameters:
      qualifiedName - of the Stakeholder
      atlanTagNames - human-readable names of the Atlan tags to add
      propagate - whether to propagate the Atlan tag (true) or not (false)
      removePropagationsOnDelete - whether to remove the propagated Atlan tags when the Atlan tag is removed from this asset (true) or not (false)
      restrictLineagePropagation - whether to avoid propagating through lineage (true) or do propagate through lineage (false)
      Returns:
      the updated Stakeholder
      Throws:
      AtlanException - on any API problems
    • appendAtlanTags

      public static Stakeholder appendAtlanTags(AtlanClient client, String qualifiedName, List<String> atlanTagNames, boolean propagate, boolean removePropagationsOnDelete, boolean restrictLineagePropagation) throws AtlanException
      Add Atlan tags to a Stakeholder, without replacing existing Atlan tags linked to the Stakeholder. Note: this operation must make two API calls — one to retrieve the Stakeholder's existing Atlan tags, and a second to append the new Atlan tags.
      Parameters:
      client - connectivity to the Atlan tenant on which to append Atlan tags to the Stakeholder
      qualifiedName - of the Stakeholder
      atlanTagNames - human-readable names of the Atlan tags to add
      propagate - whether to propagate the Atlan tag (true) or not (false)
      removePropagationsOnDelete - whether to remove the propagated Atlan tags when the Atlan tag is removed from this asset (true) or not (false)
      restrictLineagePropagation - whether to avoid propagating through lineage (true) or do propagate through lineage (false)
      Returns:
      the updated Stakeholder
      Throws:
      AtlanException - on any API problems
    • removeAtlanTag

      public static void removeAtlanTag(String qualifiedName, String atlanTagName) throws AtlanException
      Remove an Atlan tag from a Stakeholder.
      Parameters:
      qualifiedName - of the Stakeholder
      atlanTagName - human-readable name of the Atlan tag to remove
      Throws:
      AtlanException - on any API problems, or if the Atlan tag does not exist on the Stakeholder
    • removeAtlanTag

      public static void removeAtlanTag(AtlanClient client, String qualifiedName, String atlanTagName) throws AtlanException
      Remove an Atlan tag from a Stakeholder.
      Parameters:
      client - connectivity to the Atlan tenant from which to remove an Atlan tag from a Stakeholder
      qualifiedName - of the Stakeholder
      atlanTagName - human-readable name of the Atlan tag to remove
      Throws:
      AtlanException - on any API problems, or if the Atlan tag does not exist on the Stakeholder
    • _internal

      public static Stakeholder.StakeholderBuilder<?,?> _internal()
    • toBuilder

      public Stakeholder.StakeholderBuilder<?,?> toBuilder()
      Overrides:
      toBuilder in class Reference
    • getChannelLink

      public String getChannelLink()
      TBC
      Specified by:
      getChannelLink in interface IAccessControl
      Specified by:
      getChannelLink in interface IPersona
      Specified by:
      getChannelLink in interface IStakeholder
    • getDefaultNavigation

      public String getDefaultNavigation()
      TBC
      Specified by:
      getDefaultNavigation in interface IAccessControl
      Specified by:
      getDefaultNavigation in interface IPersona
      Specified by:
      getDefaultNavigation in interface IStakeholder
    • getDenyAssetFilters

      public SortedSet<AssetFilterGroup> getDenyAssetFilters()
      TBC
      Specified by:
      getDenyAssetFilters in interface IAccessControl
      Specified by:
      getDenyAssetFilters in interface IPersona
      Specified by:
      getDenyAssetFilters in interface IStakeholder
    • getDenyAssetTabs

      public SortedSet<AssetSidebarTab> getDenyAssetTabs()
      TBC
      Specified by:
      getDenyAssetTabs in interface IAccessControl
      Specified by:
      getDenyAssetTabs in interface IPersona
      Specified by:
      getDenyAssetTabs in interface IStakeholder
    • getDenyAssetTypes

      public SortedSet<String> getDenyAssetTypes()
      TBC
      Specified by:
      getDenyAssetTypes in interface IAccessControl
      Specified by:
      getDenyAssetTypes in interface IPersona
      Specified by:
      getDenyAssetTypes in interface IStakeholder
    • getDenyCustomMetadataGuids

      public SortedSet<String> getDenyCustomMetadataGuids()
      TBC
      Specified by:
      getDenyCustomMetadataGuids in interface IAccessControl
      Specified by:
      getDenyCustomMetadataGuids in interface IPersona
      Specified by:
      getDenyCustomMetadataGuids in interface IStakeholder
    • getDenyNavigationPages

      public SortedSet<String> getDenyNavigationPages()
      TBC
      Specified by:
      getDenyNavigationPages in interface IAccessControl
      Specified by:
      getDenyNavigationPages in interface IPersona
      Specified by:
      getDenyNavigationPages in interface IStakeholder
    • getDisplayPreferences

      public SortedSet<String> getDisplayPreferences()
      TBC
      Specified by:
      getDisplayPreferences in interface IAccessControl
      Specified by:
      getDisplayPreferences in interface IPersona
      Specified by:
      getDisplayPreferences in interface IStakeholder
    • getIsAccessControlEnabled

      public Boolean getIsAccessControlEnabled()
      TBC
      Specified by:
      getIsAccessControlEnabled in interface IAccessControl
      Specified by:
      getIsAccessControlEnabled in interface IPersona
      Specified by:
      getIsAccessControlEnabled in interface IStakeholder
    • getPersonaGroups

      public SortedSet<String> getPersonaGroups()
      TBC
      Specified by:
      getPersonaGroups in interface IPersona
      Specified by:
      getPersonaGroups in interface IStakeholder
    • getPersonaUsers

      public SortedSet<String> getPersonaUsers()
      TBC
      Specified by:
      getPersonaUsers in interface IPersona
      Specified by:
      getPersonaUsers in interface IStakeholder
    • getPolicies

      public SortedSet<IAuthPolicy> getPolicies()
      TBC
      Specified by:
      getPolicies in interface IAccessControl
      Specified by:
      getPolicies in interface IPersona
      Specified by:
      getPolicies in interface IStakeholder
    • getRoleId

      public String getRoleId()
      TBC
      Specified by:
      getRoleId in interface IPersona
      Specified by:
      getRoleId in interface IStakeholder
    • getStakeholderDataDomain

      public IDataDomain getStakeholderDataDomain()
      Domain assigned to the Stakeholder
      Specified by:
      getStakeholderDataDomain in interface IStakeholder
    • getStakeholderDomainQualifiedName

      public String getStakeholderDomainQualifiedName()
      TBC
      Specified by:
      getStakeholderDomainQualifiedName in interface IStakeholder
    • getStakeholderTitle

      public IStakeholderTitle getStakeholderTitle()
      Stakeholder-title assigned for this Stakeholder-Persona
      Specified by:
      getStakeholderTitle in interface IStakeholder
    • getStakeholderTitleGuid

      public String getStakeholderTitleGuid()
      TBC
      Specified by:
      getStakeholderTitleGuid in interface IStakeholder
    • equals

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

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class Asset
    • hashCode

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

      public String toString()
      Description copied from class: AtlanObject
      Overrides:
      toString in class Asset
    • getTypeName

      public String getTypeName()
      Fixed typeName for Stakeholders.
      Specified by:
      getTypeName in interface AuditDetail
      Specified by:
      getTypeName in interface IAccessControl
      Specified by:
      getTypeName in interface IAsset
      Specified by:
      getTypeName in interface IPersona
      Specified by:
      getTypeName in interface IReferenceable
      Specified by:
      getTypeName in interface IStakeholder
      Overrides:
      getTypeName in class Reference