|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.DeleteUsers NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectcom.rim.bes.bas.baa.DeleteUsers
public class DeleteUsers
Java class for deleteUsers complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="deleteUsers">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userIds" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<java.lang.Integer> |
userIds
|
| Constructor Summary | |
|---|---|
DeleteUsers()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Integer> |
getUserIds()
Gets the value of the userIds property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<java.lang.Integer> userIds
| Constructor Detail |
|---|
public DeleteUsers()
| Method Detail |
|---|
public java.util.List<java.lang.Integer> getUserIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the userIds property.
For example, to add a new item, do as follows:
getUserIds().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.DeleteUsers NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||