Class EmailConfigFluent<A extends EmailConfigFluent<A>>

    • Constructor Detail

      • EmailConfigFluent

        public EmailConfigFluent()
      • EmailConfigFluent

        public EmailConfigFluent​(EmailConfig instance)
    • Method Detail

      • addNewHeader

        public A addNewHeader​(String key,
                              String value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToHeaders

        public A addToHeaders​(KeyValue... items)
      • addToHeaders

        public A addToHeaders​(int index,
                              KeyValue item)
      • buildFirstHeader

        public KeyValue buildFirstHeader()
      • buildHeader

        public KeyValue buildHeader​(int index)
      • buildLastHeader

        public KeyValue buildLastHeader()
      • copyInstance

        protected void copyInstance​(EmailConfig instance)
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends EmailConfigFluent<A>>
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • getAuthIdentity

        public String getAuthIdentity()
      • getAuthPassword

        public io.fabric8.kubernetes.api.model.SecretKeySelector getAuthPassword()
      • getAuthSecret

        public io.fabric8.kubernetes.api.model.SecretKeySelector getAuthSecret()
      • getAuthUsername

        public String getAuthUsername()
      • getFrom

        public String getFrom()
      • getHello

        public String getHello()
      • getHtml

        public String getHtml()
      • getRequireTLS

        public Boolean getRequireTLS()
      • getSendResolved

        public Boolean getSendResolved()
      • getSmarthost

        public String getSmarthost()
      • getText

        public String getText()
      • getTo

        public String getTo()
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • hasAuthIdentity

        public boolean hasAuthIdentity()
      • hasAuthPassword

        public boolean hasAuthPassword()
      • hasAuthSecret

        public boolean hasAuthSecret()
      • hasAuthUsername

        public boolean hasAuthUsername()
      • hasFrom

        public boolean hasFrom()
      • hasHeaders

        public boolean hasHeaders()
      • hasHello

        public boolean hasHello()
      • hasHtml

        public boolean hasHtml()
      • hasRequireTLS

        public boolean hasRequireTLS()
      • hasSendResolved

        public boolean hasSendResolved()
      • hasSmarthost

        public boolean hasSmarthost()
      • hasText

        public boolean hasText()
      • hasTlsConfig

        public boolean hasTlsConfig()
      • hasTo

        public boolean hasTo()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends EmailConfigFluent<A>>
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • removeFromHeaders

        public A removeFromHeaders​(KeyValue... items)
      • setToHeaders

        public A setToHeaders​(int index,
                              KeyValue item)
      • withAdditionalProperties

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • withAuthIdentity

        public A withAuthIdentity​(String authIdentity)
      • withAuthPassword

        public A withAuthPassword​(io.fabric8.kubernetes.api.model.SecretKeySelector authPassword)
      • withAuthSecret

        public A withAuthSecret​(io.fabric8.kubernetes.api.model.SecretKeySelector authSecret)
      • withAuthUsername

        public A withAuthUsername​(String authUsername)
      • withFrom

        public A withFrom​(String from)
      • withHeaders

        public A withHeaders​(KeyValue... headers)
      • withHello

        public A withHello​(String hello)
      • withHtml

        public A withHtml​(String html)
      • withNewAuthPassword

        public A withNewAuthPassword​(String key,
                                     String name,
                                     Boolean optional)
      • withRequireTLS

        public A withRequireTLS()
      • withRequireTLS

        public A withRequireTLS​(Boolean requireTLS)
      • withSendResolved

        public A withSendResolved()
      • withSendResolved

        public A withSendResolved​(Boolean sendResolved)
      • withSmarthost

        public A withSmarthost​(String smarthost)
      • withText

        public A withText​(String text)
      • withTo

        public A withTo​(String to)