public class SambaGroupCustomProperties extends SambaCustomProperties implements ICustomPropertiesRequirements
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
SUPPORT  | 
REQUESTER| Constructor and Description | 
|---|
SambaGroupCustomProperties()  | 
| 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 static final 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 © 2023. All Rights Reserved.