Interface CloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ApiServerSourceStatusFluent.CeAttributesNested<N>,AwsSqsSourceStatusFluent.CeAttributesNested<N>,ContainerSourceStatusFluent.CeAttributesNested<N>,CouchDbSourceStatusFluent.CeAttributesNested<N>,GitHubBindingStatusFluent.CeAttributesNested<N>,GitHubSourceStatusFluent.CeAttributesNested<N>,GitLabBindingStatusFluent.CeAttributesNested<N>,GitLabSourceStatusFluent.CeAttributesNested<N>,KafkaSourceStatusFluent.CeAttributesNested<N>,PingSourceStatusFluent.CeAttributesNested<N>,PrometheusSourceStatusFluent.CeAttributesNested<N>,SinkBindingStatusFluent.CeAttributesNested<N>
- All Known Implementing Classes:
ApiServerSourceStatusFluentImpl.CeAttributesNestedImpl,AwsSqsSourceStatusFluentImpl.CeAttributesNestedImpl,CloudEventAttributesBuilder,CloudEventAttributesFluentImpl,ContainerSourceStatusFluentImpl.CeAttributesNestedImpl,CouchDbSourceStatusFluentImpl.CeAttributesNestedImpl,GitHubBindingStatusFluentImpl.CeAttributesNestedImpl,GitHubSourceStatusFluentImpl.CeAttributesNestedImpl,GitLabBindingStatusFluentImpl.CeAttributesNestedImpl,GitLabSourceStatusFluentImpl.CeAttributesNestedImpl,KafkaSourceStatusFluentImpl.CeAttributesNestedImpl,PingSourceStatusFluentImpl.CeAttributesNestedImpl,PrometheusSourceStatusFluentImpl.CeAttributesNestedImpl,SinkBindingStatusFluentImpl.CeAttributesNestedImpl
public interface CloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSource()StringgetType()BooleanhasSource()BooleanhasType()AwithNewSource(String arg1)AwithNewSource(StringBuffer arg1)AwithNewSource(StringBuilder arg1)AwithNewType(String arg1)AwithNewType(StringBuffer arg1)AwithNewType(StringBuilder arg1)AwithSource(String source)AwithType(String type)
-
-
-
Method Detail
-
getSource
String getSource()
-
hasSource
Boolean hasSource()
-
withNewSource
A withNewSource(StringBuilder arg1)
-
withNewSource
A withNewSource(StringBuffer arg1)
-
getType
String getType()
-
hasType
Boolean hasType()
-
withNewType
A withNewType(StringBuilder arg1)
-
withNewType
A withNewType(StringBuffer arg1)
-
-