SearchIndexerDataNoneIdentity Class

public final class SearchIndexerDataNoneIdentity
extends SearchIndexerDataIdentity

Clears the identity property of a datasource.

Constructor Summary

Constructor Description
SearchIndexerDataNoneIdentity()

Creates an instance of SearchIndexerDataNoneIdentity class.

Method Summary

Modifier and Type Method and Description
static SearchIndexerDataNoneIdentity fromJson(JsonReader jsonReader)

Reads an instance of SearchIndexerDataNoneIdentity from the JsonReader.

String getOdataType()

Get the odataType property: A URI fragment specifying the type of identity.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from SearchIndexerDataIdentity

Methods inherited from java.lang.Object

Constructor Details

SearchIndexerDataNoneIdentity

public SearchIndexerDataNoneIdentity()

Creates an instance of SearchIndexerDataNoneIdentity class.

Method Details

fromJson

public static SearchIndexerDataNoneIdentity fromJson(JsonReader jsonReader)

Reads an instance of SearchIndexerDataNoneIdentity from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SearchIndexerDataNoneIdentity if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the SearchIndexerDataNoneIdentity.

getOdataType

public String getOdataType()

Get the odataType property: A URI fragment specifying the type of identity.

Overrides:

SearchIndexerDataNoneIdentity.getOdataType()

Returns:

the odataType value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

SearchIndexerDataNoneIdentity.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to