public final class AssignUserToLicenseRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder
The AssignUserToLicenseRequest builder.
|
Modifier and Type | Method and Description |
---|---|
static AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder |
builder()
Use this builder to construct AssignUserToLicenseRequest.
|
boolean |
equals(Object o) |
String |
getEmail()
Email of the user that needs to be assigned.
|
String |
getFirstName()
First name of the user that needs to be assigned.
|
Boolean |
getIsManager()
Indicates if the license user is also a License Manager.
|
String |
getLastName()
Last name (surname) of the user that needs to be assigned.
|
String |
getPassword()
If the user is a first time user and doesn't have any licenses yet,
and this field wasn't left empty, this will be users initial password.
|
String |
getPhoneNumber()
Phone number of the user that needs to be assigned.
|
int |
hashCode() |
String |
toString() |
public static AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder builder()
public String getEmail()
public String getFirstName()
public String getLastName()
public String getPhoneNumber()
public String getPassword()
public Boolean getIsManager()
Copyright © 2023 Cense Data Inc.. All rights reserved.