- create
Part create(HttpBody requestBody)
Undocumented in source. Be warned that the author may not have intended to support it.
- create
Part create(HttpFields headers, HttpBody requestBody)
Undocumented in source. Be warned that the author may not have intended to support it.
- createFormData
Part createFormData(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- createFormData
Part createFormData(string name, string value, string contentType)
Undocumented in source. Be warned that the author may not have intended to support it.
- createFormData
Part createFormData(string name, string filename, HttpBody requestBody)
Undocumented in source. Be warned that the author may not have intended to support it.