Interface ICustomProperties
@Path("/customproperties")
public interface ICustomProperties
- 
Method Summary
 
- 
Method Details
- 
get
@GET @Path("{objectName}") CustomPropertiesRequirements get(@PathParam("objectName") String objectName) - Parameters:
 objectName- the name of the target object. It can be "domain", "group", "user" or "vevent"- Returns:
 
 
 -