Package io.milton.resource
Interface CalendarResource
-
- All Superinterfaces:
CalendarCollection,CollectionResource,PropFindableResource,Resource
public interface CalendarResource extends CalendarCollection, PropFindableResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCalendarResource.ComponentType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCalendarDescription()StringgetCalendarOrder()StringgetColor()io.milton.http.values.SupportedCalendarComponentListgetSupportedComponentSet()If there is a restriction as to what types of components may be created within this calendar collection, then return the allowed components.voidsetCalendarOrder(String value)voidsetColor(String s)-
Methods inherited from interface io.milton.resource.CalendarCollection
getCTag
-
Methods inherited from interface io.milton.resource.CollectionResource
child, getChildren
-
Methods inherited from interface io.milton.resource.PropFindableResource
getCreateDate
-
Methods inherited from interface io.milton.resource.Resource
authenticate, authorise, checkRedirect, getModifiedDate, getName, getRealm, getUniqueId
-
-
-
-
Method Detail
-
getCalendarDescription
String getCalendarDescription()
-
getColor
String getColor()
-
setColor
void setColor(String s)
-
getSupportedComponentSet
io.milton.http.values.SupportedCalendarComponentList getSupportedComponentSet()
If there is a restriction as to what types of components may be created within this calendar collection, then return the allowed components. If there are no restrictions return null.- Returns:
-
getCalendarOrder
String getCalendarOrder()
-
setCalendarOrder
void setCalendarOrder(String value)
-
-