Class EmailConfigFluent<A extends EmailConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1alpha1.EmailConfigFluent<A>
-
- Direct Known Subclasses:
EmailConfigBuilder,ReceiverFluent.EmailConfigsNested
public class EmailConfigFluent<A extends EmailConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classEmailConfigFluent.HeadersNested<N>classEmailConfigFluent.TlsConfigNested<N>
-
Constructor Summary
Constructors Constructor Description EmailConfigFluent()EmailConfigFluent(EmailConfig instance)
-
Method Summary
-
-
-
Constructor Detail
-
EmailConfigFluent
public EmailConfigFluent()
-
EmailConfigFluent
public EmailConfigFluent(EmailConfig instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(EmailConfig instance)
-
getAuthIdentity
public String getAuthIdentity()
-
hasAuthIdentity
public boolean hasAuthIdentity()
-
getAuthPassword
public io.fabric8.kubernetes.api.model.SecretKeySelector getAuthPassword()
-
withAuthPassword
public A withAuthPassword(io.fabric8.kubernetes.api.model.SecretKeySelector authPassword)
-
hasAuthPassword
public boolean hasAuthPassword()
-
getAuthSecret
public io.fabric8.kubernetes.api.model.SecretKeySelector getAuthSecret()
-
withAuthSecret
public A withAuthSecret(io.fabric8.kubernetes.api.model.SecretKeySelector authSecret)
-
hasAuthSecret
public boolean hasAuthSecret()
-
getAuthUsername
public String getAuthUsername()
-
hasAuthUsername
public boolean hasAuthUsername()
-
getFrom
public String getFrom()
-
hasFrom
public boolean hasFrom()
-
addAllToHeaders
public A addAllToHeaders(Collection<KeyValue> items)
-
removeAllFromHeaders
public A removeAllFromHeaders(Collection<KeyValue> items)
-
removeMatchingFromHeaders
public A removeMatchingFromHeaders(Predicate<KeyValueBuilder> predicate)
-
buildHeader
public KeyValue buildHeader(int index)
-
buildFirstHeader
public KeyValue buildFirstHeader()
-
buildLastHeader
public KeyValue buildLastHeader()
-
buildMatchingHeader
public KeyValue buildMatchingHeader(Predicate<KeyValueBuilder> predicate)
-
hasMatchingHeader
public boolean hasMatchingHeader(Predicate<KeyValueBuilder> predicate)
-
hasHeaders
public boolean hasHeaders()
-
addNewHeader
public EmailConfigFluent.HeadersNested<A> addNewHeader()
-
addNewHeaderLike
public EmailConfigFluent.HeadersNested<A> addNewHeaderLike(KeyValue item)
-
setNewHeaderLike
public EmailConfigFluent.HeadersNested<A> setNewHeaderLike(int index, KeyValue item)
-
editHeader
public EmailConfigFluent.HeadersNested<A> editHeader(int index)
-
editFirstHeader
public EmailConfigFluent.HeadersNested<A> editFirstHeader()
-
editLastHeader
public EmailConfigFluent.HeadersNested<A> editLastHeader()
-
editMatchingHeader
public EmailConfigFluent.HeadersNested<A> editMatchingHeader(Predicate<KeyValueBuilder> predicate)
-
getHello
public String getHello()
-
hasHello
public boolean hasHello()
-
getHtml
public String getHtml()
-
hasHtml
public boolean hasHtml()
-
getRequireTLS
public Boolean getRequireTLS()
-
hasRequireTLS
public boolean hasRequireTLS()
-
getSendResolved
public Boolean getSendResolved()
-
hasSendResolved
public boolean hasSendResolved()
-
getSmarthost
public String getSmarthost()
-
hasSmarthost
public boolean hasSmarthost()
-
getText
public String getText()
-
hasText
public boolean hasText()
-
buildTlsConfig
public SafeTLSConfig buildTlsConfig()
-
withTlsConfig
public A withTlsConfig(SafeTLSConfig tlsConfig)
-
hasTlsConfig
public boolean hasTlsConfig()
-
withNewTlsConfig
public EmailConfigFluent.TlsConfigNested<A> withNewTlsConfig()
-
withNewTlsConfigLike
public EmailConfigFluent.TlsConfigNested<A> withNewTlsConfigLike(SafeTLSConfig item)
-
editTlsConfig
public EmailConfigFluent.TlsConfigNested<A> editTlsConfig()
-
editOrNewTlsConfig
public EmailConfigFluent.TlsConfigNested<A> editOrNewTlsConfig()
-
editOrNewTlsConfigLike
public EmailConfigFluent.TlsConfigNested<A> editOrNewTlsConfigLike(SafeTLSConfig item)
-
getTo
public String getTo()
-
hasTo
public boolean hasTo()
-
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 EmailConfigFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends EmailConfigFluent<A>>
-
withRequireTLS
public A withRequireTLS()
-
withSendResolved
public A withSendResolved()
-
-