public final class RevisionsCreateRuleRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
RevisionsCreateRuleRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static RevisionsCreateRuleRequest.Builder |
builder(Onshape onshape) |
|
String |
getCompanyId() |
Get ID of the company to which the revision rule belongs
|
String |
getDescription() |
Get Description of revision rule
|
String |
getName() |
Get Name of revision rule
|
String[] |
getRevisionList() |
Get List of revisions associated with the rule.
|
Number |
getRuleType() |
Get Method of determining next revisions.
|
String |
toString() |
public final String getName()
public final String getDescription()
public final String getCompanyId()
public final Number getRuleType()
public final String[] getRevisionList()
public static final RevisionsCreateRuleRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.