public class AutomatedSetGenerationJob
extends java.lang.Object
Java class for AutomatedSetGenerationJob complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AutomatedSetGenerationJob"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="assetHandleArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}HandleArray"/> <element name="destFolder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="readyForPublish" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="synchronizationComplete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="autoSetCreationOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}AutoSetCreationOptions"/> <element name="emailSetting" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
AutomatedSetGenerationJob() |
Modifier and Type | Method and Description |
---|---|
HandleArray |
getAssetHandleArray()
Gets the value of the assetHandleArray property.
|
AutoSetCreationOptions |
getAutoSetCreationOptions()
Gets the value of the autoSetCreationOptions property.
|
java.lang.String |
getDestFolder()
Gets the value of the destFolder property.
|
java.lang.String |
getEmailSetting()
Gets the value of the emailSetting property.
|
boolean |
isReadyForPublish()
Gets the value of the readyForPublish property.
|
java.lang.Boolean |
isSynchronizationComplete()
Gets the value of the synchronizationComplete property.
|
void |
setAssetHandleArray(HandleArray value)
Sets the value of the assetHandleArray property.
|
void |
setAutoSetCreationOptions(AutoSetCreationOptions value)
Sets the value of the autoSetCreationOptions property.
|
void |
setDestFolder(java.lang.String value)
Sets the value of the destFolder property.
|
void |
setEmailSetting(java.lang.String value)
Sets the value of the emailSetting property.
|
void |
setReadyForPublish(boolean value)
Sets the value of the readyForPublish property.
|
void |
setSynchronizationComplete(java.lang.Boolean value)
Sets the value of the synchronizationComplete property.
|
public HandleArray getAssetHandleArray()
HandleArray
public void setAssetHandleArray(HandleArray value)
value
- allowed object is
HandleArray
public java.lang.String getDestFolder()
String
public void setDestFolder(java.lang.String value)
value
- allowed object is
String
public boolean isReadyForPublish()
public void setReadyForPublish(boolean value)
public java.lang.Boolean isSynchronizationComplete()
Boolean
public void setSynchronizationComplete(java.lang.Boolean value)
value
- allowed object is
Boolean
public AutoSetCreationOptions getAutoSetCreationOptions()
AutoSetCreationOptions
public void setAutoSetCreationOptions(AutoSetCreationOptions value)
value
- allowed object is
AutoSetCreationOptions
public java.lang.String getEmailSetting()
String
public void setEmailSetting(java.lang.String value)
value
- allowed object is
String
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"