Interface Filters.Builder

    • Method Detail

      • textLocalesWithStrings

        Filters.Builder textLocalesWithStrings​(Collection<String> textLocales)

        Filters by the locale of the content or comment.

        Parameters:
        textLocales - Filters by the locale of the content or comment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • textLocalesWithStrings

        Filters.Builder textLocalesWithStrings​(String... textLocales)

        Filters by the locale of the content or comment.

        Parameters:
        textLocales - Filters by the locale of the content or comment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • textLocales

        Filters.Builder textLocales​(Collection<LanguageCodeType> textLocales)

        Filters by the locale of the content or comment.

        Parameters:
        textLocales - Filters by the locale of the content or comment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • textLocales

        Filters.Builder textLocales​(LanguageCodeType... textLocales)

        Filters by the locale of the content or comment.

        Parameters:
        textLocales - Filters by the locale of the content or comment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contentCategoriesWithStrings

        Filters.Builder contentCategoriesWithStrings​(Collection<String> contentCategories)

        Filters by content category.

        Parameters:
        contentCategories - Filters by content category.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contentCategoriesWithStrings

        Filters.Builder contentCategoriesWithStrings​(String... contentCategories)

        Filters by content category.

        Parameters:
        contentCategories - Filters by content category.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contentCategories

        Filters.Builder contentCategories​(Collection<ContentCategoryType> contentCategories)

        Filters by content category.

        Parameters:
        contentCategories - Filters by content category.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contentCategories

        Filters.Builder contentCategories​(ContentCategoryType... contentCategories)

        Filters by content category.

        Parameters:
        contentCategories - Filters by content category.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypesWithStrings

        Filters.Builder resourceTypesWithStrings​(Collection<String> resourceTypes)

        Filters based on entity type.

        Parameters:
        resourceTypes - Filters based on entity type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypesWithStrings

        Filters.Builder resourceTypesWithStrings​(String... resourceTypes)

        Filters based on entity type.

        Parameters:
        resourceTypes - Filters based on entity type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypes

        Filters.Builder resourceTypes​(Collection<SearchResourceType> resourceTypes)

        Filters based on entity type.

        Parameters:
        resourceTypes - Filters based on entity type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypes

        Filters.Builder resourceTypes​(SearchResourceType... resourceTypes)

        Filters based on entity type.

        Parameters:
        resourceTypes - Filters based on entity type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • labels

        Filters.Builder labels​(Collection<String> labels)

        Filter by labels using exact match.

        Parameters:
        labels - Filter by labels using exact match.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • labels

        Filters.Builder labels​(String... labels)

        Filter by labels using exact match.

        Parameters:
        labels - Filter by labels using exact match.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • principals

        Filters.Builder principals​(Collection<SearchPrincipalType> principals)

        Filter based on UserIds or GroupIds.

        Parameters:
        principals - Filter based on UserIds or GroupIds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • principals

        Filters.Builder principals​(SearchPrincipalType... principals)

        Filter based on UserIds or GroupIds.

        Parameters:
        principals - Filter based on UserIds or GroupIds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ancestorIds

        Filters.Builder ancestorIds​(Collection<String> ancestorIds)

        Filter based on resource’s path.

        Parameters:
        ancestorIds - Filter based on resource’s path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ancestorIds

        Filters.Builder ancestorIds​(String... ancestorIds)

        Filter based on resource’s path.

        Parameters:
        ancestorIds - Filter based on resource’s path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • searchCollectionTypesWithStrings

        Filters.Builder searchCollectionTypesWithStrings​(Collection<String> searchCollectionTypes)

        Filter based on file groupings.

        Parameters:
        searchCollectionTypes - Filter based on file groupings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • searchCollectionTypesWithStrings

        Filters.Builder searchCollectionTypesWithStrings​(String... searchCollectionTypes)

        Filter based on file groupings.

        Parameters:
        searchCollectionTypes - Filter based on file groupings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • searchCollectionTypes

        Filters.Builder searchCollectionTypes​(Collection<SearchCollectionType> searchCollectionTypes)

        Filter based on file groupings.

        Parameters:
        searchCollectionTypes - Filter based on file groupings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • searchCollectionTypes

        Filters.Builder searchCollectionTypes​(SearchCollectionType... searchCollectionTypes)

        Filter based on file groupings.

        Parameters:
        searchCollectionTypes - Filter based on file groupings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sizeRange

        Filters.Builder sizeRange​(LongRangeType sizeRange)

        Filter based on size (in bytes).

        Parameters:
        sizeRange - Filter based on size (in bytes).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdRange

        Filters.Builder createdRange​(DateRangeType createdRange)

        Filter based on resource’s creation timestamp.

        Parameters:
        createdRange - Filter based on resource’s creation timestamp.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modifiedRange

        Filters.Builder modifiedRange​(DateRangeType modifiedRange)

        Filter based on resource’s modified timestamp.

        Parameters:
        modifiedRange - Filter based on resource’s modified timestamp.
        Returns:
        Returns a reference to this object so that method calls can be chained together.