public class CustomPropertyAssignment extends Wrapper
customsearch command.| Constructor and Description |
|---|
CustomPropertyAssignment(Map<String,String> map) |
| Modifier and Type | Method and Description |
|---|---|
int |
getClientDatabaseId()
Gets the database ID of the client that matched the custom client property search.
|
String |
getKey()
Gets the key of the matched custom client property.
|
String |
getValue()
Gets the value of the matched custom client property.
|
public CustomPropertyAssignment(Map<String,String> map)
public int getClientDatabaseId()
Client.getDatabaseId()public String getKey()
Released under the MIT license.