public final class TestCustomWorkflowsCreateWorkflowableTestObjectResponseProperties extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
Boolean |
editable |
Whether the property is editable
|
String |
name |
User friendly name of the property
|
String |
propertyId |
ID of the property to be used when updating
|
Boolean |
required |
Whether the property is required.
|
String |
value |
The current value of the property
|
String |
valueType |
The value type of the property STRING BOOLEAN etc
|
| Constructor | Description |
|---|---|
TestCustomWorkflowsCreateWorkflowableTestObjectResponseProperties() |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
getEditable() |
Get Whether the property is editable
|
String |
getName() |
Get User friendly name of the property
|
String |
getPropertyId() |
Get ID of the property to be used when updating
|
Boolean |
getRequired() |
Get Whether the property is required.
|
String |
getValue() |
Get The current value of the property
|
String |
getValueType() |
Get The value type of the property STRING BOOLEAN etc
|
String |
toString() |
getOtherPropertiespublic String propertyId
public String value
public String name
public Boolean editable
public Boolean required
public String valueType
public TestCustomWorkflowsCreateWorkflowableTestObjectResponseProperties()
public final String getPropertyId()
public final String getValue()
public final String getName()
public final Boolean getEditable()
public final Boolean getRequired()
public final String getValueType()
Copyright © 2021. All rights reserved.