Uses of Class
com.pingidentity.util.MSGraphResult
-
Packages that use MSGraphResult Package Description com.pingidentity.util -
-
Uses of MSGraphResult in com.pingidentity.util
Methods in com.pingidentity.util that return MSGraphResult Modifier and Type Method Description MSGraphResult
MSGraphAPI. getEntries(MSGraphAPI.OBJECT_TYPE objType)
Get all entries for a particular objectTypeMSGraphResult
MSGraphAPI. getEntries(MSGraphAPI.OBJECT_TYPE objType, String filter, String attributeNames)
Get entries for an objectType based on filter returning certain attributesMSGraphResult
MSGraphAPI. nextPage(MSGraphResult nextResult)
Get the next page of resultsMethods in com.pingidentity.util with parameters of type MSGraphResult Modifier and Type Method Description MSGraphResult
MSGraphAPI. nextPage(MSGraphResult nextResult)
Get the next page of results
-