Package | Description |
---|---|
com.google.api.services.cloudresourcemanager.model |
Modifier and Type | Method and Description |
---|---|
FolderOperation |
FolderOperation.clone() |
FolderOperation |
FolderOperation.set(java.lang.String fieldName,
java.lang.Object value) |
FolderOperation |
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 |
FolderOperation.setDisplayName(java.lang.String displayName)
The display name of the folder.
|
FolderOperation |
FolderOperation.setOperationType(java.lang.String operationType)
The type of this operation.
|
FolderOperation |
FolderOperation.setSourceParent(java.lang.String sourceParent)
The resource name of the folder's parent.
|