Class MSTeamsV2ConfigFluent<A extends MSTeamsV2ConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1beta1.MSTeamsV2ConfigFluent<A>
-
- Direct Known Subclasses:
MSTeamsV2ConfigBuilder,ReceiverFluent.Msteamsv2ConfigsNested
public class MSTeamsV2ConfigFluent<A extends MSTeamsV2ConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classMSTeamsV2ConfigFluent.HttpConfigNested<N>
-
Constructor Summary
Constructors Constructor Description MSTeamsV2ConfigFluent()MSTeamsV2ConfigFluent(MSTeamsV2Config instance)
-
Method Summary
-
-
-
Constructor Detail
-
MSTeamsV2ConfigFluent
public MSTeamsV2ConfigFluent()
-
MSTeamsV2ConfigFluent
public MSTeamsV2ConfigFluent(MSTeamsV2Config instance)
-
-
Method Detail
-
buildHttpConfig
public HTTPConfig buildHttpConfig()
-
copyInstance
protected void copyInstance(MSTeamsV2Config instance)
-
editHttpConfig
public MSTeamsV2ConfigFluent.HttpConfigNested<A> editHttpConfig()
-
editOrNewHttpConfig
public MSTeamsV2ConfigFluent.HttpConfigNested<A> editOrNewHttpConfig()
-
editOrNewHttpConfigLike
public MSTeamsV2ConfigFluent.HttpConfigNested<A> editOrNewHttpConfigLike(HTTPConfig item)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends MSTeamsV2ConfigFluent<A>>
-
getSendResolved
public Boolean getSendResolved()
-
getText
public String getText()
-
getTitle
public String getTitle()
-
getWebhookURL
public io.fabric8.kubernetes.api.model.SecretKeySelector getWebhookURL()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasHttpConfig
public boolean hasHttpConfig()
-
hasSendResolved
public boolean hasSendResolved()
-
hasText
public boolean hasText()
-
hasTitle
public boolean hasTitle()
-
hasWebhookURL
public boolean hasWebhookURL()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends MSTeamsV2ConfigFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withHttpConfig
public A withHttpConfig(HTTPConfig httpConfig)
-
withNewHttpConfig
public MSTeamsV2ConfigFluent.HttpConfigNested<A> withNewHttpConfig()
-
withNewHttpConfigLike
public MSTeamsV2ConfigFluent.HttpConfigNested<A> withNewHttpConfigLike(HTTPConfig item)
-
withSendResolved
public A withSendResolved()
-
withWebhookURL
public A withWebhookURL(io.fabric8.kubernetes.api.model.SecretKeySelector webhookURL)
-
-