public static interface Filters.Builder extends SdkPojo, CopyableBuilder<Filters.Builder,Filters>
| Modifier and Type | Method and Description |
|---|---|
Filters.Builder |
ancestorIds(Collection<String> ancestorIds)
Filter based on resource’s path.
|
Filters.Builder |
ancestorIds(String... ancestorIds)
Filter based on resource’s path.
|
Filters.Builder |
contentCategories(Collection<ContentCategoryType> contentCategories)
Filters by content category.
|
Filters.Builder |
contentCategories(ContentCategoryType... contentCategories)
Filters by content category.
|
Filters.Builder |
contentCategoriesWithStrings(Collection<String> contentCategories)
Filters by content category.
|
Filters.Builder |
contentCategoriesWithStrings(String... contentCategories)
Filters by content category.
|
default Filters.Builder |
createdRange(Consumer<DateRangeType.Builder> createdRange)
Filter based on resource’s creation timestamp.
|
Filters.Builder |
createdRange(DateRangeType createdRange)
Filter based on resource’s creation timestamp.
|
Filters.Builder |
labels(Collection<String> labels)
Filter by labels using exact match.
|
Filters.Builder |
labels(String... labels)
Filter by labels using exact match.
|
default Filters.Builder |
modifiedRange(Consumer<DateRangeType.Builder> modifiedRange)
Filter based on resource’s modified timestamp.
|
Filters.Builder |
modifiedRange(DateRangeType modifiedRange)
Filter based on resource’s modified timestamp.
|
Filters.Builder |
principals(Collection<SearchPrincipalType> principals)
Filter based on UserIds or GroupIds.
|
Filters.Builder |
principals(Consumer<SearchPrincipalType.Builder>... principals)
Filter based on UserIds or GroupIds.
|
Filters.Builder |
principals(SearchPrincipalType... principals)
Filter based on UserIds or GroupIds.
|
Filters.Builder |
resourceTypes(Collection<SearchResourceType> resourceTypes)
Filters based on entity type.
|
Filters.Builder |
resourceTypes(SearchResourceType... resourceTypes)
Filters based on entity type.
|
Filters.Builder |
resourceTypesWithStrings(Collection<String> resourceTypes)
Filters based on entity type.
|
Filters.Builder |
resourceTypesWithStrings(String... resourceTypes)
Filters based on entity type.
|
Filters.Builder |
searchCollectionTypes(Collection<SearchCollectionType> searchCollectionTypes)
Filter based on file groupings.
|
Filters.Builder |
searchCollectionTypes(SearchCollectionType... searchCollectionTypes)
Filter based on file groupings.
|
Filters.Builder |
searchCollectionTypesWithStrings(Collection<String> searchCollectionTypes)
Filter based on file groupings.
|
Filters.Builder |
searchCollectionTypesWithStrings(String... searchCollectionTypes)
Filter based on file groupings.
|
default Filters.Builder |
sizeRange(Consumer<LongRangeType.Builder> sizeRange)
Filter based on size (in bytes).
|
Filters.Builder |
sizeRange(LongRangeType sizeRange)
Filter based on size (in bytes).
|
Filters.Builder |
textLocales(Collection<LanguageCodeType> textLocales)
Filters by the locale of the content or comment.
|
Filters.Builder |
textLocales(LanguageCodeType... textLocales)
Filters by the locale of the content or comment.
|
Filters.Builder |
textLocalesWithStrings(Collection<String> textLocales)
Filters by the locale of the content or comment.
|
Filters.Builder |
textLocalesWithStrings(String... textLocales)
Filters by the locale of the content or comment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilters.Builder textLocalesWithStrings(Collection<String> textLocales)
Filters by the locale of the content or comment.
textLocales - Filters by the locale of the content or comment.Filters.Builder textLocalesWithStrings(String... textLocales)
Filters by the locale of the content or comment.
textLocales - Filters by the locale of the content or comment.Filters.Builder textLocales(Collection<LanguageCodeType> textLocales)
Filters by the locale of the content or comment.
textLocales - Filters by the locale of the content or comment.Filters.Builder textLocales(LanguageCodeType... textLocales)
Filters by the locale of the content or comment.
textLocales - Filters by the locale of the content or comment.Filters.Builder contentCategoriesWithStrings(Collection<String> contentCategories)
Filters by content category.
contentCategories - Filters by content category.Filters.Builder contentCategoriesWithStrings(String... contentCategories)
Filters by content category.
contentCategories - Filters by content category.Filters.Builder contentCategories(Collection<ContentCategoryType> contentCategories)
Filters by content category.
contentCategories - Filters by content category.Filters.Builder contentCategories(ContentCategoryType... contentCategories)
Filters by content category.
contentCategories - Filters by content category.Filters.Builder resourceTypesWithStrings(Collection<String> resourceTypes)
Filters based on entity type.
resourceTypes - Filters based on entity type.Filters.Builder resourceTypesWithStrings(String... resourceTypes)
Filters based on entity type.
resourceTypes - Filters based on entity type.Filters.Builder resourceTypes(Collection<SearchResourceType> resourceTypes)
Filters based on entity type.
resourceTypes - Filters based on entity type.Filters.Builder resourceTypes(SearchResourceType... resourceTypes)
Filters based on entity type.
resourceTypes - Filters based on entity type.Filters.Builder labels(Collection<String> labels)
Filter by labels using exact match.
labels - Filter by labels using exact match.Filters.Builder labels(String... labels)
Filter by labels using exact match.
labels - Filter by labels using exact match.Filters.Builder principals(Collection<SearchPrincipalType> principals)
Filter based on UserIds or GroupIds.
principals - Filter based on UserIds or GroupIds.Filters.Builder principals(SearchPrincipalType... principals)
Filter based on UserIds or GroupIds.
principals - Filter based on UserIds or GroupIds.Filters.Builder principals(Consumer<SearchPrincipalType.Builder>... principals)
Filter based on UserIds or GroupIds.
This is a convenience method that creates an instance of theSearchPrincipalType.Builder avoiding the need to
create one manually via SearchPrincipalType.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #principals(List.
principals - a consumer that will call methods on
SearchPrincipalType.Builder#principals(java.util.Collection) Filters.Builder ancestorIds(Collection<String> ancestorIds)
Filter based on resource’s path.
ancestorIds - Filter based on resource’s path.Filters.Builder ancestorIds(String... ancestorIds)
Filter based on resource’s path.
ancestorIds - Filter based on resource’s path.Filters.Builder searchCollectionTypesWithStrings(Collection<String> searchCollectionTypes)
Filter based on file groupings.
searchCollectionTypes - Filter based on file groupings.Filters.Builder searchCollectionTypesWithStrings(String... searchCollectionTypes)
Filter based on file groupings.
searchCollectionTypes - Filter based on file groupings.Filters.Builder searchCollectionTypes(Collection<SearchCollectionType> searchCollectionTypes)
Filter based on file groupings.
searchCollectionTypes - Filter based on file groupings.Filters.Builder searchCollectionTypes(SearchCollectionType... searchCollectionTypes)
Filter based on file groupings.
searchCollectionTypes - Filter based on file groupings.Filters.Builder sizeRange(LongRangeType sizeRange)
Filter based on size (in bytes).
sizeRange - Filter based on size (in bytes).default Filters.Builder sizeRange(Consumer<LongRangeType.Builder> sizeRange)
Filter based on size (in bytes).
This is a convenience method that creates an instance of theLongRangeType.Builder avoiding the need
to create one manually via LongRangeType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sizeRange(LongRangeType).
sizeRange - a consumer that will call methods on LongRangeType.BuildersizeRange(LongRangeType)Filters.Builder createdRange(DateRangeType createdRange)
Filter based on resource’s creation timestamp.
createdRange - Filter based on resource’s creation timestamp.default Filters.Builder createdRange(Consumer<DateRangeType.Builder> createdRange)
Filter based on resource’s creation timestamp.
This is a convenience method that creates an instance of theDateRangeType.Builder avoiding the need
to create one manually via DateRangeType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to createdRange(DateRangeType).
createdRange - a consumer that will call methods on DateRangeType.BuildercreatedRange(DateRangeType)Filters.Builder modifiedRange(DateRangeType modifiedRange)
Filter based on resource’s modified timestamp.
modifiedRange - Filter based on resource’s modified timestamp.default Filters.Builder modifiedRange(Consumer<DateRangeType.Builder> modifiedRange)
Filter based on resource’s modified timestamp.
This is a convenience method that creates an instance of theDateRangeType.Builder avoiding the need
to create one manually via DateRangeType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to modifiedRange(DateRangeType).
modifiedRange - a consumer that will call methods on DateRangeType.BuildermodifiedRange(DateRangeType)Copyright © 2023. All rights reserved.