public abstract class CreateFolderRequest extends Request
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Serializable> |
properties |
protected String |
type |
domain, runAsUserId| Constructor and Description |
|---|
CreateFolderRequest(String domain,
String runAsUserId,
String type,
Map<String,Serializable> properties) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Serializable> |
getProperties() |
String |
getType() |
String |
toString() |
getDomain, getRunAsUserIdprotected final Map<String,Serializable> properties
protected final String type
Copyright © 2015. All rights reserved.