AvailableProviders.DefinitionStages.WithExecuteAndState Interface

Implements

public static interface AvailableProviders.DefinitionStages.WithExecuteAndState
extends WithExecute

The stage of the definition which allows to specify state or execute the query.

Method Summary

Modifier and Type Method and Description
abstract WithExecuteAndCity withState(String state)

Method Details

withState

public abstract AvailableProviders.DefinitionStages.WithExecuteAndCity withState(String state)

Parameters:

state - the state for available providers list

Returns:

the next stage of the definition

Applies to