Class PartItem


  • public final class PartItem
    extends Object
    • Constructor Detail

      • PartItem

        public PartItem​(String name,
                        javax.ws.rs.core.MediaType type,
                        Object value)
    • Method Detail

      • getName

        public String getName()
      • getType

        public javax.ws.rs.core.MediaType getType()
      • getValue

        public Object getValue()