@Immutable public interface ReleaseAsset extends JsonReadable, JsonPatchable
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
ReleaseAsset.Smart
Smart ReleaseAsset with extra features. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
number()
Number. 
 | 
InputStream | 
raw()
Gets release asset raw content. 
 | 
Release | 
release()
The release we're in. 
 | 
void | 
remove()
Delete the release asset. 
 | 
jsonpatch@NotNull(message="release is never NULL") Release release()
int number()
void remove()
            throws IOException
IOException - If there is any I/O problem@NotNull(message="InputStream is never NULL") InputStream raw() throws IOException
IOException - If there is any I/O problemCopyright © 2012–2014 jcabi.com. All rights reserved.