AutoSuggestOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. autosuggest. models. AutoSuggestOptionalParameter
- com.
public class AutoSuggestOptionalParameter
The AutoSuggestOptionalParameter model.
Method Summary
Method Details
acceptLanguage
public String acceptLanguage()
Get the acceptLanguage value.
Returns:
clientId
public String clientId()
Get the clientId value.
Returns:
clientIp
public String clientIp()
Get the clientIp value.
Returns:
countryCode
public String countryCode()
Get the countryCode value.
Returns:
location
public String location()
Get the location value.
Returns:
market
public String market()
Get the market value.
Returns:
pragma
public String pragma()
Get the pragma value.
Returns:
responseFormat
public List
Get the responseFormat value.
Returns:
safeSearch
public SafeSearch safeSearch()
Get the safeSearch value.
Returns:
setLang
public String setLang()
Get the setLang value.
Returns:
userAgent
public String userAgent()
Get the userAgent value.
Returns:
withAcceptLanguage
public AutoSuggestOptionalParameter withAcceptLanguage(String acceptLanguage)
Set the acceptLanguage value.
Parameters:
Returns:
withClientId
public AutoSuggestOptionalParameter withClientId(String clientId)
Set the clientId value.
Parameters:
Returns:
withClientIp
public AutoSuggestOptionalParameter withClientIp(String clientIp)
Set the clientIp value.
Parameters:
Returns:
withCountryCode
public AutoSuggestOptionalParameter withCountryCode(String countryCode)
Set the countryCode value.
Parameters:
Returns:
withLocation
public AutoSuggestOptionalParameter withLocation(String location)
Set the location value.
Parameters:
Returns:
withMarket
public AutoSuggestOptionalParameter withMarket(String market)
Set the market value.
Parameters:
Returns:
withPragma
public AutoSuggestOptionalParameter withPragma(String pragma)
Set the pragma value.
Parameters:
Returns:
withResponseFormat
public AutoSuggestOptionalParameter withResponseFormat(List
Set the responseFormat value.
Parameters:
Returns:
withSafeSearch
public AutoSuggestOptionalParameter withSafeSearch(SafeSearch safeSearch)
Set the safeSearch value.
Parameters:
Returns:
withSetLang
public AutoSuggestOptionalParameter withSetLang(String setLang)
Set the setLang value.
Parameters:
Returns:
withUserAgent
public AutoSuggestOptionalParameter withUserAgent(String userAgent)
Set the userAgent value.
Parameters:
Returns:
Applies to
Azure SDK for Java