public class EventTypeSpecFluentImpl<A extends EventTypeSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements EventTypeSpecFluent<A>
| Constructor and Description |
|---|
EventTypeSpecFluentImpl() |
EventTypeSpecFluentImpl(EventTypeSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMediaType() |
io.fabric8.kubernetes.api.model.apiextensions.v1.JSONSchemaProps |
getSchema() |
int |
hashCode() |
Boolean |
hasMediaType() |
Boolean |
hasSchema() |
A |
withMediaType(String mediaType) |
A |
withNewMediaType(String arg0)
Deprecated.
|
A |
withSchema(io.fabric8.kubernetes.api.model.apiextensions.v1.JSONSchemaProps schema) |
public EventTypeSpecFluentImpl()
public EventTypeSpecFluentImpl(EventTypeSpec instance)
public String getMediaType()
getMediaType in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withMediaType(String mediaType)
withMediaType in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public Boolean hasMediaType()
hasMediaType in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>@Deprecated public A withNewMediaType(String arg0)
withNewMediaType in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public io.fabric8.kubernetes.api.model.apiextensions.v1.JSONSchemaProps getSchema()
getSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withSchema(io.fabric8.kubernetes.api.model.apiextensions.v1.JSONSchemaProps schema)
withSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public Boolean hasSchema()
hasSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.