public class WebhookClientConfigFluentImpl<A extends WebhookClientConfigFluent<A>> extends BaseFluent<A> implements WebhookClientConfigFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
WebhookClientConfigFluentImpl.ServiceNestedImpl<N> |
WebhookClientConfigFluent.ServiceNested<N>_visitables| Constructor and Description |
|---|
WebhookClientConfigFluentImpl() |
WebhookClientConfigFluentImpl(WebhookClientConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
ServiceReference |
buildService() |
WebhookClientConfigFluent.ServiceNested<A> |
editOrNewService() |
WebhookClientConfigFluent.ServiceNested<A> |
editOrNewServiceLike(ServiceReference item) |
WebhookClientConfigFluent.ServiceNested<A> |
editService() |
boolean |
equals(Object o) |
String |
getCaBundle() |
ServiceReference |
getService()
Deprecated.
|
String |
getUrl() |
Boolean |
hasCaBundle() |
Boolean |
hasService() |
Boolean |
hasUrl() |
A |
withCaBundle(String caBundle) |
WebhookClientConfigFluent.ServiceNested<A> |
withNewService() |
A |
withNewService(String name,
String namespace,
String path) |
WebhookClientConfigFluent.ServiceNested<A> |
withNewServiceLike(ServiceReference item) |
A |
withService(ServiceReference service) |
A |
withUrl(String url) |
public WebhookClientConfigFluentImpl()
public WebhookClientConfigFluentImpl(WebhookClientConfig instance)
public String getCaBundle()
getCaBundle in interface WebhookClientConfigFluent<A extends WebhookClientConfigFluent<A>>public A withCaBundle(String caBundle)
withCaBundle in interface WebhookClientConfigFluent<A extends WebhookClientConfigFluent<A>>public Boolean hasCaBundle()
hasCaBundle in interface WebhookClientConfigFluent<A extends WebhookClientConfigFluent<A>>@Deprecated public ServiceReference getService()
getService in interface WebhookClientConfigFluent<A extends WebhookClientConfigFluent<A>>public ServiceReference buildService()
buildService in interface WebhookClientConfigFluent<A extends WebhookClientConfigFluent<A>>public A withService(ServiceReference service)
withService in interface WebhookClientConfigFluent<A extends WebhookClientConfigFluent<A>>public Boolean hasService()
hasService in interface WebhookClientConfigFluent<A extends WebhookClientConfigFluent<A>>public A withNewService(String name, String namespace, String path)
withNewService in interface WebhookClientConfigFluent<A extends WebhookClientConfigFluent<A>>public WebhookClientConfigFluent.ServiceNested<A> withNewService()
withNewService in interface WebhookClientConfigFluent<A extends WebhookClientConfigFluent<A>>public WebhookClientConfigFluent.ServiceNested<A> withNewServiceLike(ServiceReference item)
withNewServiceLike in interface WebhookClientConfigFluent<A extends WebhookClientConfigFluent<A>>public WebhookClientConfigFluent.ServiceNested<A> editService()
editService in interface WebhookClientConfigFluent<A extends WebhookClientConfigFluent<A>>public WebhookClientConfigFluent.ServiceNested<A> editOrNewService()
editOrNewService in interface WebhookClientConfigFluent<A extends WebhookClientConfigFluent<A>>public WebhookClientConfigFluent.ServiceNested<A> editOrNewServiceLike(ServiceReference item)
editOrNewServiceLike in interface WebhookClientConfigFluent<A extends WebhookClientConfigFluent<A>>public String getUrl()
getUrl in interface WebhookClientConfigFluent<A extends WebhookClientConfigFluent<A>>public A withUrl(String url)
withUrl in interface WebhookClientConfigFluent<A extends WebhookClientConfigFluent<A>>public Boolean hasUrl()
hasUrl in interface WebhookClientConfigFluent<A extends WebhookClientConfigFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.