SearchRequest Data Type

Properties
name data type description
artifactId string
bundleExportPackage string
bundleExportService string
bundleImportPackage string
bundleRequireBundle string
bundleSymbolicName string
bundleVersion string
className string
classifier string
groupId string
includePomArtifacts boolean
packaging string
pageSize number
queryTerms string
repositories array of string
selectedPage number
version string

Example

{
  "groupId" : "...",
  "artifactId" : "...",
  "version" : "...",
  "packaging" : "...",
  "className" : "...",
  "repositories" : [ "...", "..." ],
  "bundleVersion" : "...",
  "bundleSymbolicName" : "...",
  "bundleExportPackage" : "...",
  "bundleExportService" : "...",
  "classifier" : "...",
  "includePomArtifacts" : true,
  "queryTerms" : "...",
  "bundleImportPackage" : "...",
  "bundleRequireBundle" : "...",
  "pageSize" : 12345.0,
  "selectedPage" : 12345.0
}