MicrosoftGraphSearchResult Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphSearchResult
- com.
Implements
public final class MicrosoftGraphSearchResult
implements JsonSerializable<MicrosoftGraphSearchResult>
searchResult.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphSearchResult() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
onClickTelemetryUrl()
Get the on |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withOnClickTelemetryUrl(String onClickTelemetryUrl)
Set the on |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphSearchResult
public MicrosoftGraphSearchResult()
Creates an instance of MicrosoftGraphSearchResult class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: searchResult.
Returns:
fromJson
public static MicrosoftGraphSearchResult fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphSearchResult from the JsonReader.
Parameters:
Returns:
Throws:
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:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphSearchResult withAdditionalProperties(Map
Set the additionalProperties property: searchResult.
Parameters:
Returns:
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:
Returns:
Applies to
Azure SDK for Java