UserContract.UpdateStages.WithIdentities Interface

public static interface UserContract.UpdateStages.WithIdentities

The stage of the usercontract update allowing to specify Identities.

Method Summary

Modifier and Type Method and Description
abstract Update withIdentities(List<UserIdentityContractInner> identities)

Specifies identities.

Method Details

withIdentities

public abstract UserContract.Update withIdentities(List identities)

Specifies identities.

Parameters:

identities - Collection of user identities

Returns:

the next update stage

Applies to