public class LinkPathMetadataRequest extends LinkRequestBase
accessCode, itemName, linkTokenUTF_8| Modifier and Type | Method and Description |
|---|---|
static LinkPathMetadataRequest |
create(FssApiVersion apiVersion,
java.lang.String linkToken,
java.lang.String itemName,
java.lang.String accessCode,
java.lang.String path) |
static java.lang.Class<? extends LinkPathMetadataRequest> |
getFssApiClass(FssApiVersion apiVersion)
Returns the
Class of the LinkPathMetadataRequest that corresponds to the
specified apiVersion. |
java.lang.String |
getPath() |
getAccessCode, getItemName, getLinkToken, validatebadValue, badValue, fromJson, toJson, toJson, toString, validate, validateFieldInRange, validateFieldInRange, validateFieldIsNull, validateFieldNotNull, validateLocale, validateOptionalField, validateOptionalFieldList, validateRequiredField, validateRequiredFieldList, writeToOutputStreampublic static java.lang.Class<? extends LinkPathMetadataRequest> getFssApiClass(FssApiVersion apiVersion) throws AwUnsupportedApiVersionException
Class of the LinkPathMetadataRequest that corresponds to the
specified apiVersion.apiVersion - API version of the class to be returnedClass of the LinkFileReadRequest that corresponds to the
specified apiVersionAwUnsupportedApiVersionExceptionpublic static LinkPathMetadataRequest create(FssApiVersion apiVersion, java.lang.String linkToken, java.lang.String itemName, java.lang.String accessCode, java.lang.String path) throws AwUnsupportedApiVersionException
apiVersion - API version to be supported by the LinkPathMetadataRequestlinkToken - The token associated with the link.itemName - The name of the file or folder that the link points to.accessCode - The access code of the link if needed.path - Relative path to the entry from linkAwUnsupportedApiVersionExceptionpublic java.lang.String getPath()