public class FileFullExpiringEmbedLinkField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
FileFullExpiringEmbedLinkField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
accessToken
The requested access token.
|
protected Long |
expiresIn
The time in seconds by which this token will expire.
|
protected List<ResourceScope> |
restrictedTo
The permissions that this access token permits, providing a list of resources (files, folders,
etc) and the scopes permitted for each of those resources.
|
protected EnumWrapper<FileFullExpiringEmbedLinkTokenTypeField> |
tokenType
The type of access token returned.
|
protected String |
url
The actual expiring embed URL for this file, constructed from the file ID and access tokens
specified in this object.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
FileFullExpiringEmbedLinkField() |
protected |
FileFullExpiringEmbedLinkField(FileFullExpiringEmbedLinkField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccessToken() |
Long |
getExpiresIn() |
List<ResourceScope> |
getRestrictedTo() |
EnumWrapper<FileFullExpiringEmbedLinkTokenTypeField> |
getTokenType() |
String |
getUrl() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String accessToken
protected EnumWrapper<FileFullExpiringEmbedLinkTokenTypeField> tokenType
protected List<ResourceScope> restrictedTo
public FileFullExpiringEmbedLinkField()
protected FileFullExpiringEmbedLinkField(FileFullExpiringEmbedLinkField.Builder builder)
public String getAccessToken()
public Long getExpiresIn()
public EnumWrapper<FileFullExpiringEmbedLinkTokenTypeField> getTokenType()
public List<ResourceScope> getRestrictedTo()