public interface AssignedAffinityLabelService extends Service
This service represents one label to entity assignment when accessed using the entities/affinitylabels subcollection.
Modifier and Type | Interface and Description |
---|---|
static interface |
AssignedAffinityLabelService.GetRequest
Retrieves details about the attached label.
|
static interface |
AssignedAffinityLabelService.GetResponse
Retrieves details about the attached label.
|
static interface |
AssignedAffinityLabelService.RemoveRequest
Removes the label from an entity.
|
static interface |
AssignedAffinityLabelService.RemoveResponse
Removes the label from an entity.
|
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.
|
AssignedAffinityLabelService.GetRequest get()
Retrieves details about the attached label.
AssignedAffinityLabelService.RemoveRequest remove()
Removes the label from an entity. Does not touch the label itself.
Copyright © 2016. All rights reserved.