io.sphere.sdk.queries.Get Maven / Gradle / Ivy
package io.sphere.sdk.queries;
import io.sphere.sdk.client.SphereRequest;
import io.sphere.sdk.http.HttpResponse;
public interface Get extends SphereRequest {
@Override
T deserialize(final HttpResponse httpResponse);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy