Uses of Class
com.pingidentity.util.MSGraphAPI.OBJECT_TYPE
-
Packages that use MSGraphAPI.OBJECT_TYPE Package Description com.pingidentity.util -
-
Uses of MSGraphAPI.OBJECT_TYPE in com.pingidentity.util
Fields in com.pingidentity.util declared as MSGraphAPI.OBJECT_TYPE Modifier and Type Field Description MSGraphAPI.OBJECT_TYPE
MSGraphResult. objectType
Object TypeMethods in com.pingidentity.util that return MSGraphAPI.OBJECT_TYPE Modifier and Type Method Description static MSGraphAPI.OBJECT_TYPE
MSGraphAPI.OBJECT_TYPE. valueOf(String name)
Returns the enum constant of this type with the specified name.static MSGraphAPI.OBJECT_TYPE[]
MSGraphAPI.OBJECT_TYPE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pingidentity.util with parameters of type MSGraphAPI.OBJECT_TYPE 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 attributescom.unboundid.ldap.sdk.Entry
MSGraphAPI. getEntry(MSGraphAPI.OBJECT_TYPE objType, UUID objectId)
Get an entry basedon objectType and objectIdcom.unboundid.ldap.sdk.Entry
MSGraphAPI. getEntry(MSGraphAPI.OBJECT_TYPE objType, UUID objectId, String attributeNames)
Get an etnry based on objectType and objectId.Constructors in com.pingidentity.util with parameters of type MSGraphAPI.OBJECT_TYPE Constructor Description MSGraphResult(MSGraphAPI.OBJECT_TYPE objectType, List<com.unboundid.ldap.sdk.Entry> entries, String nextLink)
-