Package | Description |
---|---|
no.digipost.api.client.representations |
Copyright (C) Posten Norge AS
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
Modifier and Type | Field and Description |
---|---|
protected List<Link> |
Representation.links |
Modifier and Type | Method and Description |
---|---|
Link |
MessageDelivery.getAddContentAndSendLink() |
Link |
MessageDelivery.getEncryptionKeyLink() |
protected Link |
Representation.getLinkByRelationName(Relation relation) |
Link |
Suggestion.getSearchLink() |
Link |
Recipient.getSelfLink() |
Link |
MessageDelivery.getSelfLink() |
Link |
Recipients.getSelfUri() |
Modifier and Type | Method and Description |
---|---|
protected List<Link> |
Recipients.getLink() |
List<Link> |
ErrorMessage.getLink() |
protected List<Link> |
EntryPoint.getLink() |
protected List<Link> |
Autocomplete.getLink() |
protected List<Link> |
Recipient.getLinks() |
protected List<Link> |
MessageDelivery.getLinks() |
Modifier and Type | Method and Description |
---|---|
void |
Representation.addLink(Link link) |
Modifier and Type | Method and Description |
---|---|
protected void |
Recipients.setLink(List<Link> links) |
void |
ErrorMessage.setLink(List<Link> links) |
protected void |
EntryPoint.setLink(List<Link> links) |
protected void |
Autocomplete.setLink(List<Link> links) |
protected void |
Recipient.setLinks(List<Link> links) |
protected void |
MessageDelivery.setLinks(List<Link> links) |
Constructor and Description |
---|
Autocomplete(List<Suggestion> suggestions,
Link... links) |
EntryPoint(Link... links) |
ErrorMessage(String errorMessage,
Link... linker) |
Recipient(String firstName,
String middleName,
String lastName,
String digipostAddress,
List<Address> addresses,
Link... links) |
Recipients(Link... links) |
Representation(Link... linker) |
Suggestion(String searchString,
Link searchLink) |
Copyright © 2013 Digipost Open Source. All Rights Reserved.