public final class RevisionsGetAllRulesResponseItems extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
String |
companyId |
ID of the company to which the revision rule belongs
|
String |
description |
Description of the revision rule
|
String |
id |
ID of the revision rule
|
String |
name |
Name of the revision rule
|
String[] |
revisionList |
For List-type rules: list of revisions associated with the rule
|
Number |
ruleType |
Method of determining next revisions.
|
String |
script |
For Javascript-type rules: Javascript used to determine next revision
|
| Constructor | Description |
|---|---|
RevisionsGetAllRulesResponseItems() |
| 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 String id
public String name
public String description
public String companyId
public Number ruleType
public String[] revisionList
public String script
public 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.