public class UnlabelRequest extends SiftRequest<UnlabelResponse>
Modifier and Type | Method and Description |
---|---|
protected void |
modifyRequestBuilder(okhttp3.Request.Builder builder)
Use the DELETE HTTP method instead of the default POST.
|
protected okhttp3.HttpUrl |
path(okhttp3.HttpUrl baseUrl)
For unlabeling, the api key and abuse types are encoded into the URL since there is no
request body.
|
getAccountId, getFieldSet, send, url
protected okhttp3.HttpUrl path(okhttp3.HttpUrl baseUrl)
path
in class SiftRequest<UnlabelResponse>
protected void modifyRequestBuilder(okhttp3.Request.Builder builder)
modifyRequestBuilder
in class SiftRequest<UnlabelResponse>