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 |
Document.getAddContentLink() |
Link |
DocumentMetadata.getDocumentContentLink() |
Link |
MessageDelivery.getEncryptionKeyLink() |
Link |
Document.getEncryptionKeyLink() |
protected Link |
Representation.getLinkByRelationName(Relation relation) |
Link |
Suggestion.getSearchLink() |
Link |
Recipient.getSelfLink() |
Link |
MessageDelivery.getSelfLink() |
Link |
Recipients.getSelfUri() |
Link |
MessageDelivery.getSendLink() |
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() |
protected List<Link> |
DocumentMetadata.getLinks() |
protected List<Link> |
Document.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) |
DocumentMetadata(String uuid,
String technicalType,
Link... links) |
EntryPoint(String certificate,
Link... links) |
ErrorMessage(ErrorType errorType,
String errorMessage,
Link... linker) |
ErrorMessage(ErrorType errorType,
String errorCode,
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 © 2015 Digipost Open Source. All rights reserved.