Package org.elasticsearch.client.enrich
Class GetPolicyResponse
- java.lang.Object
-
- org.elasticsearch.client.enrich.GetPolicyResponse
-
public final class GetPolicyResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description GetPolicyResponse(List<NamedPolicy> policies)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetPolicyResponsefromXContent(XContentParser parser)List<NamedPolicy>getPolicies()
-
-
-
Constructor Detail
-
GetPolicyResponse
public GetPolicyResponse(List<NamedPolicy> policies)
-
-
Method Detail
-
fromXContent
public static GetPolicyResponse fromXContent(XContentParser parser) throws IOException
- Throws:
IOException
-
getPolicies
public List<NamedPolicy> getPolicies()
-
-