Freigeben über


Contacts Klasse

  • java.lang.Object
    • com.microsoft.azure.keyvault.models.Contacts

public class Contacts

Die Kontakte für die Tresorzertifikate.

Methodenzusammenfassung

Modifizierer und Typ Methode und Beschreibung
List<Contact> contactList()

Rufen Sie den contactList-Wert ab.

String id()

Rufen Sie den ID-Wert ab.

Contacts withContactList(List<Contact> contactList)

Legen Sie den contactList-Wert fest.

Details zur Methode

contactList

public List contactList()

Rufen Sie den contactList-Wert ab.

Returns:

der contactList-Wert

id

public String id()

Rufen Sie den ID-Wert ab.

Returns:

der ID-Wert

withContactList

public Contacts withContactList(List contactList)

Legen Sie den contactList-Wert fest.

Parameters:

contactList - der festzulegende contactList-Wert

Returns:

das Contacts-Objekt selbst.

Gilt für: