public class UserGroup extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private String |
displayName |
private String |
objectID |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
UserGroup(String objectID,
String displayName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDisplayName() |
String |
getObjectID() |
int |
hashCode() |
private static final long serialVersionUID
private String objectID
private String displayName
Copyright © 2019 Microsoft. All rights reserved.