-
Sets the comma-delimited names of any attached files for this builder, for example "cat1, cat2"
.
Sets the request body parameters for the request generated by this builder, for example
Parameter.with("message", "Test status update")
.
Specifies if the request generated by this builder depends on the completion of another call in the current
batch, for example "first"
.
Sets the list of HTTP headers for the request generated by this builder.
Sets the HTTP method for the request generated by this builder, for example "POST"
(GET
is the
default value for this builder).
BatchRequest.BatchRequestBuilder.name(String name)
Sets the logical name for the request generated by this builder.
To make sure FB returns JSON in the event that this builder's request completes successfully, set this to
false
.
Specifies URL parameters for the request generated by this builder.