Inherits ResourceInstance.
Public Member Functions | |
| CameraResource () | |
| Creates a new CameraResource with the default values. | |
| CameraResource (ResourceInstance resourceInstance) | |
| Creates a new CameraResource based on a generic ResourceInstance. | |
| Job | captureImage () |
| Creates a new Job which once executed, retrieves an image from the Wireless camera. | |
Static Public Member Functions | |
| static CameraResource | cast (ResourceInstance resourceInstance) |
| Converts a generic ResourceInstance into a new one of type CameraResource. | |
Static Public Attributes | |
| static final String | ID = "Camera" |
| String containing the identifier for this resource. | |
<Resource xmlns="http://www.abiquo.com/schema/Domain.xsd" LocalId="Camera"> <FunctionalityList> <Functionality LocalId="captureImage" ReturnType="void" /> </FunctionalityList> </Resource>
| com.abiquo.api.resources.CameraResource.CameraResource | ( | ResourceInstance | resourceInstance | ) |
Creates a new CameraResource based on a generic ResourceInstance.
| resourceInstance | The generic ResourceInstance |
| static CameraResource com.abiquo.api.resources.CameraResource.cast | ( | ResourceInstance | resourceInstance | ) | [static] |
Converts a generic ResourceInstance into a new one of type CameraResource.
| resourceInstance | The generic ResourceInstance |
| Job com.abiquo.api.resources.CameraResource.captureImage | ( | ) |
Creates a new Job which once executed, retrieves an image from the Wireless camera.
final String com.abiquo.api.resources.CameraResource.ID = "Camera" [static] |
String containing the identifier for this resource.
1.5.5