public class LiveStreamEventServiceSoapBindingStub extends org.apache.axis.client.Stub implements LiveStreamEventServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
LiveStreamEventServiceSoapBindingStub() |
LiveStreamEventServiceSoapBindingStub(javax.xml.rpc.Service service) |
LiveStreamEventServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
LiveStreamEvent[] |
createLiveStreamEvents(LiveStreamEvent[] liveStreamEvents)
Creates new
LiveStreamEvent objects. |
Slate[] |
createSlates(Slate[] slates)
Create new slates.
|
LiveStreamEventPage |
getLiveStreamEventsByStatement(Statement filterStatement)
|
SlatePage |
getSlatesByStatement(Statement statement)
|
UpdateResult |
performLiveStreamEventAction(LiveStreamEventAction liveStreamEventAction,
Statement filterStatement)
Performs actions on
LiveStreamEvent objects that match
the given Statement.query. |
UpdateResult |
performSlateAction(SlateAction slateAction,
Statement filterStatement)
Performs actions on slates that match the given
Statement. |
LiveStreamEvent[] |
updateLiveStreamEvents(LiveStreamEvent[] liveStreamEvents)
Updates the specified
LiveStreamEvent objects. |
Slate[] |
updateSlates(Slate[] slates)
Update existing slates.
|
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic LiveStreamEventServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic LiveStreamEventServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic LiveStreamEventServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic LiveStreamEvent[] createLiveStreamEvents(LiveStreamEvent[] liveStreamEvents) throws RemoteException, ApiException
LiveStreamEventServiceInterfaceLiveStreamEvent objects.
The following fields are required:
createLiveStreamEvents in interface LiveStreamEventServiceInterfaceRemoteExceptionApiExceptionpublic Slate[] createSlates(Slate[] slates) throws RemoteException, ApiException
LiveStreamEventServiceInterfaceA slate creative is served as backup content in a live stream event when no other creatives are eligible to be served.
createSlates in interface LiveStreamEventServiceInterfaceRemoteExceptionApiExceptionpublic LiveStreamEventPage getLiveStreamEventsByStatement(Statement filterStatement) throws RemoteException, ApiException
LiveStreamEventServiceInterfaceLiveStreamEventPage of LiveStreamEvent
objects that satisfy the given
Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
id |
LiveStreamEvent.id |
slateCreativeId |
LiveStreamEvent.slateCreativeId |
assetKey |
LiveStreamEvent.assetKey |
streamCreateDaiAuthenticationKeyIds |
LiveStreamEvent.streamCreateDaiAuthenticationKeyIds |
dynamicAdInsertionType |
LiveStreamEvent.dynamicAdInsertionType |
streamingFormat |
LiveStreamEvent.streamingFormat |
customAssetKey |
LiveStreamEvent.customAssetKey |
daiEncodingProfileIds |
LiveStreamEvent.daiEncodingProfileIds |
segmentUrlAuthenticationKeyIds |
LiveStreamEvent.segmentUrlAuthenticationKeyIds |
getLiveStreamEventsByStatement in interface LiveStreamEventServiceInterfaceRemoteExceptionApiExceptionpublic SlatePage getSlatesByStatement(Statement statement) throws RemoteException, ApiException
LiveStreamEventServiceInterfaceSlatePage of Slate objects that satisfy
the given Statement.query. The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
Slate.id |
name |
Slate.name |
lastModifiedDateTime |
Slate.lastModifiedDateTime |
getSlatesByStatement in interface LiveStreamEventServiceInterfaceRemoteExceptionApiExceptionpublic UpdateResult performLiveStreamEventAction(LiveStreamEventAction liveStreamEventAction, Statement filterStatement) throws RemoteException, ApiException
LiveStreamEventServiceInterfaceLiveStreamEvent objects that match
the given Statement.query.performLiveStreamEventAction in interface LiveStreamEventServiceInterfaceRemoteExceptionApiExceptionpublic UpdateResult performSlateAction(SlateAction slateAction, Statement filterStatement) throws RemoteException, ApiException
LiveStreamEventServiceInterfaceStatement.performSlateAction in interface LiveStreamEventServiceInterfaceRemoteExceptionApiExceptionpublic LiveStreamEvent[] updateLiveStreamEvents(LiveStreamEvent[] liveStreamEvents) throws RemoteException, ApiException
LiveStreamEventServiceInterfaceLiveStreamEvent objects.updateLiveStreamEvents in interface LiveStreamEventServiceInterfaceRemoteExceptionApiExceptionpublic Slate[] updateSlates(Slate[] slates) throws RemoteException, ApiException
LiveStreamEventServiceInterfaceOnly the slateName is editable.
updateSlates in interface LiveStreamEventServiceInterfaceRemoteExceptionApiExceptionCopyright © 2024. All rights reserved.