|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.connection.v1_0.MoveFolderRequest
public class MoveFolderRequest
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="folderId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="parentFolderId" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Long |
folderId
|
protected Long |
parentFolderId
|
| Constructor Summary | |
|---|---|
MoveFolderRequest()
|
|
| Method Summary | |
|---|---|
Long |
getFolderId()
Gets the value of the folderId property. |
Long |
getParentFolderId()
Gets the value of the parentFolderId property. |
void |
setFolderId(Long value)
Sets the value of the folderId property. |
void |
setParentFolderId(Long value)
Sets the value of the parentFolderId property. |
MoveFolderRequest |
withFolderId(Long value)
|
MoveFolderRequest |
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 folderId
protected Long parentFolderId
| Constructor Detail |
|---|
public MoveFolderRequest()
| Method Detail |
|---|
public Long getFolderId()
Stringpublic void setFolderId(Long value)
value - allowed object is
Stringpublic Long getParentFolderId()
Stringpublic void setParentFolderId(Long value)
value - allowed object is
Stringpublic MoveFolderRequest withFolderId(Long value)
public MoveFolderRequest withParentFolderId(Long value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||