public interface IAuthenticationMethodsPolicyRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IAuthenticationMethodConfigurationCollectionRequestBuilder |
authenticationMethodConfigurations() |
IAuthenticationMethodConfigurationRequestBuilder |
authenticationMethodConfigurations(java.lang.String id) |
IAuthenticationMethodsPolicyRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IAuthenticationMethodsPolicyRequest |
buildRequest(Option... requestOptions)
Creates the request
|
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentIAuthenticationMethodsPolicyRequest buildRequest(Option... requestOptions)
requestOptions - the options for this requestIAuthenticationMethodsPolicyRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this requestIAuthenticationMethodConfigurationCollectionRequestBuilder authenticationMethodConfigurations()
IAuthenticationMethodConfigurationRequestBuilder authenticationMethodConfigurations(java.lang.String id)