|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.connection.v3_0.MoveConnectionRequest
public class MoveConnectionRequest
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="connectionId" 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 |
connectionId
|
protected Long |
parentFolderId
|
| Constructor Summary | |
|---|---|
MoveConnectionRequest()
|
|
| Method Summary | |
|---|---|
Long |
getConnectionId()
Gets the value of the connectionId property. |
Long |
getParentFolderId()
Gets the value of the parentFolderId property. |
void |
setConnectionId(Long value)
Sets the value of the connectionId property. |
void |
setParentFolderId(Long value)
Sets the value of the parentFolderId property. |
MoveConnectionRequest |
withConnectionId(Long value)
|
MoveConnectionRequest |
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 connectionId
protected Long parentFolderId
| Constructor Detail |
|---|
public MoveConnectionRequest()
| Method Detail |
|---|
public Long getConnectionId()
Stringpublic void setConnectionId(Long value)
value - allowed object is
Stringpublic Long getParentFolderId()
Stringpublic void setParentFolderId(Long value)
value - allowed object is
Stringpublic MoveConnectionRequest withConnectionId(Long value)
public MoveConnectionRequest withParentFolderId(Long value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||