public class EventTypeSpecFluentImpl<A extends EventTypeSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements EventTypeSpecFluent<A>
EventTypeSpecFluent.SchemaNested<N>| Constructor and Description |
|---|
EventTypeSpecFluentImpl() |
EventTypeSpecFluentImpl(EventTypeSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
JSONSchemaProps |
buildSchema() |
EventTypeSpecFluent.SchemaNested<A> |
editOrNewSchema() |
EventTypeSpecFluent.SchemaNested<A> |
editOrNewSchemaLike(JSONSchemaProps item) |
EventTypeSpecFluent.SchemaNested<A> |
editSchema() |
boolean |
equals(Object o) |
String |
getMediaType() |
JSONSchemaProps |
getSchema()
Deprecated.
|
int |
hashCode() |
Boolean |
hasMediaType() |
Boolean |
hasSchema() |
String |
toString() |
A |
withMediaType(String mediaType) |
EventTypeSpecFluent.SchemaNested<A> |
withNewSchema() |
EventTypeSpecFluent.SchemaNested<A> |
withNewSchemaLike(JSONSchemaProps item) |
A |
withSchema(JSONSchemaProps schema) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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 JSONSchemaProps getSchema()
getSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public JSONSchemaProps buildSchema()
buildSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public A withSchema(JSONSchemaProps schema)
withSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public Boolean hasSchema()
hasSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public EventTypeSpecFluent.SchemaNested<A> withNewSchema()
withNewSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public EventTypeSpecFluent.SchemaNested<A> withNewSchemaLike(JSONSchemaProps item)
withNewSchemaLike in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public EventTypeSpecFluent.SchemaNested<A> editSchema()
editSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public EventTypeSpecFluent.SchemaNested<A> editOrNewSchema()
editOrNewSchema in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public EventTypeSpecFluent.SchemaNested<A> editOrNewSchemaLike(JSONSchemaProps item)
editOrNewSchemaLike in interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends EventTypeSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends EventTypeSpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.