Class PutRoleRequest
java.lang.Object
org.elasticsearch.client.security.PutRoleRequest
- All Implemented Interfaces:
Validatable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
public final class PutRoleRequest extends java.lang.Object implements Validatable, org.elasticsearch.common.xcontent.ToXContentObject
Request object to create or update a role.
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PutRoleRequest(Role role, RefreshPolicy refreshPolicy) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)RefreshPolicygetRefreshPolicy()RolegetRole()inthashCode()org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)
-
Constructor Details
-
Method Details
-
getRole
-
getRefreshPolicy
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
java.io.IOException
-