public class UserTeamAssociationServiceInterfacecreateUserTeamAssociations extends Object
UserTeamAssociation objects.| Modifier and Type | Field and Description |
|---|---|
protected List<UserTeamAssociation> |
userTeamAssociations |
| Constructor and Description |
|---|
UserTeamAssociationServiceInterfacecreateUserTeamAssociations() |
| Modifier and Type | Method and Description |
|---|---|
List<UserTeamAssociation> |
getUserTeamAssociations()
Gets the value of the userTeamAssociations property.
|
protected List<UserTeamAssociation> userTeamAssociations
public UserTeamAssociationServiceInterfacecreateUserTeamAssociations()
public List<UserTeamAssociation> getUserTeamAssociations()
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 userTeamAssociations property.
For example, to add a new item, do as follows:
getUserTeamAssociations().add(newItem);
Objects of the following type(s) are allowed in the list
UserTeamAssociation
Copyright © 2018. All Rights Reserved.