public class AssignedAffinityLabelServiceImpl extends ServiceImpl implements AssignedAffinityLabelService
AssignedAffinityLabelService.GetRequest, AssignedAffinityLabelService.GetResponse, AssignedAffinityLabelService.RemoveRequest, AssignedAffinityLabelService.RemoveResponse
Constructor and Description |
---|
AssignedAffinityLabelServiceImpl(HttpConnection connection,
String path) |
Modifier and Type | Method and Description |
---|---|
AssignedAffinityLabelService.GetRequest |
get()
Retrieves details about the attached label.
|
AssignedAffinityLabelService.RemoveRequest |
remove()
Removes the label from 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 AssignedAffinityLabelServiceImpl(HttpConnection connection, String path)
public AssignedAffinityLabelService.GetRequest get()
AssignedAffinityLabelService
Retrieves details about the attached label.
get
in interface AssignedAffinityLabelService
public AssignedAffinityLabelService.RemoveRequest remove()
AssignedAffinityLabelService
Removes the label from an entity. Does not touch the label itself.
remove
in interface AssignedAffinityLabelService
public Service service(String path)
AssignedAffinityLabelService
Service locator method, returns individual service on which the URI is dispatched.
service
in interface AssignedAffinityLabelService
Copyright © 2016. All rights reserved.