All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToProxy(Collection<ConsolePluginProxy> items) |
ConsolePluginSpecFluent.ProxyNested<A> |
addNewProxy() |
ConsolePluginSpecFluent.ProxyNested<A> |
addNewProxyLike(ConsolePluginProxy item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToProxy(ConsolePluginProxy... items) |
A |
addToProxy(int index,
ConsolePluginProxy item) |
ConsolePluginProxy |
buildFirstProxy() |
ConsolePluginProxy |
buildLastProxy() |
ConsolePluginProxy |
buildMatchingProxy(Predicate<ConsolePluginProxyBuilder> predicate) |
List<ConsolePluginProxy> |
buildProxy() |
ConsolePluginProxy |
buildProxy(int index) |
ConsolePluginService |
buildService() |
protected void |
copyInstance(ConsolePluginSpec instance) |
ConsolePluginSpecFluent.ProxyNested<A> |
editFirstProxy() |
ConsolePluginSpecFluent.ProxyNested<A> |
editLastProxy() |
ConsolePluginSpecFluent.ProxyNested<A> |
editMatchingProxy(Predicate<ConsolePluginProxyBuilder> predicate) |
ConsolePluginSpecFluent.ServiceNested<A> |
editOrNewService() |
ConsolePluginSpecFluent.ServiceNested<A> |
editOrNewServiceLike(ConsolePluginService item) |
ConsolePluginSpecFluent.ProxyNested<A> |
editProxy(int index) |
ConsolePluginSpecFluent.ServiceNested<A> |
editService() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDisplayName() |
boolean |
hasAdditionalProperties() |
boolean |
hasDisplayName() |
int |
hashCode() |
boolean |
hasMatchingProxy(Predicate<ConsolePluginProxyBuilder> predicate) |
boolean |
hasProxy() |
boolean |
hasService() |
A |
removeAllFromProxy(Collection<ConsolePluginProxy> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromProxy(ConsolePluginProxy... items) |
A |
removeMatchingFromProxy(Predicate<ConsolePluginProxyBuilder> predicate) |
ConsolePluginSpecFluent.ProxyNested<A> |
setNewProxyLike(int index,
ConsolePluginProxy item) |
A |
setToProxy(int index,
ConsolePluginProxy item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDisplayName(String displayName) |
ConsolePluginSpecFluent.ServiceNested<A> |
withNewService() |
A |
withNewService(String basePath,
String name,
String namespace,
Integer port) |
ConsolePluginSpecFluent.ServiceNested<A> |
withNewServiceLike(ConsolePluginService item) |
A |
withProxy(ConsolePluginProxy... proxy) |
A |
withProxy(List<ConsolePluginProxy> proxy) |
A |
withService(ConsolePluginService service) |