Class MicrosoftGraphQueryParams
java.lang.Object
com.atlassian.crowd.directory.query.MicrosoftGraphQueryParams
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
asEncodedQueryParam
(MicrosoftGraphQueryParam microsoftGraphQueryParam) Deprecated.asQueryParams
(MicrosoftGraphQueryParam... microsoftGraphQueryParam) Deprecated.
-
Method Details
-
asEncodedQueryParam
Deprecated.- Parameters:
microsoftGraphQueryParam
-- Returns:
- the encoded value of the underlying query parameter ready to be used in a Graph query
-
asQueryParams
public static javax.ws.rs.core.MultivaluedMap<String,String> asQueryParams(MicrosoftGraphQueryParam... microsoftGraphQueryParam) Deprecated.- Parameters:
microsoftGraphQueryParam
-- Returns:
- a MultiValuedMap for use in
WebResource.queryParams(MultivaluedMap)
-