All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.gmail.model.SmtpMsa.html Maven / Gradle / Ivy

There is a newer version: v1-rev20240520-2.0.0
Show newest version






SmtpMsa (Gmail API v1-rev20240422-2.0.0)












com.google.api.services.gmail.model

Class SmtpMsa

    • Constructor Detail

      • SmtpMsa

        public SmtpMsa()
    • Method Detail

      • getHost

        public String getHost()
        The hostname of the SMTP service. Required.
        Returns:
        value or null for none
      • setHost

        public SmtpMsa setHost(String host)
        The hostname of the SMTP service. Required.
        Parameters:
        host - host or null for none
      • getPassword

        public String getPassword()
        The password that will be used for authentication with the SMTP service. This is a write-only field that can be specified in requests to create or update SendAs settings; it is never populated in responses.
        Returns:
        value or null for none
      • setPassword

        public SmtpMsa setPassword(String password)
        The password that will be used for authentication with the SMTP service. This is a write-only field that can be specified in requests to create or update SendAs settings; it is never populated in responses.
        Parameters:
        password - password or null for none
      • getPort

        public Integer getPort()
        The port of the SMTP service. Required.
        Returns:
        value or null for none
      • setPort

        public SmtpMsa setPort(Integer port)
        The port of the SMTP service. Required.
        Parameters:
        port - port or null for none
      • getSecurityMode

        public String getSecurityMode()
        The protocol that will be used to secure communication with the SMTP service. Required.
        Returns:
        value or null for none
      • setSecurityMode

        public SmtpMsa setSecurityMode(String securityMode)
        The protocol that will be used to secure communication with the SMTP service. Required.
        Parameters:
        securityMode - securityMode or null for none
      • getUsername

        public String getUsername()
        The username that will be used for authentication with the SMTP service. This is a write-only field that can be specified in requests to create or update SendAs settings; it is never populated in responses.
        Returns:
        value or null for none
      • setUsername

        public SmtpMsa setUsername(String username)
        The username that will be used for authentication with the SMTP service. This is a write-only field that can be specified in requests to create or update SendAs settings; it is never populated in responses.
        Parameters:
        username - username or null for none
      • set

        public SmtpMsa set(String fieldName,
                           Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public SmtpMsa clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy