public final class RevisionsGetRuleByIdResponse extends AbstractResponseObject
| Constructor | Description |
|---|---|
RevisionsGetRuleByIdResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCompanyId() |
Get ID of the company to which the revision rule belongs
|
String |
getDescription() |
Get Description of the revision rule
|
String |
getId() |
Get ID of the revision rule
|
String |
getName() |
Get Name of the revision rule
|
String[] |
getRevisionList() |
Get For List-type rules: list of revisions associated with the rule
|
Number |
getRuleType() |
Get Method of determining next revisions.
|
String |
getScript() |
Get For Javascript-type rules: Javascript used to determine next revision
|
String |
toString() |
getOtherPropertiespublic final String getId()
public final String getName()
public final String getDescription()
public final String getCompanyId()
public final Number getRuleType()
public final String[] getRevisionList()
public final String getScript()
Copyright © 2021. All rights reserved.