public class ApplicationAddKeyRequestBuilder extends BaseActionRequestBuilder implements IApplicationAddKeyRequestBuilder
bodyParams| Constructor and Description |
|---|
ApplicationAddKeyRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
KeyCredential keyCredential,
PasswordCredential passwordCredential,
java.lang.String proof)
The request builder for this ApplicationAddKey
|
| Modifier and Type | Method and Description |
|---|---|
IApplicationAddKeyRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IApplicationAddKeyRequest with specific requestOptions instead of the existing requestOptions
|
IApplicationAddKeyRequest |
buildRequest(Option... requestOptions)
Creates the IApplicationAddKeyRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic ApplicationAddKeyRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
KeyCredential keyCredential,
PasswordCredential passwordCredential,
java.lang.String proof)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestkeyCredential - the keyCredentialpasswordCredential - the passwordCredentialproof - the proofpublic IApplicationAddKeyRequest buildRequest(Option... requestOptions)
buildRequest in interface IApplicationAddKeyRequestBuilderrequestOptions - the options for the requestpublic IApplicationAddKeyRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IApplicationAddKeyRequestBuilderrequestOptions - the options for the request