Class MicrosoftGraphQueryParams

java.lang.Object
com.atlassian.crowd.directory.query.MicrosoftGraphQueryParams

@Deprecated public final class MicrosoftGraphQueryParams extends Object
Deprecated.
  • Method Details

    • asEncodedQueryParam

      public static String asEncodedQueryParam(MicrosoftGraphQueryParam microsoftGraphQueryParam)
      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)