@Deprecated public class ResolvedItem extends Object
| Constructor and Description |
|---|
ResolvedItem(com.google.common.net.MediaType contentType,
Map<String,String> additionalHeaders,
InputStream object)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Deprecated.
|
Map<String,String> |
getAdditionalHeaders()
Deprecated.
|
com.google.common.net.MediaType |
getContentType()
Deprecated.
|
InputStream |
getObject()
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
public ResolvedItem(com.google.common.net.MediaType contentType,
Map<String,String> additionalHeaders,
InputStream object)
public com.google.common.net.MediaType getContentType()
public InputStream getObject()
Copyright © 2017 Calrissian. All rights reserved.