Package com.newrelic.api.agent
Interface DatastoreParameters.OperationParameter
-
- All Known Implementing Classes:
DatastoreParameters.Builder
- Enclosing class:
- DatastoreParameters
public static interface DatastoreParameters.OperationParameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatastoreParameters.InstanceParameter
operation(java.lang.String operation)
Set the datastore operation.
-
-
-
Method Detail
-
operation
DatastoreParameters.InstanceParameter operation(java.lang.String operation)
Set the datastore operation. This is the primitive operation type accepted by the datastore itself or the name of the API method in the client library.- Parameters:
operation
- the datastore operation- Returns:
- the next builder interface
-
-