VendorReference Class

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

public final class VendorReference

Vendor reference.

Constructor Summary

Constructor Description
VendorReference()

Creates an instance of VendorReference class.

Method Summary

Modifier and Type Method and Description
String link()

Get the link property: Link url.

String title()

Get the title property: Link title.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

VendorReference

public VendorReference()

Creates an instance of VendorReference class.

Method Details

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.

validate

public void validate()

Validates the instance.

Applies to