public final class GenerateCseTokenResponse
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Drive API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GenerateCseTokenResponse() |
| Modifier and Type | Method and Description |
|---|---|
GenerateCseTokenResponse |
clone() |
Long |
getCurrentKaclsId()
The current Key ACL Service (KACLS) ID associated with the JWT.
|
String |
getCurrentKaclsName()
Name of the KACLs that the returned KACLs ID points to.
|
String |
getFileId()
The fileId for which the JWT was generated.
|
String |
getJwt()
The signed JSON Web Token (JWT) for the file.
|
String |
getKind()
Output only.
|
GenerateCseTokenResponse |
set(String fieldName,
Object value) |
GenerateCseTokenResponse |
setCurrentKaclsId(Long currentKaclsId)
The current Key ACL Service (KACLS) ID associated with the JWT.
|
GenerateCseTokenResponse |
setCurrentKaclsName(String currentKaclsName)
Name of the KACLs that the returned KACLs ID points to.
|
GenerateCseTokenResponse |
setFileId(String fileId)
The fileId for which the JWT was generated.
|
GenerateCseTokenResponse |
setJwt(String jwt)
The signed JSON Web Token (JWT) for the file.
|
GenerateCseTokenResponse |
setKind(String kind)
Output only.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Long getCurrentKaclsId()
null for nonepublic GenerateCseTokenResponse setCurrentKaclsId(Long currentKaclsId)
currentKaclsId - currentKaclsId or null for nonepublic String getCurrentKaclsName()
null for nonepublic GenerateCseTokenResponse setCurrentKaclsName(String currentKaclsName)
currentKaclsName - currentKaclsName or null for nonepublic String getFileId()
null for nonepublic GenerateCseTokenResponse setFileId(String fileId)
fileId - fileId or null for nonepublic String getJwt()
null for nonepublic GenerateCseTokenResponse setJwt(String jwt)
jwt - jwt or null for nonepublic String getKind()
null for nonepublic GenerateCseTokenResponse setKind(String kind)
kind - kind or null for nonepublic GenerateCseTokenResponse set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GenerateCseTokenResponse clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.