Class ContentTypeQuery

    • Constructor Detail

      • ContentTypeQuery

        public ContentTypeQuery​(ContentTypeEnum contentType)
        Search for a particular type of content
        Parameters:
        contentType - the type string for the content to be searched for
      • ContentTypeQuery

        public ContentTypeQuery​(Collection<ContentTypeEnum> contentTypes)
        Search for content that is one of the provided types
        Parameters:
        contentTypes - a list of content types to search for