Class UserGroupSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.UserGroupSoapList
-
public class UserGroupSoapList extends Object
A list of User Groups, with group identifier.Change HistoryRelease: 6.1- Renamed from GroupSoapList.
- Since:
- 6.1
-
-
Constructor Summary
Constructors Constructor Description UserGroupSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UserGroupSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(UserGroupSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public UserGroupSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(UserGroupSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-