Package io.milton.resource
Interface ExtMakeCalendarResource
-
- All Superinterfaces:
CollectionResource,Resource
public interface ExtMakeCalendarResource extends CollectionResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollectionResourcecreateCalendar(String newName, Map<QName,String> fieldsToSet)Create an empty calendar, and set appropriate fields-
Methods inherited from interface io.milton.resource.CollectionResource
child, getChildren
-
Methods inherited from interface io.milton.resource.Resource
authenticate, authorise, checkRedirect, getModifiedDate, getName, getRealm, getUniqueId
-
-
-
-
Method Detail
-
createCalendar
CollectionResource createCalendar(String newName, Map<QName,String> fieldsToSet) throws io.milton.http.exceptions.NotAuthorizedException, io.milton.http.exceptions.ConflictException, io.milton.http.exceptions.BadRequestException
Create an empty calendar, and set appropriate fields- Parameters:
newName-- Returns:
- Throws:
io.milton.http.exceptions.NotAuthorizedExceptionio.milton.http.exceptions.ConflictExceptionio.milton.http.exceptions.BadRequestException
-
-