JavaScript is disabled on your browser.
javax.mail

Class FetchProfile



  • public class FetchProfile
    extends java.lang.Object
    Specification of the facets of a message that are to be preloaded from the server.
    • Nested Class Summary

      Nested Classes
      Modifier and Type Class and Description
      static class FetchProfile.Item
      Base class of all the facets of a message that can be fetched.
    • Constructor Summary

      Constructors
      Constructor and Description
      FetchProfile ()
      Create an empty fetch profile.
    • Method Summary

      Methods
      Modifier and Type Method and Description
      void add (FetchProfile.Item item)
      Add the given item.
      void add (java.lang.String header)
      Add the specified header name.
      boolean contains (FetchProfile.Item item)
      Indicates whether the fetch profile contains the specified item.
      boolean contains (java.lang.String header)
      Indicates whether the fetch profile contains the given header name.
      java.lang.String[] getHeaderNames ()
      Get the names of the header fields in this profile.
      FetchProfile.Item[] getItems ()
      Get the items in this profile.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FetchProfile

        public FetchProfile()
        Create an empty fetch profile.
    • Method Detail

      • add

        public void add(java.lang.String header)
        Add the specified header name.
      • contains

        public boolean contains(FetchProfile.Item item)
        Indicates whether the fetch profile contains the specified item.
      • contains

        public boolean contains(java.lang.String header)
        Indicates whether the fetch profile contains the given header name.
      • getHeaderNames

        public java.lang.String[] getHeaderNames()
        Get the names of the header fields in this profile.

AltStyle によって変換されたページ (->オリジナル) /