MicrosoftGraphSearchResult Class

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

public final class MicrosoftGraphSearchResult

searchResult.

Constructor Summary

Constructor Description
MicrosoftGraphSearchResult()

Creates an instance of MicrosoftGraphSearchResult class.

Method Summary

Modifier and Type Method and 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.

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphSearchResult

public MicrosoftGraphSearchResult()

Creates an instance of MicrosoftGraphSearchResult class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: searchResult.

Returns:

the additionalProperties value.

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.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public MicrosoftGraphSearchResult withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: searchResult.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphSearchResult object itself.

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.

Applies to