Class PingSourceSpecFluentImpl<A extends PingSourceSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.sources.v1beta1.PingSourceSpecFluentImpl<A>
-
- All Implemented Interfaces:
PingSourceSpecFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
PingSourceFluentImpl.SpecNestedImpl,PingSourceSpecBuilder
public class PingSourceSpecFluentImpl<A extends PingSourceSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PingSourceSpecFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPingSourceSpecFluentImpl.CeOverridesNestedImpl<N>classPingSourceSpecFluentImpl.SinkNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.knative.sources.v1beta1.PingSourceSpecFluent
PingSourceSpecFluent.CeOverridesNested<N>, PingSourceSpecFluent.SinkNested<N>
-
-
Constructor Summary
Constructors Constructor Description PingSourceSpecFluentImpl()PingSourceSpecFluentImpl(PingSourceSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
PingSourceSpecFluentImpl
public PingSourceSpecFluentImpl()
-
PingSourceSpecFluentImpl
public PingSourceSpecFluentImpl(PingSourceSpec instance)
-
-
Method Detail
-
getCeOverrides
@Deprecated public CloudEventOverrides getCeOverrides()
Deprecated.This method has been deprecated, please use method buildCeOverrides instead.- Specified by:
getCeOverridesin interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>- Returns:
- The buildable object.
-
buildCeOverrides
public CloudEventOverrides buildCeOverrides()
- Specified by:
buildCeOverridesin interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
withCeOverrides
public A withCeOverrides(CloudEventOverrides ceOverrides)
- Specified by:
withCeOverridesin interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
hasCeOverrides
public Boolean hasCeOverrides()
- Specified by:
hasCeOverridesin interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
withNewCeOverrides
public PingSourceSpecFluent.CeOverridesNested<A> withNewCeOverrides()
- Specified by:
withNewCeOverridesin interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
withNewCeOverridesLike
public PingSourceSpecFluent.CeOverridesNested<A> withNewCeOverridesLike(CloudEventOverrides item)
- Specified by:
withNewCeOverridesLikein interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
editCeOverrides
public PingSourceSpecFluent.CeOverridesNested<A> editCeOverrides()
- Specified by:
editCeOverridesin interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
editOrNewCeOverrides
public PingSourceSpecFluent.CeOverridesNested<A> editOrNewCeOverrides()
- Specified by:
editOrNewCeOverridesin interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
editOrNewCeOverridesLike
public PingSourceSpecFluent.CeOverridesNested<A> editOrNewCeOverridesLike(CloudEventOverrides item)
- Specified by:
editOrNewCeOverridesLikein interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
getJsonData
public String getJsonData()
- Specified by:
getJsonDatain interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
withJsonData
public A withJsonData(String jsonData)
- Specified by:
withJsonDatain interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
hasJsonData
public Boolean hasJsonData()
- Specified by:
hasJsonDatain interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
withNewJsonData
public A withNewJsonData(String arg1)
- Specified by:
withNewJsonDatain interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
withNewJsonData
public A withNewJsonData(StringBuilder arg1)
- Specified by:
withNewJsonDatain interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
withNewJsonData
public A withNewJsonData(StringBuffer arg1)
- Specified by:
withNewJsonDatain interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
getSchedule
public String getSchedule()
- Specified by:
getSchedulein interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
withSchedule
public A withSchedule(String schedule)
- Specified by:
withSchedulein interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
hasSchedule
public Boolean hasSchedule()
- Specified by:
hasSchedulein interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
withNewSchedule
public A withNewSchedule(String arg1)
- Specified by:
withNewSchedulein interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
withNewSchedule
public A withNewSchedule(StringBuilder arg1)
- Specified by:
withNewSchedulein interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
withNewSchedule
public A withNewSchedule(StringBuffer arg1)
- Specified by:
withNewSchedulein interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
getSink
@Deprecated public Destination getSink()
Deprecated.This method has been deprecated, please use method buildSink instead.- Specified by:
getSinkin interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>- Returns:
- The buildable object.
-
buildSink
public Destination buildSink()
- Specified by:
buildSinkin interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
withSink
public A withSink(Destination sink)
- Specified by:
withSinkin interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
hasSink
public Boolean hasSink()
- Specified by:
hasSinkin interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
withNewSink
public PingSourceSpecFluent.SinkNested<A> withNewSink()
- Specified by:
withNewSinkin interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
withNewSinkLike
public PingSourceSpecFluent.SinkNested<A> withNewSinkLike(Destination item)
- Specified by:
withNewSinkLikein interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
editSink
public PingSourceSpecFluent.SinkNested<A> editSink()
- Specified by:
editSinkin interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
editOrNewSink
public PingSourceSpecFluent.SinkNested<A> editOrNewSink()
- Specified by:
editOrNewSinkin interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
editOrNewSinkLike
public PingSourceSpecFluent.SinkNested<A> editOrNewSinkLike(Destination item)
- Specified by:
editOrNewSinkLikein interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
getTimezone
public String getTimezone()
- Specified by:
getTimezonein interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
withTimezone
public A withTimezone(String timezone)
- Specified by:
withTimezonein interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
hasTimezone
public Boolean hasTimezone()
- Specified by:
hasTimezonein interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
withNewTimezone
public A withNewTimezone(String arg1)
- Specified by:
withNewTimezonein interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
withNewTimezone
public A withNewTimezone(StringBuilder arg1)
- Specified by:
withNewTimezonein interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
withNewTimezone
public A withNewTimezone(StringBuffer arg1)
- Specified by:
withNewTimezonein interfacePingSourceSpecFluent<A extends PingSourceSpecFluent<A>>
-
-