|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.connection.v1_0.AddFolderRequest
public class AddFolderRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parentFolderId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="folder" type="{http://service.quartzdesk.com/types/v1_0/connection}ConnectionFolder"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ConnectionFolder |
folder
|
protected Long |
parentFolderId
|
| Constructor Summary | |
|---|---|
AddFolderRequest()
|
|
| Method Summary | |
|---|---|
ConnectionFolder |
getFolder()
Gets the value of the folder property. |
Long |
getParentFolderId()
Gets the value of the parentFolderId property. |
void |
setFolder(ConnectionFolder value)
Sets the value of the folder property. |
void |
setParentFolderId(Long value)
Sets the value of the parentFolderId property. |
AddFolderRequest |
withFolder(ConnectionFolder value)
|
AddFolderRequest |
withParentFolderId(Long value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Long parentFolderId
protected ConnectionFolder folder
| Constructor Detail |
|---|
public AddFolderRequest()
| Method Detail |
|---|
public Long getParentFolderId()
Stringpublic void setParentFolderId(Long value)
value - allowed object is
Stringpublic ConnectionFolder getFolder()
ConnectionFolderpublic void setFolder(ConnectionFolder value)
value - allowed object is
ConnectionFolderpublic AddFolderRequest withParentFolderId(Long value)
public AddFolderRequest withFolder(ConnectionFolder value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||