public static class AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder extends Object
Modifier and Type | Method and Description |
---|---|
AssignUserToLicenseRequest |
build() |
AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder |
email(String email)
Email of the user that needs to be assigned.
|
AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder |
firstName(String firstName)
First name of the user that needs to be assigned.
|
AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder |
isManager(Boolean isManager)
Indicates if the license user is also a License Manager.
|
AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder |
lastName(String lastName)
Last name (surname) of the user that needs to be assigned.
|
AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder |
password(String password)
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.
|
AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder |
phoneNumber(String phoneNumber)
Phone number of the user that needs to be assigned.
|
String |
toString() |
public AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder email(String email)
this
.public AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder firstName(String firstName)
this
.public AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder lastName(String lastName)
this
.public AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder phoneNumber(String phoneNumber)
this
.public AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder password(String password)
this
.public AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder isManager(Boolean isManager)
this
.public AssignUserToLicenseRequest build()
Copyright © 2023 Cense Data Inc.. All rights reserved.