| Modifier and Type | Method and Description |
|---|---|
ProductHandle |
addPackages(java.util.List<java.lang.String> packages) |
ProductHandle |
delete() |
boolean |
exists() |
Product |
get() |
java.lang.String |
name() |
SubjectHandle |
owner() |
ProductHandle |
update(ProductDetails productDetails) |
SubjectHandle owner()
Product get() throws java.io.IOException, BintrayCallException
get in interface Handle<Product>java.io.IOExceptionBintrayCallExceptionProductHandle update(ProductDetails productDetails) throws java.io.IOException, BintrayCallException
java.io.IOExceptionBintrayCallExceptionProductHandle addPackages(java.util.List<java.lang.String> packages) throws java.io.IOException, BintrayCallException
java.io.IOExceptionBintrayCallExceptionProductHandle delete() throws BintrayCallException
BintrayCallExceptionboolean exists()
throws BintrayCallException
BintrayCallException