public final class AliasesCreateAliasRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AliasesCreateAliasRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static AliasesCreateAliasRequest.Builder |
builder(Onshape onshape) |
|
String |
getDescription() |
Get Description of the alias
|
AliasesCreateAliasRequestEntries[] |
getEntries() |
Get Users/teams to add to the alias (provide one of userId, teamId, email on each)
|
String |
getName() |
Get Name of the alias (required)
|
String |
toString() |
public final String getName()
public final String getDescription()
public final AliasesCreateAliasRequestEntries[] getEntries()
public static final AliasesCreateAliasRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.