public final class ResourceType extends TenantBasedEntity<ResourceType.Blueprint,ResourceType.Update>
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceType.Blueprint
Data required to create a resource type.
|
static class |
ResourceType.Update |
AbstractElement.Updater<U extends AbstractElement.Update,E extends AbstractElement<?,U>>ID_PROPERTY, properties| Constructor and Description |
|---|
ResourceType(CanonicalPath path) |
ResourceType(CanonicalPath path,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(ElementVisitor<R,P> visitor,
P parameter)
Accepts the provided visitor.
|
AbstractElement.Updater<ResourceType.Update,ResourceType> |
update() |
getTenantIdappendToString, toStringequals, getId, getPath, getProperties, hashCode, valueOrDefaultpublic ResourceType(CanonicalPath path)
public ResourceType(CanonicalPath path, Map<String,Object> properties)
public AbstractElement.Updater<ResourceType.Update,ResourceType> update()
update in class AbstractElement<ResourceType.Blueprint,ResourceType.Update>public <R,P> R accept(ElementVisitor<R,P> visitor, P parameter)
AbstractElementaccept in class AbstractElement<ResourceType.Blueprint,ResourceType.Update>R - the return typeP - the type of the parametervisitor - the visitor to visit this entityparameter - the parameter to pass on to the visitorCopyright © 2015 Red Hat, Inc.. All rights reserved.