Class KnowledgebaseUpdateHeaders
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.KnowledgebaseUpdateHeaders
-
public class KnowledgebaseUpdateHeaders extends Object
Defines headers for Update operation.
-
-
Constructor Summary
Constructors Constructor Description KnowledgebaseUpdateHeaders()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
location()
Get the location value.KnowledgebaseUpdateHeaders
withLocation(String location)
Set the location value.
-
-
-
Method Detail
-
location
public String location()
Get the location value.- Returns:
- the location value
-
withLocation
public KnowledgebaseUpdateHeaders withLocation(String location)
Set the location value.- Parameters:
location
- the location value to set- Returns:
- the KnowledgebaseUpdateHeaders object itself.
-
-