public class MicrosoftAuthenticatorAuthenticationMethodCollectionRequestBuilder extends BaseRequestBuilder implements IMicrosoftAuthenticatorAuthenticationMethodCollectionRequestBuilder
| Constructor and Description |
|---|
MicrosoftAuthenticatorAuthenticationMethodCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of Authentication
|
| Modifier and Type | Method and Description |
|---|---|
IMicrosoftAuthenticatorAuthenticationMethodCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IMicrosoftAuthenticatorAuthenticationMethodCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IMicrosoftAuthenticatorAuthenticationMethodRequestBuilder |
byId(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic MicrosoftAuthenticatorAuthenticationMethodCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IMicrosoftAuthenticatorAuthenticationMethodCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IMicrosoftAuthenticatorAuthenticationMethodCollectionRequestBuilderrequestOptions - the options for this requestpublic IMicrosoftAuthenticatorAuthenticationMethodCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IMicrosoftAuthenticatorAuthenticationMethodCollectionRequestBuilderrequestOptions - the options for this requestpublic IMicrosoftAuthenticatorAuthenticationMethodRequestBuilder byId(java.lang.String id)
byId in interface IMicrosoftAuthenticatorAuthenticationMethodCollectionRequestBuilder