◆ SocialGroupValue()
org.turro.contacts.social.SocialGroupValue.SocialGroupValue |
( |
String |
name, |
|
|
String |
key, |
|
|
SecurityGroupType |
type |
|
) |
| |
◆ compareTo()
◆ equals()
boolean org.turro.contacts.social.SocialGroupValue.equals |
( |
Object |
obj | ) |
|
Definition at line 69 of file SocialGroupValue.java.
76 if (getClass() != obj.getClass()) {
80 return Objects.equals(this.key, other.key);
◆ getKey()
String org.turro.contacts.social.SocialGroupValue.getKey |
( |
| ) |
|
◆ getName()
String org.turro.contacts.social.SocialGroupValue.getName |
( |
| ) |
|
◆ getType()
◆ hashCode()
int org.turro.contacts.social.SocialGroupValue.hashCode |
( |
| ) |
|
The documentation for this class was generated from the following file: