Package com.pingidentity.util
Class MSGraphResult
- java.lang.Object
-
- com.pingidentity.util.MSGraphResult
-
public class MSGraphResult extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<com.unboundid.ldap.sdk.Entry>
entries
Keep list of entries returned most recentlyString
nextLink
Next LinkMSGraphAPI.OBJECT_TYPE
objectType
Object Type
-
Constructor Summary
Constructors Constructor Description MSGraphResult()
MSGraphResult(MSGraphAPI.OBJECT_TYPE objectType, List<com.unboundid.ldap.sdk.Entry> entries, String nextLink)
-
-
-
Field Detail
-
entries
public List<com.unboundid.ldap.sdk.Entry> entries
Keep list of entries returned most recently
-
objectType
public MSGraphAPI.OBJECT_TYPE objectType
Object Type
-
-
Constructor Detail
-
MSGraphResult
public MSGraphResult()
-
MSGraphResult
public MSGraphResult(MSGraphAPI.OBJECT_TYPE objectType, List<com.unboundid.ldap.sdk.Entry> entries, String nextLink)
-
-