@Path(value="/customproperties")
public interface ICustomProperties
| Modifier and Type | Method and Description | 
|---|---|
CustomPropertiesRequirements | 
get(java.lang.String objectName)  | 
@GET
 @Path(value="{objectName}")
CustomPropertiesRequirements get(@PathParam(value="objectName")
                                                                   java.lang.String objectName)
objectName - the name of the target object. It can be "domain", "group",
            "user" or "vevent"Copyright © 2021. All Rights Reserved.