Class UserSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.UserSoapList
-
public class UserSoapList 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.
- Since:
- 5.4
-
-
Constructor Summary
Constructors Constructor Description UserSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UserSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(UserSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public UserSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(UserSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-