public interface ObjectNamePrototype
| Modifier and Type | Interface and Description |
|---|---|
static class |
ObjectNamePrototype.ObjectNameWithDomainAndTypePrototype |
static class |
ObjectNamePrototype.ObjectNameWithDomainTypeAndNamePrototype |
| Modifier and Type | Method and Description |
|---|---|
ObjectNameBuilder |
copy() |
static ObjectNamePrototype |
withDomainAndType(String domain,
String type) |
static ObjectNamePrototype |
withDomainTypeAndName(String domain,
String type,
String name) |
static ObjectNamePrototype withDomainAndType(String domain, String type)
static ObjectNamePrototype withDomainTypeAndName(String domain, String type, String name)
ObjectNameBuilder copy()
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.