Class RoleQueryBuilders
java.lang.Object
co.elastic.clients.elasticsearch.security.query_role.RoleQueryBuilders
Builders for
RoleQuery
variants.-
Method Summary
Modifier and TypeMethodDescriptionstatic BoolQuery.Builder
bool()
Creates a builder for thebool
RoleQuery
variant.static RoleQuery
Creates a RoleQuery of thebool
RoleQuery
variant.static ExistsQuery.Builder
exists()
Creates a builder for theexists
RoleQuery
variant.static RoleQuery
Creates a RoleQuery of theexists
RoleQuery
variant.static IdsQuery.Builder
ids()
Creates a builder for theids
RoleQuery
variant.static RoleQuery
Creates a RoleQuery of theids
RoleQuery
variant.static MatchQuery.Builder
match()
Creates a builder for thematch
RoleQuery
variant.static RoleQuery
Creates a RoleQuery of thematch
RoleQuery
variant.static MatchAllQuery.Builder
matchAll()
Creates a builder for thematch_all
RoleQuery
variant.static RoleQuery
Creates a RoleQuery of thematch_all
RoleQuery
variant.static PrefixQuery.Builder
prefix()
Creates a builder for theprefix
RoleQuery
variant.static RoleQuery
Creates a RoleQuery of theprefix
RoleQuery
variant.static RangeQuery.Builder
range()
Creates a builder for therange
RoleQuery
variant.static RoleQuery
Creates a RoleQuery of therange
RoleQuery
variant.Creates a builder for thesimple_query_string
RoleQuery
variant.static RoleQuery
simpleQueryString
(Function<SimpleQueryStringQuery.Builder, ObjectBuilder<SimpleQueryStringQuery>> fn) Creates a RoleQuery of thesimple_query_string
RoleQuery
variant.static TermQuery.Builder
term()
Creates a builder for theterm
RoleQuery
variant.static RoleQuery
Creates a RoleQuery of theterm
RoleQuery
variant.static TermsQuery.Builder
terms()
Creates a builder for theterms
RoleQuery
variant.static RoleQuery
Creates a RoleQuery of theterms
RoleQuery
variant.static WildcardQuery.Builder
wildcard()
Creates a builder for thewildcard
RoleQuery
variant.static RoleQuery
Creates a RoleQuery of thewildcard
RoleQuery
variant.
-
Method Details
-
bool
Creates a builder for thebool
RoleQuery
variant. -
bool
Creates a RoleQuery of thebool
RoleQuery
variant. -
exists
Creates a builder for theexists
RoleQuery
variant. -
exists
Creates a RoleQuery of theexists
RoleQuery
variant. -
ids
Creates a builder for theids
RoleQuery
variant. -
ids
Creates a RoleQuery of theids
RoleQuery
variant. -
match
Creates a builder for thematch
RoleQuery
variant. -
match
Creates a RoleQuery of thematch
RoleQuery
variant. -
matchAll
Creates a builder for thematch_all
RoleQuery
variant. -
matchAll
Creates a RoleQuery of thematch_all
RoleQuery
variant. -
prefix
Creates a builder for theprefix
RoleQuery
variant. -
prefix
Creates a RoleQuery of theprefix
RoleQuery
variant. -
range
Creates a builder for therange
RoleQuery
variant. -
range
Creates a RoleQuery of therange
RoleQuery
variant. -
simpleQueryString
Creates a builder for thesimple_query_string
RoleQuery
variant. -
simpleQueryString
public static RoleQuery simpleQueryString(Function<SimpleQueryStringQuery.Builder, ObjectBuilder<SimpleQueryStringQuery>> fn) Creates a RoleQuery of thesimple_query_string
RoleQuery
variant. -
term
Creates a builder for theterm
RoleQuery
variant. -
term
Creates a RoleQuery of theterm
RoleQuery
variant. -
terms
Creates a builder for theterms
RoleQuery
variant. -
terms
Creates a RoleQuery of theterms
RoleQuery
variant. -
wildcard
Creates a builder for thewildcard
RoleQuery
variant. -
wildcard
Creates a RoleQuery of thewildcard
RoleQuery
variant.
-