public abstract class LinkRequestBase extends BaseFssApiResource
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
accessCode |
protected java.lang.String |
itemName |
protected java.lang.String |
linkToken |
UTF_8| Modifier | Constructor and Description |
|---|---|
protected |
LinkRequestBase() |
protected |
LinkRequestBase(java.lang.String linkToken,
java.lang.String itemName,
java.lang.String accessCode) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccessCode()
Returns the access code given for this link
|
java.lang.String |
getItemName()
Returns the name of the item that is linked
|
java.lang.String |
getLinkToken()
Returns the linkToken for the link to search
|
protected void |
validate(java.lang.String fieldName,
BaseFssApiResource parent)
Validates this object.
|
badValue, badValue, fromJson, toJson, toJson, toString, validate, validateFieldInRange, validateFieldInRange, validateFieldIsNull, validateFieldNotNull, validateLocale, validateOptionalField, validateOptionalFieldList, validateRequiredField, validateRequiredFieldList, writeToOutputStreamprotected java.lang.String linkToken
protected java.lang.String itemName
protected java.lang.String accessCode
protected LinkRequestBase()
protected LinkRequestBase(java.lang.String linkToken,
java.lang.String itemName,
java.lang.String accessCode)
protected void validate(java.lang.String fieldName,
BaseFssApiResource parent)
throws AwJsonException
validate in class BaseFssApiResourcefieldName - name of this object in the parent (containing) object. If this object is a
top-level object (not contained within another object), then enter null for this
parameterparent - parent (containing) object that contains the object specified in the fieldName
parameter. If this object is a top-level object (not contained within another
object), then enter null for this parameterAwJsonException - if any validation errors occurBaseFssApiResource.validate(String, BaseFssApiResource)public java.lang.String getLinkToken()
public java.lang.String getItemName()
public java.lang.String getAccessCode()