public class TemplateDiskAttachmentsServiceImpl extends ServiceImpl implements TemplateDiskAttachmentsService
TemplateDiskAttachmentsService.ListRequest, TemplateDiskAttachmentsService.ListResponse
Constructor and Description |
---|
TemplateDiskAttachmentsServiceImpl(HttpConnection connection,
String path) |
Modifier and Type | Method and Description |
---|---|
TemplateDiskAttachmentService |
attachmentService(String id)
Reference to the service that manages a specific attachment.
|
TemplateDiskAttachmentsService.ListRequest |
list()
List the disks that are attached to the template.
|
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
String |
toString() |
checkAction, checkFault, getConnection, getPath, throwError
public TemplateDiskAttachmentsServiceImpl(HttpConnection connection, String path)
public TemplateDiskAttachmentsService.ListRequest list()
TemplateDiskAttachmentsService
List the disks that are attached to the template.
list
in interface TemplateDiskAttachmentsService
public TemplateDiskAttachmentService attachmentService(String id)
TemplateDiskAttachmentsService
Reference to the service that manages a specific attachment.
attachmentService
in interface TemplateDiskAttachmentsService
public Service service(String path)
TemplateDiskAttachmentsService
Service locator method, returns individual service on which the URI is dispatched.
service
in interface TemplateDiskAttachmentsService
Copyright © 2016. All rights reserved.