public static class Catalog.Builder<B extends Catalog.Builder<B>> extends Entity.Builder<B>
| Constructor and Description |
|---|
Catalog.Builder() |
| Modifier and Type | Method and Description |
|---|---|
Catalog |
build() |
B |
fromCatalogType(Catalog in) |
B |
isPublished(Boolean isPublished) |
B |
item(Reference catalogItem) |
B |
items(Iterable<Reference> catalogItems) |
B |
owner(Owner owner) |
B |
published() |
description, fromEntityType, id, name, task, tasksfromResource, href, link, links, self, typepublic B published()
CatalogType#isPublished()public Catalog build()
build in class Entity.Builder<B extends Catalog.Builder<B>>Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.