public final class UndeleteRoleRequest extends 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 Identity and Access Management (IAM) API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
UndeleteRoleRequest() |
| Modifier and Type | Method and Description |
|---|---|
UndeleteRoleRequest |
clone() |
byte[] |
decodeEtag()
Used to perform a consistent read-modify-write.
|
UndeleteRoleRequest |
encodeEtag(byte[] etag)
Used to perform a consistent read-modify-write.
|
String |
getEtag()
Used to perform a consistent read-modify-write.
|
UndeleteRoleRequest |
set(String fieldName,
Object value) |
UndeleteRoleRequest |
setEtag(String etag)
Used to perform a consistent read-modify-write.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getEtag()
null for nonedecodeEtag()public byte[] decodeEtag()
null for nonegetEtag()public UndeleteRoleRequest setEtag(String etag)
etag - etag or null for none#encodeEtag()public UndeleteRoleRequest encodeEtag(byte[] etag)
The value is encoded Base64 or {@code null} for none.
public UndeleteRoleRequest set(String fieldName, Object value)
set in class GenericJsonpublic UndeleteRoleRequest clone()
clone in class GenericJsonCopyright © 2011–2019 Google. All rights reserved.