public class Membership extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
OBJECT_TYPE_GROUP |
| Constructor and Description |
|---|
Membership(String objectID,
String objectType,
String displayName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDisplayName() |
String |
getObjectID() |
String |
getObjectType() |
int |
hashCode() |
public static final String OBJECT_TYPE_GROUP
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.