Class SecurityRoles
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.SecurityRoles
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class SecurityRoles extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecurityRoles.BuilderBuilder forSecurityRoles. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<SecurityRoles>_DESERIALIZERJson deserializer forSecurityRoles -
Method Summary
Modifier and Type Method Description SecurityRolesDlsdls()Required - API name:dlsSecurityRolesFilefile()Required - API name:fileSecurityRolesNativenative_()Required - API name:nativestatic SecurityRolesof(java.util.function.Function<SecurityRoles.Builder,ObjectBuilder<SecurityRoles>> 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 voidsetupSecurityRolesDeserializer(ObjectDeserializer<SecurityRoles.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 forSecurityRoles
-
-
Method Details
-
of
public static SecurityRoles of(java.util.function.Function<SecurityRoles.Builder,ObjectBuilder<SecurityRoles>> fn) -
native_
Required - API name:native -
dls
Required - API name:dls -
file
Required - API name:file -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupSecurityRolesDeserializer
-