Package com.woorea.openstack.glance
Class ImagesResource.Show
- java.lang.Object
-
- com.woorea.openstack.base.client.OpenStackRequest<Image>
-
- com.woorea.openstack.glance.ImagesResource.Show
-
- Enclosing class:
- ImagesResource
public class ImagesResource.Show extends OpenStackRequest<Image>
-
-
Constructor Summary
Constructors Constructor Description Show(java.lang.String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Image
execute()
-
Methods inherited from class com.woorea.openstack.base.client.OpenStackRequest
buildPath, endpoint, endpoint, entity, entity, header, headers, json, method, method, path, path, queryParam, queryParams, request, returnType, returnType, toString
-
-
-
-
Method Detail
-
execute
public Image execute()
- Overrides:
execute
in classOpenStackRequest<Image>
-
-