VendorReference Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.VendorReference

Implements

public final class VendorReference
implements JsonSerializable<VendorReference>

Vendor reference.

Method Summary

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

Reads an instance of VendorReference from the JsonReader.

String link()

Get the link property: Link url.

String title()

Get the title property: Link title.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

fromJson

public static VendorReference fromJson(JsonReader jsonReader)

Reads an instance of VendorReference from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of VendorReference 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 VendorReference.

link

public String link()

Get the link property: Link url.

Returns:

the link value.

title

public String title()

Get the title property: Link title.

Returns:

the title value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to