Interface InputFile<T>

    • Method Detail

      • getData

        T getData()
      • getIdentifier

        java.lang.String getIdentifier()
        Identifier for the InputFile If non-null, then this will use the attach protocol and call the attachTo method
      • isAttachable

        default boolean isAttachable()
      • attachTo

        default void attachTo​(okhttp3.MultipartBody.Builder builder)