Package kong.unirest

Class BodyPart<T>

    • Constructor Detail

      • BodyPart

        protected BodyPart​(T value,
                           String name,
                           String contentType)
    • Method Detail

      • getValue

        public T getValue()
      • getPartType

        public Class<?> getPartType()
      • getContentType

        public String getContentType()
      • getName

        public String getName()
      • getFileName

        public String getFileName()
      • isFile

        public abstract boolean isFile()