Package com.nexmo.client.verify
Class ControlRequest
- java.lang.Object
-
- com.nexmo.client.verify.ControlRequest
-
public class ControlRequest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ControlRequest(java.lang.String requestId, VerifyControlCommand command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddParams(org.apache.http.client.methods.RequestBuilder request)VerifyControlCommandgetCommand()java.lang.StringgetRequestId()
-
-
-
Constructor Detail
-
ControlRequest
public ControlRequest(java.lang.String requestId, VerifyControlCommand command)
-
-
Method Detail
-
getRequestId
public java.lang.String getRequestId()
-
getCommand
public VerifyControlCommand getCommand()
-
addParams
public void addParams(org.apache.http.client.methods.RequestBuilder request)
-
-