public final class
UserImportOptions
extends Object
A collection of options that can be passed to the
importUsersAsync(List, UserImportOptions) API.
Nested Class Summary
Public Method Summary
| static UserImportOptions.Builder |
builder()
Creates a new
UserImportOptions.Builder. |
| static UserImportOptions |
withHash(UserImportHash hash)
Creates a new
UserImportOptions containing the provided hash algorithm. |
Inherited Method Summary
| Object |
clone()
|
| boolean |
equals(Object arg0)
|
| void |
finalize()
|
| final Class<?> |
getClass()
|
| int |
hashCode()
|
| final void |
notify()
|
| final void |
notifyAll()
|
| String |
toString()
|
| final void |
wait(long arg0, int arg1)
|
| final void |
wait(long arg0)
|
| final void |
wait()
|
Public Methods
public static UserImportOptions.Builder builder ()
Creates a new UserImportOptions.Builder.
Returns
- A
UserImportOptions.Builderinstance.
public static UserImportOptions withHash (UserImportHash hash)
Creates a new UserImportOptions containing the provided hash algorithm.
Parameters
| hash | A non-null UserImportHash. |
|---|
Returns
- A new
UserImportOptions.