|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.connection.v1_0.AddConnectionRequest
public class AddConnectionRequest
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="connection" type="{http://service.quartzdesk.com/types/v1_0/connection}Connection"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Connection |
connection
|
protected Long |
parentFolderId
|
| Constructor Summary | |
|---|---|
AddConnectionRequest()
|
|
| Method Summary | |
|---|---|
Connection |
getConnection()
Gets the value of the connection property. |
Long |
getParentFolderId()
Gets the value of the parentFolderId property. |
void |
setConnection(Connection value)
Sets the value of the connection property. |
void |
setParentFolderId(Long value)
Sets the value of the parentFolderId property. |
AddConnectionRequest |
withConnection(Connection value)
|
AddConnectionRequest |
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 Connection connection
| Constructor Detail |
|---|
public AddConnectionRequest()
| Method Detail |
|---|
public Long getParentFolderId()
Stringpublic void setParentFolderId(Long value)
value - allowed object is
Stringpublic Connection getConnection()
Connectionpublic void setConnection(Connection value)
value - allowed object is
Connectionpublic AddConnectionRequest withParentFolderId(Long value)
public AddConnectionRequest withConnection(Connection value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||