Uses of Class
org.xwiki.annotation.rest.model.jaxb.AnnotationRequest.Request

Packages that use AnnotationRequest.Request
org.xwiki.annotation.rest.model.jaxb   
 

Uses of AnnotationRequest.Request in org.xwiki.annotation.rest.model.jaxb
 

Fields in org.xwiki.annotation.rest.model.jaxb declared as AnnotationRequest.Request
protected  AnnotationRequest.Request AnnotationRequest.request
           
 

Methods in org.xwiki.annotation.rest.model.jaxb that return AnnotationRequest.Request
 AnnotationRequest.Request ObjectFactory.createAnnotationRequestRequest()
          Create an instance of AnnotationRequest.Request
 AnnotationRequest.Request AnnotationRequest.getRequest()
          Gets the value of the request property.
 AnnotationRequest.Request AnnotationRequest.Request.withFields(java.util.Collection<java.lang.String> values)
           
 AnnotationRequest.Request AnnotationRequest.Request.withFields(java.lang.String... values)
           
 

Methods in org.xwiki.annotation.rest.model.jaxb with parameters of type AnnotationRequest.Request
 void AnnotationRequest.setRequest(AnnotationRequest.Request value)
          Sets the value of the request property.
 AnnotationAddRequest AnnotationAddRequest.withRequest(AnnotationRequest.Request value)
           
 AnnotationUpdateRequest AnnotationUpdateRequest.withRequest(AnnotationRequest.Request value)
           
 AnnotationRequest AnnotationRequest.withRequest(AnnotationRequest.Request value)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.