ResponseFormat Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. cognitiveservices. search. entitysearch. models. ResponseFormat
- com.
- com.
public final class ResponseFormat
extends com.microsoft.rest.ExpandableStringEnum<ResponseFormat>
Defines values for ResponseFormat.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Response |
JSON
Static value Json for Response |
static final
Response |
JSON_LD
Static value Json |
Constructor Summary
Constructor | Description | |
---|---|---|
ResponseFormat() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Response |
fromString(String name)
Creates or finds a Response |
static
java.util.Collection<Response |
values() |
Methods inherited from com.microsoft.rest.ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
JSON
public static final ResponseFormat JSON
Static value Json for ResponseFormat.
JSON_LD
public static final ResponseFormat JSON_LD
Static value JsonLd for ResponseFormat.
Constructor Details
ResponseFormat
public ResponseFormat()
Method Details
fromString
public static ResponseFormat fromString(String name)
Creates or finds a ResponseFormat from its string representation.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java