Uses of Class
com.salesforce.datacloud.jdbc.http.FormCommand
-
Packages that use FormCommand Package Description com.salesforce.datacloud.jdbc.http -
-
Uses of FormCommand in com.salesforce.datacloud.jdbc.http
Methods in com.salesforce.datacloud.jdbc.http that return FormCommand Modifier and Type Method Description FormCommandFormCommand.Builder. build()Methods in com.salesforce.datacloud.jdbc.http with parameters of type FormCommand Modifier and Type Method Description static <T> TFormCommand. get(@NonNull okhttp3.OkHttpClient client, @NonNull FormCommand command, Class<T> type)static <T> TFormCommand. post(@NonNull okhttp3.OkHttpClient client, @NonNull FormCommand command, Class<T> type)
-