Class ContentIdFieldImpl

java.lang.Object
org.apache.james.mime4j.field.AbstractField
org.apache.james.mime4j.field.ContentIdFieldImpl
All Implemented Interfaces:
ContentIdField, ParsedField, Field

public class ContentIdFieldImpl extends AbstractField implements ContentIdField
Represents a Content-Transfer-Encoding field.
  • Field Details

  • Constructor Details

  • Method Details

    • parse

      private void parse()
    • getId

      public String getId()
      Description copied from interface: ContentIdField
      Gets the content ID defined in this field.
      Specified by:
      getId in interface ContentIdField
      Returns:
      the content ID or null if not set.