com.atlassian.crowd.integration.soap
Class SOAPNestableGroup

java.lang.Object
  extended by com.atlassian.crowd.integration.soap.SOAPEntity
      extended by com.atlassian.crowd.integration.soap.SOAPNestableGroup
All Implemented Interfaces:
Serializable

public class SOAPNestableGroup
extends SOAPEntity
implements Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.crowd.integration.soap.SOAPEntity
active, attributes, conception, description, directoryId, ID, lastModified, name
 
Constructor Summary
SOAPNestableGroup()
           
SOAPNestableGroup(String name, String[] groupMembers)
           
 
Method Summary
 String[] getGroupMembers()
           
 void setGroupMembers(String[] groupMembers)
           
 String toString()
           
 
Methods inherited from class com.atlassian.crowd.integration.soap.SOAPEntity
equals, getAttribute, getAttributes, getConception, getDescription, getDirectoryId, getID, getLastModified, getName, hashCode, isActive, setActive, setAttributes, setConception, setDescription, setDirectoryId, setID, setLastModified, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOAPNestableGroup

public SOAPNestableGroup()

SOAPNestableGroup

public SOAPNestableGroup(String name,
                         String[] groupMembers)
Method Detail

getGroupMembers

public String[] getGroupMembers()

setGroupMembers

public void setGroupMembers(String[] groupMembers)

toString

public String toString()
Overrides:
toString in class SOAPEntity


Copyright © 2013 Atlassian. All Rights Reserved.