public final class FolderOperation
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 Cloud Resource Manager 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.Flags| Constructor and Description |
|---|
FolderOperation() |
| Modifier and Type | Method and Description |
|---|---|
FolderOperation |
clone() |
java.lang.String |
getDestinationParent()
The resource name of the folder or organization we are either creating the folder under or
moving the folder to.
|
java.lang.String |
getDisplayName()
The display name of the folder.
|
java.lang.String |
getOperationType()
The type of this operation.
|
java.lang.String |
getSourceParent()
The resource name of the folder's parent.
|
FolderOperation |
set(java.lang.String fieldName,
java.lang.Object value) |
FolderOperation |
setDestinationParent(java.lang.String destinationParent)
The resource name of the folder or organization we are either creating the folder under or
moving the folder to.
|
FolderOperation |
setDisplayName(java.lang.String displayName)
The display name of the folder.
|
FolderOperation |
setOperationType(java.lang.String operationType)
The type of this operation.
|
FolderOperation |
setSourceParent(java.lang.String sourceParent)
The resource name of the folder's parent.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getDestinationParent()
null for nonepublic FolderOperation setDestinationParent(java.lang.String destinationParent)
destinationParent - destinationParent or null for nonepublic java.lang.String getDisplayName()
null for nonepublic FolderOperation setDisplayName(java.lang.String displayName)
displayName - displayName or null for nonepublic java.lang.String getOperationType()
null for nonepublic FolderOperation setOperationType(java.lang.String operationType)
operationType - operationType or null for nonepublic java.lang.String getSourceParent()
null for nonepublic FolderOperation setSourceParent(java.lang.String sourceParent)
sourceParent - sourceParent or null for nonepublic FolderOperation set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic FolderOperation clone()
clone in class com.google.api.client.json.GenericJson