Class MicrosoftGraphSearchResult
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSearchResult
-
public final class MicrosoftGraphSearchResult extends Object
searchResult.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphSearchResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: searchResult.String
onClickTelemetryUrl()
Get the onClickTelemetryUrl property: A callback URL that can be used to record telemetry information.void
validate()
Validates the instance.MicrosoftGraphSearchResult
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: searchResult.MicrosoftGraphSearchResult
withOnClickTelemetryUrl(String onClickTelemetryUrl)
Set the onClickTelemetryUrl property: A callback URL that can be used to record telemetry information.
-
-
-
Method Detail
-
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.
-
-