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