Class UserDescriptor

java.lang.Object
net.spreadsheetspace.sdk.model.UserDescriptor

public class UserDescriptor extends Object
Response object for create/update user request

Composed by:
  • username: This string represents the username of the request user.
  • statusCode: This integer represents the response code for the action.
  • Constructor Details

    • UserDescriptor

      public UserDescriptor(String username, StatusCode statusCode)
  • Method Details

    • getUsername

      public String getUsername()
      Get the username of the request user.
    • setUsername

      public void setUsername(String username)
    • getStatusCode

      public StatusCode getStatusCode()
      Get response code for the GenerateKey action.
    • setStatusCode

      public void setStatusCode(StatusCode statusCode)