次の方法で共有


PersonGroups.PersonGroupsCreateDefinitionStages.WithAllOptions インターフェイス

public interface WithAllOptions

その他のオプション設定を指定できる定義のステージ。

メソッドの概要

修飾子と型 メソッドと説明
PersonGroupsCreateDefinitionStages.WithExecute withName(String name)

ユーザー定義の名前。最大長は 128 です。

PersonGroupsCreateDefinitionStages.WithExecute withUserData(String userData)

ユーザーが指定したデータ。 長さは 16 KB を超えないようにしてください。

メソッドの詳細

withName

public PersonGroupsCreateDefinitionStages.WithExecute withName(String name)

ユーザー定義の名前。最大長は 128 です。

Parameters:

name

Returns:

次の定義ステージ

withUserData

public PersonGroupsCreateDefinitionStages.WithExecute withUserData(String userData)

ユーザーが指定したデータ。 長さは 16 KB を超えないようにしてください。

Parameters:

userData

Returns:

次の定義ステージ

適用対象