A
B
C
D
E
F
G
H
J
K
L
M
O
P
Q
R
S
T
B
- baseUrl(java.util.Optional) - function in com.growsurf.api.client.okhttp.GrowsurfOkHttpClient.Builder
- Alias for calling Builder.baseUrl with
baseUrl.orElse(null). - baseUrl(java.lang.String) - function in com.growsurf.api.client.okhttp.GrowsurfOkHttpClient.Builder
- The base URL to use for every request.
- baseUrl(java.util.Optional) - function in com.growsurf.api.client.okhttp.GrowsurfOkHttpClientAsync.Builder
- Alias for calling Builder.baseUrl with
baseUrl.orElse(null). - baseUrl(java.lang.String) - function in com.growsurf.api.client.okhttp.GrowsurfOkHttpClientAsync.Builder
- The base URL to use for every request.
- build() - function in com.growsurf.api.client.okhttp.GrowsurfOkHttpClient.Builder
- Returns an immutable instance of GrowsurfClient.
- build() - function in com.growsurf.api.client.okhttp.GrowsurfOkHttpClientAsync.Builder
- Returns an immutable instance of GrowsurfClientAsync.
- build() - function in com.growsurf.api.client.okhttp.OkHttpClient.Builder
- builder() - function in com.growsurf.api.client.okhttp.GrowsurfOkHttpClient.Companion
- Returns a mutable builder for constructing an instance of GrowsurfClient.
- builder() - function in com.growsurf.api.client.okhttp.GrowsurfOkHttpClientAsync.Companion
- Returns a mutable builder for constructing an instance of GrowsurfClientAsync.
- builder() - function in com.growsurf.api.client.okhttp.OkHttpClient.Companion