Class Entry

java.lang.Object
org.xwiki.rest.model.jaxb.LinkCollection
org.xwiki.livedata.rest.model.jaxb.Entry

public class Entry extends LinkCollection

Java class for Entry complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Entry">
   <complexContent>
     <extension base="{http://www.xwiki.org}LinkCollection">
       <sequence>
         <element name="values" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Entry

      public Entry()
  • Method Details

    • getValues

      public StringMap getValues()
      Gets the value of the values property.
      Returns:
      possible object is StringMap
    • setValues

      public void setValues(StringMap value)
      Sets the value of the values property.
      Parameters:
      value - allowed object is StringMap
    • withValues

      public Entry withValues(StringMap value)