Class MicrosoftGraphSearchResult

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSearchResult

public final class MicrosoftGraphSearchResult extends Object
searchResult.
  • Constructor Details

    • MicrosoftGraphSearchResult

      public MicrosoftGraphSearchResult()
      Creates an instance of MicrosoftGraphSearchResult class.
  • Method Details

    • onClickTelemetryUrl

      public String onClickTelemetryUrl()
      Get the onClickTelemetryUrl property: A callback URL that can be used to record telemetry information. The application should issue a GET on this URL if the user interacts with this item to improve the quality of results.
      Returns:
      the onClickTelemetryUrl value.
    • withOnClickTelemetryUrl

      public MicrosoftGraphSearchResult withOnClickTelemetryUrl(String onClickTelemetryUrl)
      Set the onClickTelemetryUrl property: A callback URL that can be used to record telemetry information. The application should issue a GET on this URL if the user interacts with this item to improve the quality of results.
      Parameters:
      onClickTelemetryUrl - the onClickTelemetryUrl value to set.
      Returns:
      the MicrosoftGraphSearchResult object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: searchResult.
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphSearchResult withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: searchResult.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the MicrosoftGraphSearchResult object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.