Class DeleteKbContentsDTO
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.DeleteKbContentsDTO
-
- Direct Known Subclasses:
UpdateKbOperationDTODelete
public class DeleteKbContentsDTO extends Object
PATCH body schema of Delete Operation in UpdateKb.
-
-
Constructor Summary
Constructors Constructor Description DeleteKbContentsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>
ids()
Get the ids value.List<String>
sources()
Get the sources value.DeleteKbContentsDTO
withIds(List<Integer> ids)
Set the ids value.DeleteKbContentsDTO
withSources(List<String> sources)
Set the sources value.
-
-
-
Method Detail
-
withIds
public DeleteKbContentsDTO withIds(List<Integer> ids)
Set the ids value.- Parameters:
ids
- the ids value to set- Returns:
- the DeleteKbContentsDTO object itself.
-
withSources
public DeleteKbContentsDTO withSources(List<String> sources)
Set the sources value.- Parameters:
sources
- the sources value to set- Returns:
- the DeleteKbContentsDTO object itself.
-
-