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