public class GetFolderTreeReturn
extends java.lang.Object
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="folders" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}Folder" minOccurs="0"/> <element name="permissionSetArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}PermissionSetArray" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
GetFolderTreeReturn() |
Modifier and Type | Method and Description |
---|---|
Folder |
getFolders()
Gets the value of the folders property.
|
PermissionSetArray |
getPermissionSetArray()
Gets the value of the permissionSetArray property.
|
void |
setFolders(Folder value)
Sets the value of the folders property.
|
void |
setPermissionSetArray(PermissionSetArray value)
Sets the value of the permissionSetArray property.
|
public Folder getFolders()
Folder
public void setFolders(Folder value)
value
- allowed object is
Folder
public PermissionSetArray getPermissionSetArray()
PermissionSetArray
public void setPermissionSetArray(PermissionSetArray value)
value
- allowed object is
PermissionSetArray
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"