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