Class PutRoleMappingResponse
- java.lang.Object
-
- org.elasticsearch.client.security.PutRoleMappingResponse
-
public final class PutRoleMappingResponse extends Object
Response when adding/updating a role mapping. Returns a boolean field for whether the role mapping was created or updated.
-
-
Constructor Summary
Constructors Constructor Description PutRoleMappingResponse(boolean created)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static PutRoleMappingResponsefromXContent(XContentParser parser)inthashCode()booleanisCreated()
-
-
-
Method Detail
-
isCreated
public boolean isCreated()
-
fromXContent
public static PutRoleMappingResponse fromXContent(XContentParser parser) throws IOException
- Throws:
IOException
-
-