Class MicrosoftGraphSearchResult
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSearchResult
searchResult.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphSearchResult class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: searchResult.Get the onClickTelemetryUrl property: A callback URL that can be used to record telemetry information.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: searchResult.withOnClickTelemetryUrl(String onClickTelemetryUrl) Set the onClickTelemetryUrl property: A callback URL that can be used to record telemetry information.
-
Constructor Details
-
MicrosoftGraphSearchResult
public MicrosoftGraphSearchResult()Creates an instance of MicrosoftGraphSearchResult class.
-
-
Method Details
-
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
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
Get the additionalProperties property: searchResult.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
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.
-