public class FileResource extends java.lang.Object implements RestResource
RestResource.HasETag, RestResource.HasLastModified
Modifier and Type | Field and Description |
---|---|
static com.google.inject.TypeLiteral<RestView<FileResource>> |
FILE_KIND |
Constructor and Description |
---|
FileResource(RevisionResource rev,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
Account.Id |
getAccountId() |
Patch.Key |
getPatchKey() |
RevisionResource |
getRevision() |
boolean |
isCacheable() |
public static final com.google.inject.TypeLiteral<RestView<FileResource>> FILE_KIND
public FileResource(RevisionResource rev, java.lang.String name)
public Patch.Key getPatchKey()
public boolean isCacheable()
public Account.Id getAccountId()
public RevisionResource getRevision()