Class User2SoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.User2SoapList
-
public class User2SoapList extends Object
A list of Users.Change HistoryRelease: 6.1- Added organization field.
- Added locale field.
- Added timezone field.
- Added alternateEmails.
- Added licenseType field.
- Added lastLogin field.
- Added restrictedUser flag.
Release: 8.0- Added id field.
- Since:
- 5.4
-
-
Constructor Summary
Constructors Constructor Description User2SoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description User2SoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(User2SoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public User2SoapRow[] getDataRows()
-
setDataRows
public void setDataRows(User2SoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-