Package com.newrelic.api.agent
Interface GenericParameters.UriParameter
-
- All Known Implementing Classes:
GenericParameters.Builder
- Enclosing class:
- GenericParameters
public static interface GenericParameters.UriParameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenericParameters.ProcedureParameter
uri(java.net.URI uri)
Set the URI of the external call.
-
-
-
Method Detail
-
uri
GenericParameters.ProcedureParameter uri(java.net.URI uri)
Set the URI of the external call.- Parameters:
uri
- the URI of the external call- Returns:
- the next builder interface
-
-