Class UserDescriptor
java.lang.Object
net.spreadsheetspace.sdk.model.UserDescriptor
Response object for create/update user request
Composed by:
Composed by:
- username: This string represents the username of the request user.
- statusCode: This integer represents the response code for the action.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet response code for the GenerateKey action.Get the username of the request user.voidsetStatusCode(StatusCode statusCode) voidsetUsername(String username)
-
Constructor Details
-
UserDescriptor
-
-
Method Details
-
getUsername
Get the username of the request user. -
setUsername
-
getStatusCode
Get response code for the GenerateKey action. -
setStatusCode
-