Interface MicrosoftGraphQueryParam

All Known Implementing Classes:
MicrosoftGraphDeltaToken, ODataExpand, ODataFilter, ODataSelect, ODataTop

public interface MicrosoftGraphQueryParam
Represents a query parameter used by the Microsoft Graph API
  • Method Details

    • getName

      String getName()
      Returns:
      the name of the query parameter
    • asRawValue

      String asRawValue()
      Returns:
      the raw value of the underlying query parameter, which must be encoded before being used