public class DomainVerifyRequestBuilder extends BaseActionRequestBuilder implements IDomainVerifyRequestBuilder
bodyParams| Constructor and Description |
|---|
DomainVerifyRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this DomainVerify
|
| Modifier and Type | Method and Description |
|---|---|
IDomainVerifyRequest |
buildRequest()
Creates the IDomainVerifyRequest
|
IDomainVerifyRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IDomainVerifyRequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic DomainVerifyRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IDomainVerifyRequest buildRequest()
buildRequest in interface IDomainVerifyRequestBuilderpublic IDomainVerifyRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IDomainVerifyRequestBuilderrequestOptions - the options for the request