public interface LinkResourceRequest extends ResourceRequest
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LinkResourceRequest.Builder
Builder of link resource request.
|
| Modifier and Type | Method and Description |
|---|---|
IntentId |
intendId()
Returns the
IntentId associated with the request. |
Collection<Link> |
links()
Returns the set of target links.
|
Set<ResourceRequest> |
resources()
Returns the set of resource requests.
|
typeIntentId intendId()
IntentId associated with the request.IntentId associated with the requestCollection<Link> links()
Set<ResourceRequest> resources()
Copyright © 2015. All rights reserved.