public final class CompaniesAddUserRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
CompaniesAddUserRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static CompaniesAddUserRequest.Builder |
builder(Onshape onshape) |
|
Boolean |
getAdmin() |
Get If the new user is an admin.
|
String |
getCompanyId() |
Get The company ID - should match the path.
|
String |
getEmail() |
Get The email.
|
Number[] |
getGlobalPermissions() |
Get List of global permissions for the new user.
|
Boolean |
getGuest() |
Get If the new user is a guest.
|
Boolean |
getLight() |
Get If the new user is a light user.
|
Boolean |
getSendEmail() |
Get If the new user should get an email.
|
String |
toString() |
public final String getCompanyId()
public final String getEmail()
public final Boolean getAdmin()
public final Boolean getGuest()
public final Boolean getLight()
public final Boolean getSendEmail()
public final Number[] getGlobalPermissions()
public static final CompaniesAddUserRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.