BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithExecute Interface

public interface WithExecute extends BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithAllOptions

The last stage of the definition which will make the operation call.

Method Summary

Modifier and Type Method and Description
SpellCheck execute()

Execute the request.

Observable<SpellCheck> executeAsync()

Execute the request asynchronously.

Inherited Members

BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithAllOptions.withAcceptLanguage(String acceptLanguage) BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithAllOptions.withActionType(ActionType actionType) BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithAllOptions.withAppName(String appName) BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithAllOptions.withClientId(String clientId) BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithAllOptions.withClientIp(String clientIp) BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithAllOptions.withClientMachineName(String clientMachineName) BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithAllOptions.withCountryCode(String countryCode) BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithAllOptions.withDocId(String docId) BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithAllOptions.withLocation(String location) BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithAllOptions.withMarket(String market) BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithAllOptions.withMode(String mode) BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithAllOptions.withPostContextText(String postContextText) BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithAllOptions.withPragma(String pragma) BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithAllOptions.withPreContextText(String preContextText) BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithAllOptions.withSessionId(String sessionId) BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithAllOptions.withSetLang(String setLang) BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithAllOptions.withUserAgent(String userAgent) BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithAllOptions.withUserId(String userId)

Method Details

execute

public SpellCheck execute()

Execute the request.

Returns:

the SpellCheck object if successful.

executeAsync

public Observable executeAsync()

Execute the request asynchronously.

Returns:

the observable to the SpellCheck object

Applies to