Package com.auth0.net

Class EmptyBodyVoidRequest<T>

java.lang.Object
com.auth0.net.BaseRequest<T>
com.auth0.net.EmptyBodyVoidRequest<T>
Type Parameters:
T - The type expected to be received as part of the response.
All Implemented Interfaces:
Request<T>

public class EmptyBodyVoidRequest<T> extends BaseRequest<T>
Request class that does not accept parameters to be sent as part of its body and request doesn't return any value on its success. The content type of this request is "application/json".
See Also: