public class Folder
extends java.lang.Object
| Constructor and Description |
|---|
Folder()
Instantiates a new folder.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getContentTypeOrders()
Gets the content type orders.
|
java.util.Date |
getCreatedTime()
Gets the created time.
|
int |
getItemCount()
Gets the item count.
|
java.util.Date |
getLastModifiedTime()
Gets the last modified time.
|
java.util.List<Link> |
getLinks()
Gets the links.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getServerRelativeUrl()
Gets the server relative url.
|
java.util.List<java.lang.String> |
getUniqueContentTypeOrders()
Gets the unique content type orders.
|
java.lang.String |
getUniqueId()
Gets the unique id.
|
java.lang.String |
getWelcomePage()
Gets the welcome page.
|
void |
setWelcomePage(java.lang.String welcomePage)
Sets the welcome page.
|
java.lang.String |
toString() |
public java.util.List<java.lang.String> getContentTypeOrders()
public java.util.Date getCreatedTime()
public int getItemCount()
public java.util.Date getLastModifiedTime()
public java.util.List<Link> getLinks()
public java.lang.String getName()
public java.lang.String getServerRelativeUrl()
public java.util.List<java.lang.String> getUniqueContentTypeOrders()
public java.lang.String getUniqueId()
public java.lang.String getWelcomePage()
public void setWelcomePage(java.lang.String welcomePage)
welcomePage - the new welcome pagepublic java.lang.String toString()
toString in class java.lang.Object