Uses of Enum Class
com.vonage.client.redact.RedactRequest.Product
Packages that use RedactRequest.Product
-
Uses of RedactRequest.Product in com.vonage.client.redact
Methods in com.vonage.client.redact that return RedactRequest.ProductModifier and TypeMethodDescriptionRedactRequest.getProduct()static RedactRequest.ProductReturns the enum constant of this class with the specified name.static RedactRequest.Product[]RedactRequest.Product.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.redact with parameters of type RedactRequest.ProductModifier and TypeMethodDescriptionvoidRedactClient.redactTransaction(String id, RedactRequest.Product product) Submit a request to the Redact API to redact a transaction.voidRedactClient.redactTransaction(String id, RedactRequest.Product product, RedactRequest.Type type) Submit a request to the Redact API to redact a transaction.Constructors in com.vonage.client.redact with parameters of type RedactRequest.ProductModifierConstructorDescriptionRedactRequest(String id, RedactRequest.Product product) Construct a RedactRequest object with all required fields.