All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zipwhip.api.response.NullServerResponse Maven / Gradle / Ivy

The newest version!
package com.zipwhip.api.response;

import com.zipwhip.api.signals.Signal;

import java.util.List;
import java.util.Map;

/**
 * Created by IntelliJ IDEA.
 * Date: Jul 18, 2009
 * Time: 10:37:20 AM
 * 

* Represents a server response that was null. */ public class NullServerResponse extends ServerResponse { public NullServerResponse(String raw, boolean success, Map>> sessions) { super(raw, success, sessions); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy