public class UserScoreRequest extends SiftRequest<EntityScoreResponse>
| Modifier and Type | Method and Description |
|---|---|
protected void |
modifyRequestBuilder(okhttp3.Request.Builder builder)
Use a POST request if this is a rescore user request, otherwise use a GET request.
|
protected okhttp3.HttpUrl |
path(okhttp3.HttpUrl baseUrl)
For user score requests, the api key and abuse types are encoded into the URL as query params
|
getAccountId, getFieldSet, send, urlprotected void modifyRequestBuilder(okhttp3.Request.Builder builder)
modifyRequestBuilder in class SiftRequest<EntityScoreResponse>protected okhttp3.HttpUrl path(okhttp3.HttpUrl baseUrl)
path in class SiftRequest<EntityScoreResponse>