Class EmptyResponse
- java.lang.Object
-
- org.elasticsearch.client.security.EmptyResponse
-
@Deprecated public final class EmptyResponse extends java.lang.ObjectDeprecated.Use a boolean instead of this classResponse for a request which simply returns an empty object.
-
-
Constructor Summary
Constructors Constructor Description EmptyResponse()Deprecated.
-
Method Summary
Modifier and Type Method Description static EmptyResponsefromXContent(XContentParser parser)Deprecated.
-
-
-
Method Detail
-
fromXContent
public static EmptyResponse fromXContent(XContentParser parser) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
-