KnowledgeBaseWorkIQReference Class
- java.
lang. Object - com.
azure. search. documents. knowledgebases. models. KnowledgeBaseReference - com.
azure. search. documents. knowledgebases. models. KnowledgeBaseWorkIQReference
- com.
- com.
public final class KnowledgeBaseWorkIQReference
extends KnowledgeBaseReference
Represents a WorkIQ document reference.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Knowledge |
fromJson(JsonReader jsonReader)
Reads an instance of Knowledge |
|
List<Work |
getAttributions()
Get the attributions property: The attributions for the reference. |
|
Knowledge |
getType()
Get the type property: The type of the reference. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from KnowledgeBaseReference
Methods inherited from java.lang.Object
Method Details
fromJson
public static KnowledgeBaseWorkIQReference fromJson(JsonReader jsonReader)
Reads an instance of KnowledgeBaseWorkIQReference from the JsonReader.
Parameters:
Returns:
Throws:
getAttributions
public List<WorkIQAttribution> getAttributions()
Get the attributions property: The attributions for the reference.
Returns:
getType
public KnowledgeBaseReferenceType getType()
Get the type property: The type of the reference.
Overrides:
KnowledgeBaseWorkIQReference.getType()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
KnowledgeBaseWorkIQReference.toJson(JsonWriter jsonWriter)Parameters:
Throws: