Interface MediaTypesAccessor.MediaTypesMutator

All Known Subinterfaces:
MediaTypesAccessor.MediaTypesProperty
Enclosing interface:
MediaTypesAccessor

public static interface MediaTypesAccessor.MediaTypesMutator
Provides a mutator for a Media-Types property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setMediaTypes(MediaType[] aMediaTypes)
    Sets the Media-Types for the Media-Types property.
  • Method Details

    • setMediaTypes

      void setMediaTypes(MediaType[] aMediaTypes)
      Sets the Media-Types for the Media-Types property.
      Parameters:
      aMediaTypes - The Media-Types to be stored by the Media-Types property.