Package com.vonage.client.redact
Class RedactRequest
java.lang.Object
com.vonage.client.redact.RedactRequest
- All Implemented Interfaces:
Jsonable
Represents a request to the Redact API.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionRedactRequest(String id, RedactRequest.Product product) Construct a RedactRequest object with all required fields. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
RedactRequest
Construct a RedactRequest object with all required fields.- Parameters:
id- The transaction id to redact.product- TheRedactRequest.Productthat the id relates to.
-
-
Method Details
-
getId
-
getProduct
-
getType
-
setType
-