public interface Resource
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat() |
URI |
getId() |
Service |
getService() |
String |
getType() |
void |
setFormat(String format) |
void |
setId(String id) |
void |
setId(URI id) |
void |
setService(Service service) |
void |
setType(String type) |
String getFormat()
void setFormat(String format)
URI getId()
void setId(URI id)
void setId(String id) throws URISyntaxException
URISyntaxExceptionService getService()
void setService(Service service)
String getType()
void setType(String type)
Copyright © 2016. All rights reserved.