public final class ComposeRequest
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 Cloud Storage JSON API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
| Modifier and Type | Class and Description |
|---|---|
static class |
ComposeRequest.SourceObjects
Model definition for ComposeRequestSourceObjects.
|
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ComposeRequest() |
| Modifier and Type | Method and Description |
|---|---|
ComposeRequest |
clone() |
StorageObject |
getDestination()
Properties of the resulting object.
|
java.lang.String |
getKind()
The kind of item this is.
|
java.util.List<ComposeRequest.SourceObjects> |
getSourceObjects()
The list of source objects that will be concatenated into a single object.
|
ComposeRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
ComposeRequest |
setDestination(StorageObject destination)
Properties of the resulting object.
|
ComposeRequest |
setKind(java.lang.String kind)
The kind of item this is.
|
ComposeRequest |
setSourceObjects(java.util.List<ComposeRequest.SourceObjects> sourceObjects)
The list of source objects that will be concatenated into a single object.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic StorageObject getDestination()
null for nonepublic ComposeRequest setDestination(StorageObject destination)
destination - destination or null for nonepublic java.lang.String getKind()
null for nonepublic ComposeRequest setKind(java.lang.String kind)
kind - kind or null for nonepublic java.util.List<ComposeRequest.SourceObjects> getSourceObjects()
null for nonepublic ComposeRequest setSourceObjects(java.util.List<ComposeRequest.SourceObjects> sourceObjects)
sourceObjects - sourceObjects or null for nonepublic ComposeRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ComposeRequest clone()
clone in class com.google.api.client.json.GenericJson