VendorReference Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. VendorReference
- com.
Implements
public final class VendorReference
implements JsonSerializable<VendorReference>
Vendor reference.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Vendor |
fromJson(JsonReader jsonReader)
Reads an instance of Vendor |
| String |
link()
Get the link property: Link url. |
| String |
title()
Get the title property: Link title. |
|
Json |
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:
Returns:
Throws:
link
public String link()
Get the link property: Link url.
Returns:
title
public String title()
Get the title property: Link title.
Returns:
toJson
validate
public void validate()
Validates the instance.