Class PutRoleRequest
- java.lang.Object
-
- org.elasticsearch.client.security.PutRoleRequest
-
- All Implemented Interfaces:
Validatable,ToXContent,ToXContentObject
public final class PutRoleRequest extends Object implements Validatable, ToXContentObject
Request object to create or update a role.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
Fields inherited from interface org.elasticsearch.client.Validatable
EMPTY
-
-
Constructor Summary
Constructors Constructor Description PutRoleRequest(Role role, RefreshPolicy refreshPolicy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)RefreshPolicygetRefreshPolicy()RolegetRole()inthashCode()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
Methods inherited from interface org.elasticsearch.client.Validatable
validate
-
-
-
-
Constructor Detail
-
PutRoleRequest
public PutRoleRequest(Role role, @Nullable RefreshPolicy refreshPolicy)
-
-
Method Detail
-
getRole
public Role getRole()
-
getRefreshPolicy
public RefreshPolicy getRefreshPolicy()
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
- Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
-