public class LinkCheckAccessRequest extends LinkRequestBase
accessCode, itemName, linkTokenUTF_8| Modifier and Type | Method and Description |
|---|---|
static LinkCheckAccessRequest |
create(FssApiVersion apiVersion,
java.lang.String linkToken,
java.lang.String itemName,
java.lang.String accessCode) |
static java.lang.Class<? extends LinkCheckAccessRequest> |
getFssApiClass(FssApiVersion apiVersion)
Returns the
Class of the LinkCheckAccessRequest that corresponds to the
specified apiVersion. |
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 LinkCheckAccessRequest> getFssApiClass(FssApiVersion apiVersion) throws AwUnsupportedApiVersionException
Class of the LinkCheckAccessRequest that corresponds to the
specified apiVersion.apiVersion - API version of the class to be returnedClass of the LinkCheckAccessRequest that corresponds to the
specified apiVersionAwUnsupportedApiVersionExceptionpublic static LinkCheckAccessRequest create(FssApiVersion apiVersion, java.lang.String linkToken, java.lang.String itemName, java.lang.String accessCode) throws AwUnsupportedApiVersionException
apiVersion - API version to be supported by the LinkCheckAccessRequestlinkToken - 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.AwUnsupportedApiVersionException