Contacts クラス

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

public class Contacts

コンテナー証明書の連絡先。

メソッドの概要

修飾子と型 メソッドと説明
List<Contact> contactList()

contactList 値を取得します。

String id()

id 値を取得します。

Contacts withContactList(List<Contact> contactList)

contactList 値を設定します。

メソッドの詳細

contactList

public List contactList()

contactList 値を取得します。

戻り値:

contactList 値

id

public String id()

id 値を取得します。

戻り値:

id 値

withContactList

public Contacts withContactList(List contactList)

contactList 値を設定します。

パラメーター:

contactList - 設定する contactList 値

戻り値:

Contacts オブジェクト自体。

適用対象