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

com.redhat.lightblue.client.response.LightblueResponse Maven / Gradle / Ivy

package com.redhat.lightblue.client.response;

import java.util.List;

import com.fasterxml.jackson.databind.JsonNode;

/**
 * Successful lightblue response. No errors.
 *
 *
 */
public interface LightblueResponse {

    String getText();

    JsonNode getJson();

    List getHeaderValues(String key);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy