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

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

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






MessagePartHeader (Gmail API v1-rev20230925-2.0.0)












com.google.api.services.gmail.model

Class MessagePartHeader

    • Constructor Detail

      • MessagePartHeader

        public MessagePartHeader()
    • Method Detail

      • getName

        public String getName()
        The name of the header before the `:` separator. For example, `To`.
        Returns:
        value or null for none
      • setName

        public MessagePartHeader setName(String name)
        The name of the header before the `:` separator. For example, `To`.
        Parameters:
        name - name or null for none
      • getValue

        public String getValue()
        The value of the header after the `:` separator. For example, `[email protected]`.
        Returns:
        value or null for none
      • clone

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

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy