public static class FormCommand.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
FormCommand.Builder |
bodyEntries(Map<? extends String,? extends String> bodyEntries) |
FormCommand.Builder |
bodyEntry(String bodyEntryKey,
String bodyEntryValue) |
FormCommand |
build() |
FormCommand.Builder |
clearBodyEntries() |
FormCommand.Builder |
clearHeaders() |
FormCommand.Builder |
clearQueryParameters() |
FormCommand.Builder |
header(String headerKey,
String headerValue) |
FormCommand.Builder |
headers(Map<? extends String,? extends String> headers) |
FormCommand.Builder |
queryParameter(String queryParameterKey,
String queryParameterValue) |
FormCommand.Builder |
queryParameters(Map<? extends String,? extends String> queryParameters) |
FormCommand.Builder |
suffix(@NonNull URI suffix) |
String |
toString() |
FormCommand.Builder |
url(@NonNull URI url) |
public FormCommand.Builder url(@NonNull @NonNull URI url)
this.public FormCommand.Builder suffix(@NonNull @NonNull URI suffix)
this.public FormCommand.Builder header(String headerKey, String headerValue)
public FormCommand.Builder headers(Map<? extends String,? extends String> headers)
public FormCommand.Builder clearHeaders()
public FormCommand.Builder bodyEntry(String bodyEntryKey, String bodyEntryValue)
public FormCommand.Builder bodyEntries(Map<? extends String,? extends String> bodyEntries)
public FormCommand.Builder clearBodyEntries()
public FormCommand.Builder queryParameter(String queryParameterKey, String queryParameterValue)
public FormCommand.Builder queryParameters(Map<? extends String,? extends String> queryParameters)
public FormCommand.Builder clearQueryParameters()
public FormCommand build()
Copyright © 2025. All rights reserved.