Class ActivityEntity

java.lang.Object
com.strongdm.api.ActivityEntity

public class ActivityEntity extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    The email of the affected entity, if it has one (for example, if it is an account).
    The external ID of the affected entity, if it has one (for example, if it is an account).
    The unique identifier of the entity this activity affected.
    A display name representing the affected entity.
    The type of entity affected, one of the Activity Entities constants.
    void
    The email of the affected entity, if it has one (for example, if it is an account).
    void
    The external ID of the affected entity, if it has one (for example, if it is an account).
    void
    The unique identifier of the entity this activity affected.
    void
    A display name representing the affected entity.
    void
    The type of entity affected, one of the Activity Entities constants.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ActivityEntity

      public ActivityEntity()
  • Method Details

    • getEmail

      public String getEmail()
      The email of the affected entity, if it has one (for example, if it is an account).
    • setEmail

      public void setEmail(String in)
      The email of the affected entity, if it has one (for example, if it is an account).
    • getExternalId

      public String getExternalId()
      The external ID of the affected entity, if it has one (for example, if it is an account).
    • setExternalId

      public void setExternalId(String in)
      The external ID of the affected entity, if it has one (for example, if it is an account).
    • getId

      public String getId()
      The unique identifier of the entity this activity affected.
    • setId

      public void setId(String in)
      The unique identifier of the entity this activity affected.
    • getName

      public String getName()
      A display name representing the affected entity.
    • setName

      public void setName(String in)
      A display name representing the affected entity.
    • getType

      public String getType()
      The type of entity affected, one of the Activity Entities constants.
    • setType

      public void setType(String in)
      The type of entity affected, one of the Activity Entities constants.