public final class GoogleCloudApigeeV1SyncAuthorization
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 Apigee 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 |
|---|
GoogleCloudApigeeV1SyncAuthorization() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1SyncAuthorization |
clone() |
byte[] |
decodeEtag()
Entity tag (ETag) used for optimistic concurrency control as a way to help prevent simultaneous
updates from overwriting each other.
|
GoogleCloudApigeeV1SyncAuthorization |
encodeEtag(byte[] etag)
Entity tag (ETag) used for optimistic concurrency control as a way to help prevent simultaneous
updates from overwriting each other.
|
String |
getEtag()
Entity tag (ETag) used for optimistic concurrency control as a way to help prevent simultaneous
updates from overwriting each other.
|
List<String> |
getIdentities()
Required.
|
GoogleCloudApigeeV1SyncAuthorization |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1SyncAuthorization |
setEtag(String etag)
Entity tag (ETag) used for optimistic concurrency control as a way to help prevent simultaneous
updates from overwriting each other.
|
GoogleCloudApigeeV1SyncAuthorization |
setIdentities(List<String> identities)
Required.
|
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 GoogleCloudApigeeV1SyncAuthorization()
public String getEtag()
null for nonedecodeEtag()public byte[] decodeEtag()
null for nonegetEtag()public GoogleCloudApigeeV1SyncAuthorization setEtag(String etag)
etag - etag or null for none#encodeEtag()public GoogleCloudApigeeV1SyncAuthorization encodeEtag(byte[] etag)
The value is encoded Base64 or {@code null} for none.
public List<String> getIdentities()
null for nonepublic GoogleCloudApigeeV1SyncAuthorization setIdentities(List<String> identities)
identities - identities or null for nonepublic GoogleCloudApigeeV1SyncAuthorization set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1SyncAuthorization clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.