Interface ContentTypeAccessor.ContentTypeMutator

All Known Subinterfaces:
ContentTypeAccessor.ContentTypeProperty
Enclosing interface:
ContentTypeAccessor

public static interface ContentTypeAccessor.ContentTypeMutator
Provides a mutator for a Content-Type property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the Content-Type for the Content-Type property.
  • Method Details

    • setContentType

      void setContentType(ContentType aContentType)
      Sets the Content-Type for the Content-Type property.
      Parameters:
      aContentType - The Content-Type to be stored by the Content-Type property.