Class LabelQuery

java.lang.Object
com.atlassian.confluence.search.v2.query.LabelQuery
All Implemented Interfaces:
Expandable<SearchQuery>, SearchQuery

public class LabelQuery extends Object implements SearchQuery
Query for matching a single Label.
  • Constructor Details

    • LabelQuery

      public LabelQuery(String label)
      Construct a LabelQuery from a string representation of a label.
      Parameters:
      label - a representations of a label. Can be namespaced.
      See Also:
    • LabelQuery

      public LabelQuery(@NonNull Label label)
      Construct a LabelQuery directly from the Label instance to be searched for
      Parameters:
      label - the label to search for
  • Method Details