Uses of Class
no.digipost.api.client.representations.Link

Packages that use Link
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. 
 

Uses of Link in no.digipost.api.client.representations
 

Fields in no.digipost.api.client.representations with type parameters of type Link
protected  List<Link> Representation.links
           
 

Methods in no.digipost.api.client.representations that return Link
 Link Message.getFileLink()
           
protected  Link Representation.getLinkByRelationName(Relation relation)
           
 Link Suggestion.getSearchLink()
           
 Link Recipient.getSelfLink()
           
 Link Message.getSelfLink()
           
 Link Recipients.getSelfUri()
           
 

Methods in no.digipost.api.client.representations that return types with arguments of type Link
protected  List<Link> Recipients.getLink()
           
protected  List<Link> Recipient.getLink()
           
protected  List<Link> Message.getLink()
           
 List<Link> ErrorMessage.getLink()
           
protected  List<Link> EntryPoint.getLink()
           
protected  List<Link> Autocomplete.getLink()
           
 

Methods in no.digipost.api.client.representations with parameters of type Link
 void Representation.addLink(Link link)
           
 

Method parameters in no.digipost.api.client.representations with type arguments of type Link
protected  void Recipients.setLink(List<Link> links)
           
protected  void Recipient.setLink(List<Link> links)
           
protected  void Message.setLink(List<Link> links)
           
 void ErrorMessage.setLink(List<Link> links)
           
protected  void EntryPoint.setLink(List<Link> links)
           
protected  void Autocomplete.setLink(List<Link> links)
           
 

Constructors in no.digipost.api.client.representations with parameters of type Link
Autocomplete(List<Suggestion> suggestions, Link... links)
           
EntryPoint(Link... links)
           
ErrorMessage(String errorMessage, Link... linker)
           
Message(String messageId, String subject, RecipientIdentifier recipientIdentifier, boolean smsNotification, AuthenticationLevel authenticationLevel, Link... links)
           
Message(String messageId, String subject, RecipientIdentifier recipientIdentifier, boolean smsNotification, MessageStatus status, AuthenticationLevel authenticationLevel, Link... links)
           
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 © 2011 Digipost Open Source. All Rights Reserved.