Class Memberships
- java.lang.Object
-
- com.azure.spring.autoconfigure.aad.Memberships
-
public class Memberships extends Object
This class is used to deserialize json to object. Refs: https://docs.microsoft.com/en-us/previous-versions/azure/ad/graph/api/api-catalog
-
-
Constructor Summary
Constructors Constructor Description Memberships(String odataNextLink, List<Membership> value)Creates a new instance ofMemberships/
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetOdataNextLink()Gets the OData next link.List<Membership>getValue()Gets the list of memberships.inthashCode()
-
-
-
Constructor Detail
-
Memberships
public Memberships(String odataNextLink, List<Membership> value)
Creates a new instance ofMemberships/- Parameters:
odataNextLink- the OData next linkvalue- the list of memberships
-
-
Method Detail
-
getOdataNextLink
public String getOdataNextLink()
Gets the OData next link.- Returns:
- the OData next link
-
getValue
public List<Membership> getValue()
Gets the list of memberships.- Returns:
- the list of memberships
-
-