Uses of Class
org.xwiki.rest.model.jaxb.Attachment

Packages that use Attachment
org.xwiki.rest.model.jaxb   
 

Uses of Attachment in org.xwiki.rest.model.jaxb
 

Fields in org.xwiki.rest.model.jaxb with type parameters of type Attachment
protected  List<Attachment> Attachments.attachments
           
 

Methods in org.xwiki.rest.model.jaxb that return Attachment
 Attachment ObjectFactory.createAttachment()
          Create an instance of Attachment
 Attachment Attachment.withAuthor(String value)
           
 Attachment Attachment.withAuthorName(String value)
           
 Attachment Attachment.withDate(Calendar value)
           
 Attachment Attachment.withId(String value)
           
 Attachment Attachment.withLinks(Collection<Link> values)
           
 Attachment Attachment.withLinks(Link... values)
           
 Attachment Attachment.withMimeType(String value)
           
 Attachment Attachment.withName(String value)
           
 Attachment Attachment.withPageId(String value)
           
 Attachment Attachment.withPageVersion(String value)
           
 Attachment Attachment.withSize(int value)
           
 Attachment Attachment.withVersion(String value)
           
 Attachment Attachment.withXwikiAbsoluteUrl(String value)
           
 Attachment Attachment.withXwikiRelativeUrl(String value)
           
 

Methods in org.xwiki.rest.model.jaxb that return types with arguments of type Attachment
 List<Attachment> Attachments.getAttachments()
          Gets the value of the attachments property.
 

Methods in org.xwiki.rest.model.jaxb with parameters of type Attachment
 Attachments Attachments.withAttachments(Attachment... values)
           
 

Method parameters in org.xwiki.rest.model.jaxb with type arguments of type Attachment
 Attachments Attachments.withAttachments(Collection<Attachment> values)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.