Uses of Enum Class
com.vonage.client.redact.RedactRequest.Type
Packages that use RedactRequest.Type
-
Uses of RedactRequest.Type in com.vonage.client.redact
Methods in com.vonage.client.redact that return RedactRequest.TypeModifier and TypeMethodDescriptionRedactRequest.getType()static RedactRequest.TypeReturns the enum constant of this class with the specified name.static RedactRequest.Type[]RedactRequest.Type.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.TypeModifier and TypeMethodDescriptionvoidRedactClient.redactTransaction(String id, RedactRequest.Product product, RedactRequest.Type type) Submit a request to the Redact API to redact a transaction.voidRedactRequest.setType(RedactRequest.Type type)