public final class FormCommand extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FormCommand.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENT_TYPE_HEADER_NAME |
| Modifier and Type | Method and Description |
|---|---|
static FormCommand.Builder |
builder() |
boolean |
equals(Object o) |
static <T> T |
get(@NonNull okhttp3.OkHttpClient client,
@NonNull FormCommand command,
Class<T> type) |
Map<String,String> |
getBodyEntries() |
Map<String,String> |
getHeaders() |
Map<String,String> |
getQueryParameters() |
@NonNull URI |
getSuffix() |
@NonNull URI |
getUrl() |
int |
hashCode() |
static <T> T |
post(@NonNull okhttp3.OkHttpClient client,
@NonNull FormCommand command,
Class<T> type) |
String |
toString() |
public static final String CONTENT_TYPE_HEADER_NAME
public static <T> T get(@NonNull
@NonNull okhttp3.OkHttpClient client,
@NonNull
@NonNull FormCommand command,
Class<T> type)
throws SQLException
SQLExceptionpublic static <T> T post(@NonNull
@NonNull okhttp3.OkHttpClient client,
@NonNull
@NonNull FormCommand command,
Class<T> type)
throws SQLException
SQLExceptionpublic static FormCommand.Builder builder()
@NonNull public @NonNull URI getUrl()
@NonNull public @NonNull URI getSuffix()
Copyright © 2025. All rights reserved.