UserContract.UpdateStages.WithNote Interface

public static interface UserContract.UpdateStages.WithNote

The stage of the usercontract update allowing to specify Note.

Method Summary

Modifier and Type Method and Description
abstract Update withNote(String note)

Specifies note.

Method Details

withNote

public abstract UserContract.Update withNote(String note)

Specifies note.

Parameters:

note - Optional note about a user set by the administrator

Returns:

the next update stage

Applies to