com.atlassian.crowd.integration.rest.entity
Class GroupMembershipEventEntity

java.lang.Object
  extended by com.atlassian.crowd.integration.rest.entity.AbstractEventEntity
      extended by com.atlassian.crowd.integration.rest.entity.GroupMembershipEventEntity

public class GroupMembershipEventEntity
extends AbstractEventEntity


Method Summary
 GroupEntityList getChildGroups()
           
 GroupEntity getGroup()
           
 GroupEntityList getParentGroups()
           
 
Methods inherited from class com.atlassian.crowd.integration.rest.entity.AbstractEventEntity
getOperation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGroup

public GroupEntity getGroup()

getParentGroups

public GroupEntityList getParentGroups()

getChildGroups

public GroupEntityList getChildGroups()


Copyright © 2012 Atlassian. All Rights Reserved.