public final class DocumentsShareDocumentRequestEntries extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DocumentsShareDocumentRequestEntries.Builder |
| Modifier and Type | Field | Description |
|---|---|---|
String |
applicationId |
The ID of an Onshape Application to share with.
|
String |
companyId |
The ID of an Onshape Company to share with
|
String |
email |
The email of a user to share with.
|
String |
entryType |
The type of entity that whe are sharing with.
|
String |
teamId |
The ID of an Onshape Team to share with
|
String |
userId |
The ID of an Onshape User to share with
|
| Modifier and Type | Method | Description |
|---|---|---|
static DocumentsShareDocumentRequestEntries.Builder |
builder() |
|
String |
getApplicationId() |
Get The ID of an Onshape Application to share with.
|
String |
getCompanyId() |
Get The ID of an Onshape Company to share with
|
String |
getEmail() |
Get The email of a user to share with.
|
String |
getEntryType() |
Get The type of entity that whe are sharing with.
|
String |
getTeamId() |
Get The ID of an Onshape Team to share with
|
String |
getUserId() |
Get The ID of an Onshape User to share with
|
String |
toString() |
public String companyId
public String email
public String teamId
public String userId
public String applicationId
public String entryType
public final String getCompanyId()
public final String getEmail()
public final String getTeamId()
public final String getUserId()
public final String getApplicationId()
public final String getEntryType()
public static final DocumentsShareDocumentRequestEntries.Builder builder()
Copyright © 2021. All rights reserved.