public interface IResourceCreateRequest
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent()
Get resource content.
|
java.lang.String |
getPath()
Get unique resource path.
|
ResourceType |
getResourceType()
Get type of resource.
|
java.lang.String getPath()
ResourceType getResourceType()
byte[] getContent()