public method UserKind.create
Overview
Creates a new instance of the class with a specified user type
Declaration
function create(kind)
public static UserKind create(String kind);
public static UserKind create(string kind);
Parameters
| Name | Description |
|---|---|
| kind | The user type as a string |
Returns
The method returns an instance of the UserKind class
Details
Declared in UserKind