Class CalendarEventAttributeEntity
- java.lang.Object
-
- org.silverpeas.core.webapi.calendar.CalendarEventAttributeEntity
-
- All Implemented Interfaces:
Serializable
,WebEntity
public class CalendarEventAttributeEntity extends Object implements WebEntity
It represents a calendar event attribute over JSON HTTP requests.- Author:
- Yohann Chastagnier
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CalendarEventAttributeEntity()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CalendarEventAttributeEntity
decorate(Map.Entry<String,String> nameAndValue)
static CalendarEventAttributeEntity
from(Map.Entry<String,String> nameAndValue)
String
getName()
URI
getURI()
Gets the URI at which this web entity is published and can be accessed.String
getValue()
void
setName(String name)
void
setValue(String value)
String
toString()
-
-
-
Method Detail
-
from
public static CalendarEventAttributeEntity from(Map.Entry<String,String> nameAndValue)
-
getURI
public URI getURI()
Description copied from interface:WebEntity
Gets the URI at which this web entity is published and can be accessed.
-
getName
public String getName()
-
setName
public void setName(String name)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
decorate
protected CalendarEventAttributeEntity decorate(Map.Entry<String,String> nameAndValue)
-
-