Class RoleTemplateInlineQuery
java.lang.Object
co.elastic.clients.elasticsearch.security.RoleTemplateInlineQuery
- All Implemented Interfaces:
JsonpSerializable,TaggedUnion<RoleTemplateInlineQuery.Kind,java.lang.Object>
@JsonpDeserializable public class RoleTemplateInlineQuery extends java.lang.Object implements TaggedUnion<RoleTemplateInlineQuery.Kind,java.lang.Object>, JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRoleTemplateInlineQuery.Builderstatic classRoleTemplateInlineQuery.Kind -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<RoleTemplateInlineQuery>_DESERIALIZER -
Method Summary
Modifier and Type Method Description java.lang.Object_get()RoleTemplateInlineQuery.Kind_kind()Get the of the kind of variant held by this object.booleanisQueryObject()Is this variant instance of kindquery_object?booleanisQueryString()Is this variant instance of kindquery_string?static RoleTemplateInlineQueryof(java.util.function.Function<RoleTemplateInlineQuery.Builder,ObjectBuilder<RoleTemplateInlineQuery>> fn)QueryqueryObject()Get thequery_objectvariant value.java.lang.StringqueryString()Get thequery_stringvariant value.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
-
-
Method Details
-
_kind
Description copied from interface:TaggedUnionGet the of the kind of variant held by this object.- Specified by:
_kindin interfaceTaggedUnion<RoleTemplateInlineQuery.Kind,java.lang.Object>- Returns:
- the variant kind
-
_get
public final java.lang.Object _get()- Specified by:
_getin interfaceTaggedUnion<RoleTemplateInlineQuery.Kind,java.lang.Object>
-
of
public static RoleTemplateInlineQuery of(java.util.function.Function<RoleTemplateInlineQuery.Builder,ObjectBuilder<RoleTemplateInlineQuery>> fn) -
isQueryObject
public boolean isQueryObject()Is this variant instance of kindquery_object? -
queryObject
Get thequery_objectvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thequery_objectkind.
-
isQueryString
public boolean isQueryString()Is this variant instance of kindquery_string? -
queryString
public java.lang.String queryString()Get thequery_stringvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thequery_stringkind.
-
serialize
- Specified by:
serializein interfaceJsonpSerializable
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-