Uses of Class
com.salesforce.datacloud.jdbc.http.FormCommand.Builder
-
Packages that use FormCommand.Builder Package Description com.salesforce.datacloud.jdbc.http -
-
Uses of FormCommand.Builder in com.salesforce.datacloud.jdbc.http
Methods in com.salesforce.datacloud.jdbc.http that return FormCommand.Builder Modifier and Type Method Description FormCommand.BuilderFormCommand.Builder. bodyEntries(Map<? extends String,? extends String> bodyEntries)FormCommand.BuilderFormCommand.Builder. bodyEntry(String bodyEntryKey, String bodyEntryValue)static FormCommand.BuilderFormCommand. builder()FormCommand.BuilderFormCommand.Builder. clearBodyEntries()FormCommand.BuilderFormCommand.Builder. clearHeaders()FormCommand.BuilderFormCommand.Builder. clearQueryParameters()FormCommand.BuilderFormCommand.Builder. header(String headerKey, String headerValue)FormCommand.BuilderFormCommand.Builder. headers(Map<? extends String,? extends String> headers)FormCommand.BuilderFormCommand.Builder. queryParameter(String queryParameterKey, String queryParameterValue)FormCommand.BuilderFormCommand.Builder. queryParameters(Map<? extends String,? extends String> queryParameters)FormCommand.BuilderFormCommand.Builder. suffix(@NonNull URI suffix)FormCommand.BuilderFormCommand.Builder. url(@NonNull URI url)
-