public class ListTemplate
extends java.lang.Object
| Constructor and Description |
|---|
ListTemplate()
Instantiates a new list template.
|
| Modifier and Type | Method and Description |
|---|---|
ListBaseType |
getBaseType()
Gets the base type.
|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getFeatureId()
Gets the feature id.
|
java.lang.String |
getImageUrl()
Gets the image url.
|
java.lang.String |
getInternalName()
Gets the internal name.
|
java.lang.String |
getName()
Gets the name.
|
ListTemplateType |
getType()
Gets the type.
|
boolean |
isCustomTemplate()
Checks if is custom template.
|
boolean |
isFolderCreationAllowed()
Checks if is folder creation allowed.
|
boolean |
isHidden()
Checks if is hidden.
|
boolean |
isOnQuickLaunch()
Checks if is on quick launch.
|
boolean |
isUnique()
Checks if is unique.
|
public ListBaseType getBaseType()
public java.lang.String getDescription()
public java.lang.String getFeatureId()
public java.lang.String getImageUrl()
public java.lang.String getInternalName()
public java.lang.String getName()
public ListTemplateType getType()
public boolean isCustomTemplate()
public boolean isFolderCreationAllowed()
public boolean isHidden()
public boolean isOnQuickLaunch()
public boolean isUnique()