Class Membership
- java.lang.Object
-
- com.azure.spring.autoconfigure.aad.Membership
-
- All Implemented Interfaces:
Serializable
public class Membership extends Object implements Serializable
This class is used to deserialize json to object. Refs: https://docs.microsoft.com/en-us/previous-versions/azure/ad/graph/api/api-catalog- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringOBJECT_TYPE_GROUPThe object typ group
-
Constructor Summary
Constructors Constructor Description Membership(String objectID, String objectType, String displayName)Creates a new instance ofMembership.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDisplayName()Gets the display name.StringgetObjectID()Gets the object ID.StringgetObjectType()Gets the object type.inthashCode()
-
-
-
Field Detail
-
OBJECT_TYPE_GROUP
public static final String OBJECT_TYPE_GROUP
The object typ group- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Membership
public Membership(String objectID, String objectType, String displayName)
Creates a new instance ofMembership.- Parameters:
objectID- the object IDobjectType- the object typedisplayName- the display name
-
-