Searched refs:docType (Results 1 – 2 of 2) sorted by relevance
38 String docType = "org.test.ns"; in basicRequest() local48 Util.cborPrettyPrint(Util.createItemsRequest(entriesToRequest, docType))); in basicRequest()56 String docType = "org.test.ns"; in multipleNamespaces() local70 Util.cborPrettyPrint(Util.createItemsRequest(entriesToRequest, docType))); in multipleNamespaces()
297 @Nullable String docType) { in createItemsRequest() argument300 if (docType != null) { in createItemsRequest()301 mapBuilder.put("docType", docType); in createItemsRequest()