public class DiscoverableField extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DiscoverableField.Properties |
Constructor and Description |
---|
DiscoverableField() |
DiscoverableField(String fieldName,
String displayName,
Boolean isCreateable,
Boolean isUpdateable,
Boolean isFilterable,
String dataType,
Object defaultValue,
List<Object> possibleValue,
List<String> referenceTo,
List<DiscoverableField.Properties> fieldProperties) |
Modifier and Type | Method and Description |
---|---|
String |
getDataType()
Gets the dataType value for this Field.
|
Object |
getDefaultValue()
Gets the defaultValue value for this Field.
|
String |
getDisplayName()
Gets the displayName value for this Field.
|
String |
getFieldName()
Gets the fieldName value for this Field.
|
List<DiscoverableField.Properties> |
getFieldProperties()
Gets the fieldProperties value for this Field.
|
Boolean |
getIsCreateable()
Gets the isCreateable value for this Field.
|
Boolean |
getIsFilterable()
Gets the isFilterable value for this Field.
|
Boolean |
getIsUpdateable()
Gets the isUpdateable value for this Field.
|
List<Object> |
getPossibleValue()
Gets the possibleValue value for this Field.
|
List<String> |
getReferenceTo()
Gets the referenceTo value for this Field.
|
DiscoverableField |
setDataType(String dataType)
Sets the dataType value for this Field.
|
DiscoverableField |
setDefaultValue(Object defaultValue)
Sets the defaultValue value for this Field.
|
DiscoverableField |
setDisplayName(String displayName)
Sets the displayName value for this Field.
|
DiscoverableField |
setFieldName(String fieldName)
Sets the fieldName value for this Field.
|
DiscoverableField |
setIsCreateable(Boolean isCreateable)
Sets the isCreateable value for this Field.
|
DiscoverableField |
setIsFilterable(Boolean isFilterable)
Sets the isFilterable value for this Field.
|
DiscoverableField |
setIsUpdateable(Boolean isUpdateable)
Sets the isUpdateable value for this Field.
|
DiscoverableField |
setPossibleValue(List<Object> possibleValue)
Sets the possibleValue value for this Field.
|
DiscoverableField |
setReferenceTo(List<String> referenceTo)
Sets the referenceTo value for this Field.
|
public String getFieldName()
public DiscoverableField setFieldName(String fieldName)
fieldName
- public String getDisplayName()
public DiscoverableField setDisplayName(String displayName)
displayName
- public Boolean getIsCreateable()
public DiscoverableField setIsCreateable(Boolean isCreateable)
isCreateable
- public Boolean getIsUpdateable()
public DiscoverableField setIsUpdateable(Boolean isUpdateable)
isUpdateable
- public Boolean getIsFilterable()
public DiscoverableField setIsFilterable(Boolean isFilterable)
isFilterable
- public String getDataType()
public DiscoverableField setDataType(String dataType)
dataType
- public Object getDefaultValue()
public DiscoverableField setDefaultValue(Object defaultValue)
defaultValue
- public List<Object> getPossibleValue()
public DiscoverableField setPossibleValue(List<Object> possibleValue)
possibleValue
- public List<String> getReferenceTo()
public DiscoverableField setReferenceTo(List<String> referenceTo)
referenceTo
- public List<DiscoverableField.Properties> getFieldProperties()
Copyright © Jitterbit, Inc. Licensed under the Jitterbit Master Subscription Agreement.