Class GroupTombstone

java.lang.Object
com.atlassian.crowd.model.tombstone.AbstractTombstone
com.atlassian.crowd.model.tombstone.GroupTombstone

public class GroupTombstone extends AbstractTombstone
  • Constructor Details

    • GroupTombstone

      protected GroupTombstone()
    • GroupTombstone

      public GroupTombstone(long timestamp, String name, long directoryId)
  • Method Details

    • getName

      public String getName()
    • setName

      protected void setName(String name)
    • getDirectoryId

      public long getDirectoryId()
    • setDirectoryId

      protected void setDirectoryId(long directoryId)
    • toGroup

      public Group toGroup()