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()
HandleArraypublic void setAssetHandleArray(HandleArray value)
value - allowed object is
     HandleArraypublic java.lang.String getDestFolder()
Stringpublic void setDestFolder(java.lang.String value)
value - allowed object is
     Stringpublic boolean isReadyForPublish()
public void setReadyForPublish(boolean value)
public java.lang.Boolean isSynchronizationComplete()
Booleanpublic void setSynchronizationComplete(java.lang.Boolean value)
value - allowed object is
     Booleanpublic AutoSetCreationOptions getAutoSetCreationOptions()
AutoSetCreationOptionspublic void setAutoSetCreationOptions(AutoSetCreationOptions value)
value - allowed object is
     AutoSetCreationOptionspublic java.lang.String getEmailSetting()
Stringpublic void setEmailSetting(java.lang.String value)
value - allowed object is
     String"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"