public class VEventCustomProp extends java.lang.Object implements ICustomPropertiesRequirements
| Constructor and Description | 
|---|
VEventCustomProp()  | 
| Modifier and Type | Method and Description | 
|---|---|
CustomProperty | 
getByName(java.lang.String name)
Get custom property using its name 
 | 
java.util.Collection<CustomProperty> | 
getCustomProperties()
Get defined custom properties 
 | 
java.lang.String | 
getRequesterId()  | 
java.lang.String | 
support()  | 
public java.lang.String support()
support in interface ICustomPropertiesRequirementspublic java.lang.String getRequesterId()
getRequesterId in interface ICustomPropertiesRequirementspublic java.util.Collection<CustomProperty> getCustomProperties()
ICustomPropertiesRequirementsgetCustomProperties in interface ICustomPropertiesRequirementspublic CustomProperty getByName(java.lang.String name)
ICustomPropertiesRequirementsgetByName in interface ICustomPropertiesRequirementsname - custom property nameCopyright © 2021. All Rights Reserved.