public class AssignedAffinityLabelsServiceImpl extends ServiceImpl implements AssignedAffinityLabelsService
AssignedAffinityLabelsService.AddRequest, AssignedAffinityLabelsService.AddResponse, AssignedAffinityLabelsService.ListRequest, AssignedAffinityLabelsService.ListResponse
Constructor and Description |
---|
AssignedAffinityLabelsServiceImpl(HttpConnection connection,
String path) |
Modifier and Type | Method and Description |
---|---|
AssignedAffinityLabelsService.AddRequest |
add()
Attaches a label to an entity.
|
AssignedAffinityLabelService |
labelService(String id)
Link to the specific entity-label assignment to allow
removal.
|
AssignedAffinityLabelsService.ListRequest |
list()
Lists all labels that are attached to an entity.
|
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
String |
toString() |
checkAction, checkFault, getConnection, getPath, throwError
public AssignedAffinityLabelsServiceImpl(HttpConnection connection, String path)
public AssignedAffinityLabelsService.AddRequest add()
AssignedAffinityLabelsService
Attaches a label to an entity.
add
in interface AssignedAffinityLabelsService
public AssignedAffinityLabelsService.ListRequest list()
AssignedAffinityLabelsService
Lists all labels that are attached to an entity.
list
in interface AssignedAffinityLabelsService
public AssignedAffinityLabelService labelService(String id)
AssignedAffinityLabelsService
Link to the specific entity-label assignment to allow removal.
labelService
in interface AssignedAffinityLabelsService
public Service service(String path)
AssignedAffinityLabelsService
Service locator method, returns individual service on which the URI is dispatched.
service
in interface AssignedAffinityLabelsService
Copyright © 2016. All rights reserved.