java.lang.Object | |
↳ | com.google.code.linkedinapi.schema.impl.MemberGroupsImpl |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
memberGroupList | |||||||||||
total |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the memberGroupList property.
| |||||||||||
Gets the value of the total property.
| |||||||||||
Sets the value of the total property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.code.linkedinapi.schema.MemberGroups
|
Gets the value of the memberGroupList property.
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 aset
method for the memberGroupList property.
For example, to add a new item, do as follows:
getMemberGroupList().add(newItem);Objects of the following type(s) are allowed in the list
MemberGroup
Gets the value of the total property.
Sets the value of the total property.
value | Allowed object is String |
---|