Class SecurityRolesDls
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.SecurityRolesDls
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class SecurityRolesDls extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecurityRolesDls.BuilderBuilder forSecurityRolesDls. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<SecurityRolesDls>_DESERIALIZERJson deserializer forSecurityRolesDls -
Method Summary
Modifier and Type Method Description SecurityRolesDlsBitSetCachebitSetCache()Required - API name:bit_set_cachestatic SecurityRolesDlsof(java.util.function.Function<SecurityRolesDls.Builder,ObjectBuilder<SecurityRolesDls>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupSecurityRolesDlsDeserializer(ObjectDeserializer<SecurityRolesDls.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forSecurityRolesDls
-
-
Method Details
-
of
public static SecurityRolesDls of(java.util.function.Function<SecurityRolesDls.Builder,ObjectBuilder<SecurityRolesDls>> fn) -
bitSetCache
Required - API name:bit_set_cache -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupSecurityRolesDlsDeserializer
protected static void setupSecurityRolesDlsDeserializer(ObjectDeserializer<SecurityRolesDls.Builder> op)
-