public class CatalogItem extends Entity
<complexType name="CatalogItemType" />
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogItem.Builder<B extends CatalogItem.Builder<B>> |
| Modifier and Type | Field and Description |
|---|---|
static String |
MEDIA_TYPE |
| Modifier | Constructor and Description |
|---|---|
protected |
CatalogItem() |
protected |
CatalogItem(CatalogItem.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static CatalogItem.Builder<?> |
builder() |
Reference |
getEntity()
A reference to a VappTemplate or Media object.
|
Set<Property> |
getProperties()
User-specified key/value pair.
|
CatalogItem.Builder<?> |
toBuilder() |
clone, equals, getDescription, getId, getName, getTasks, hashCode, setDescription, setName, stringpublic static final String MEDIA_TYPE
protected CatalogItem(CatalogItem.Builder<?> builder)
protected CatalogItem()
public static CatalogItem.Builder<?> builder()
public CatalogItem.Builder<?> toBuilder()
public Reference getEntity()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.