Uses of Interface
com.atlassian.crowd.directory.query.MicrosoftGraphQueryParam
-
Uses of MicrosoftGraphQueryParam in com.atlassian.crowd.directory.query
Modifier and TypeClassDescriptionclass
Represents a token used for change tracking with a Microsoft Entra ID delta query.class
Represents an $expand query parameter used by Microsoft Graph.class
Represents a $filter query parameter used by Microsoft Graph.class
Represents a $select query parameter used by Microsoft Graph.class
Represents a $top query parameter used by Microsoft Graph.Modifier and TypeMethodDescriptionstatic String
MicrosoftGraphQueryParams.asEncodedQueryParam
(MicrosoftGraphQueryParam microsoftGraphQueryParam) Deprecated.MicrosoftGraphQueryParams.asQueryParams
(MicrosoftGraphQueryParam... microsoftGraphQueryParam) Deprecated. -
Uses of MicrosoftGraphQueryParam in com.atlassian.crowd.directory.rest
Modifier and TypeMethodDescriptionAzureAdRestClient.performGroupsDeltaQuery
(MicrosoftGraphQueryParam... parameters) AzureAdRestClient.performUsersDeltaQuery
(MicrosoftGraphQueryParam parameter)