Package com.scene7.ipsapi
Class ForceRepublishAssetsParam
java.lang.Object
com.scene7.ipsapi.ForceRepublishAssetsParam
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="companyHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="republishFiles" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="resyncCatalog" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="assetHandleArray" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}HandleArray"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assetHandleArray property.Gets the value of the companyHandle property.Gets the value of the republishFiles property.Gets the value of the resyncCatalog property.voidsetAssetHandleArray(HandleArray value) Sets the value of the assetHandleArray property.voidsetCompanyHandle(String value) Sets the value of the companyHandle property.voidsetRepublishFiles(Boolean value) Sets the value of the republishFiles property.voidsetResyncCatalog(Boolean value) Sets the value of the resyncCatalog property.
-
Constructor Details
-
ForceRepublishAssetsParam
public ForceRepublishAssetsParam()
-
-
Method Details
-
getCompanyHandle
Gets the value of the companyHandle property.- Returns:
- possible object is
String
-
setCompanyHandle
Sets the value of the companyHandle property.- Parameters:
value- allowed object isString
-
isRepublishFiles
Gets the value of the republishFiles property.- Returns:
- possible object is
Boolean
-
setRepublishFiles
Sets the value of the republishFiles property.- Parameters:
value- allowed object isBoolean
-
isResyncCatalog
Gets the value of the resyncCatalog property.- Returns:
- possible object is
Boolean
-
setResyncCatalog
Sets the value of the resyncCatalog property.- Parameters:
value- allowed object isBoolean
-
getAssetHandleArray
Gets the value of the assetHandleArray property.- Returns:
- possible object is
HandleArray
-
setAssetHandleArray
Sets the value of the assetHandleArray property.- Parameters:
value- allowed object isHandleArray
-