Class GetRoleMappingsRequest
- java.lang.Object
-
- org.elasticsearch.client.security.GetRoleMappingsRequest
-
- All Implemented Interfaces:
Validatable
public final class GetRoleMappingsRequest extends Object implements Validatable
Request object to get role mappings
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.client.Validatable
EMPTY
-
-
Constructor Summary
Constructors Constructor Description GetRoleMappingsRequest(String... roleMappingNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Set<String>getRoleMappingNames()inthashCode()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.client.Validatable
validate
-
-
-
-
Constructor Detail
-
GetRoleMappingsRequest
public GetRoleMappingsRequest(String... roleMappingNames)
-
-