public class ServicePrincipalAddKeyRequestBuilder extends BaseActionRequestBuilder implements IServicePrincipalAddKeyRequestBuilder
bodyParams
Constructor and Description |
---|
ServicePrincipalAddKeyRequestBuilder(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 ServicePrincipalAddKey
|
Modifier and Type | Method and Description |
---|---|
IServicePrincipalAddKeyRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IServicePrincipalAddKeyRequest with specific requestOptions instead of the existing requestOptions
|
IServicePrincipalAddKeyRequest |
buildRequest(Option... requestOptions)
Creates the IServicePrincipalAddKeyRequest
|
getParameter, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public ServicePrincipalAddKeyRequestBuilder(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 IServicePrincipalAddKeyRequest buildRequest(Option... requestOptions)
buildRequest
in interface IServicePrincipalAddKeyRequestBuilder
requestOptions
- the options for the requestpublic IServicePrincipalAddKeyRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IServicePrincipalAddKeyRequestBuilder
requestOptions
- the options for the request