public class MicrosoftAuthenticatorAuthenticationMethodConfigurationRequestBuilder extends BaseRequestBuilder implements IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequestBuilder
| Constructor and Description |
|---|
MicrosoftAuthenticatorAuthenticationMethodConfigurationRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the MicrosoftAuthenticatorAuthenticationMethodConfiguration
|
| Modifier and Type | Method and Description |
|---|---|
IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequestBuilder |
includeTargets() |
IMicrosoftAuthenticatorAuthenticationMethodTargetRequestBuilder |
includeTargets(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic MicrosoftAuthenticatorAuthenticationMethodConfigurationRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest buildRequest(Option... requestOptions)
buildRequest in interface IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequestBuilderrequestOptions - the options for this requestpublic IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequestBuilderrequestOptions - the options for this requestpublic IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequestBuilder includeTargets()
includeTargets in interface IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequestBuilderpublic IMicrosoftAuthenticatorAuthenticationMethodTargetRequestBuilder includeTargets(java.lang.String id)
includeTargets in interface IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequestBuilder