public class WSCollection extends WSResource
Modifier and Type | Field and Description |
---|---|
protected int |
childCount |
protected String[] |
children |
name, pathID, tenantId
Constructor and Description |
---|
WSCollection() |
Modifier and Type | Method and Description |
---|---|
int |
getChildCount()
Returns the child count of the Collection
|
String[] |
getChildren()
Returns the children of the Collection
|
void |
setChildCount(int childCount)
Sets the child count of the Collection
|
void |
setChildren(String[] children)
Sets the children of the Collection
|
getAuthorUserName, getContentFile, getCreatedTime, getDbBasedContentID, getDescription, getId, getLastModified, getLastUpdaterUserName, getMatchingSnapshotID, getMediaType, getName, getParentPath, getPath, getPathID, getPermanentPath, getProperties, getSnapshotID, getState, getTenantId, getUserName, getUUID, getVersionNumber, isCollection, isDirectory, isPropertiesModified, isVersionableChange, setAuthorUserName, setCollection, setContentFile, setCreatedTime, setDbBasedContentID, setDescription, setDirectory, setId, setLastModified, setLastUpdaterUserName, setMatchingSnapshotID, setMediaType, setName, setParentPath, setPath, setPathID, setPermanentPath, setProperties, setPropertiesModified, setSnapshotID, setState, setTenantId, setUserName, setUUID, setVersionableChange, setVersionNumber
protected int childCount
protected String[] children
public int getChildCount()
public void setChildCount(int childCount)
childCount
- child countpublic String[] getChildren()
public void setChildren(String[] children)
children
- child resource paths.Copyright © 2023 WSO2. All rights reserved.