FormCommand.Builder |
FormCommand.Builder.bodyEntries(Map<? extends String,? extends String> bodyEntries) |
FormCommand.Builder |
FormCommand.Builder.bodyEntry(String bodyEntryKey,
String bodyEntryValue) |
static FormCommand.Builder |
FormCommand.builder() |
FormCommand.Builder |
FormCommand.Builder.clearBodyEntries() |
FormCommand.Builder |
FormCommand.Builder.clearHeaders() |
FormCommand.Builder |
FormCommand.Builder.clearQueryParameters() |
FormCommand.Builder |
FormCommand.Builder.header(String headerKey,
String headerValue) |
FormCommand.Builder |
FormCommand.Builder.headers(Map<? extends String,? extends String> headers) |
FormCommand.Builder |
FormCommand.Builder.queryParameter(String queryParameterKey,
String queryParameterValue) |
FormCommand.Builder |
FormCommand.Builder.queryParameters(Map<? extends String,? extends String> queryParameters) |
FormCommand.Builder |
FormCommand.Builder.suffix(@NonNull URI suffix) |
FormCommand.Builder |
FormCommand.Builder.url(@NonNull URI url) |