Package com.newrelic.api.agent
Interface HttpParameters.Build
-
- All Known Implementing Classes:
HttpParameters.Builder
- Enclosing class:
- HttpParameters
public static interface HttpParameters.Build
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpParameters
build()
Build the finalHttpParameters
for the API call.HttpParameters.Build
status(java.lang.Integer statusCode, java.lang.String statusText)
Set the status code/text of the HTTP response.
-
-
-
Method Detail
-
status
HttpParameters.Build status(java.lang.Integer statusCode, java.lang.String statusText)
Set the status code/text of the HTTP response.- Returns:
- the builder in a buildable state.
-
build
HttpParameters build()
Build the finalHttpParameters
for the API call.- Returns:
- the completed GenericParameters object
-
-