public class VideoPublishJob extends Object
Java class for VideoPublishJob complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VideoPublishJob">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="emailSetting" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="httpCompletionUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contextHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
VideoPublishJob() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextHandle()
Gets the value of the contextHandle property.
|
String |
getEmailSetting()
Gets the value of the emailSetting property.
|
String |
getHttpCompletionUrl()
Gets the value of the httpCompletionUrl property.
|
void |
setContextHandle(String value)
Sets the value of the contextHandle property.
|
void |
setEmailSetting(String value)
Sets the value of the emailSetting property.
|
void |
setHttpCompletionUrl(String value)
Sets the value of the httpCompletionUrl property.
|
public String getEmailSetting()
Stringpublic void setEmailSetting(String value)
value - allowed object is
Stringpublic String getHttpCompletionUrl()
Stringpublic void setHttpCompletionUrl(String value)
value - allowed object is
Stringpublic String getContextHandle()
StringCopyright © 2010 - 2020 Adobe. All Rights Reserved