Uses of Class
com.quartzdesk.service.types.v4_0.connection.Connection

Packages that use Connection
com.quartzdesk.service.connection.v3_0   
com.quartzdesk.service.types.v4_0.connection   
 

Uses of Connection in com.quartzdesk.service.connection.v3_0
 

Fields in com.quartzdesk.service.connection.v3_0 declared as Connection
protected  Connection UpdateConnectionRequest.connection
           
protected  Connection GetConnectionResponse.connection
           
protected  Connection AddConnectionRequest.connection
           
 

Fields in com.quartzdesk.service.connection.v3_0 with type parameters of type Connection
protected  List<Connection> GetConnectionsResponse.connection
           
 

Methods in com.quartzdesk.service.connection.v3_0 that return Connection
 Connection UpdateConnectionRequest.getConnection()
          Gets the value of the connection property.
 Connection GetConnectionResponse.getConnection()
          Gets the value of the connection property.
 Connection AddConnectionRequest.getConnection()
          Gets the value of the connection property.
 

Methods in com.quartzdesk.service.connection.v3_0 that return types with arguments of type Connection
 List<Connection> GetConnectionsResponse.getConnection()
          Gets the value of the connection property.
 

Methods in com.quartzdesk.service.connection.v3_0 with parameters of type Connection
 void UpdateConnectionRequest.setConnection(Connection value)
          Sets the value of the connection property.
 void GetConnectionResponse.setConnection(Connection value)
          Sets the value of the connection property.
 void AddConnectionRequest.setConnection(Connection value)
          Sets the value of the connection property.
 GetConnectionsResponse GetConnectionsResponse.withConnection(Connection... values)
           
 UpdateConnectionRequest UpdateConnectionRequest.withConnection(Connection value)
           
 GetConnectionResponse GetConnectionResponse.withConnection(Connection value)
           
 AddConnectionRequest AddConnectionRequest.withConnection(Connection value)
           
 

Method parameters in com.quartzdesk.service.connection.v3_0 with type arguments of type Connection
 void GetConnectionsResponse.setConnection(List<Connection> connection)
          Sets the value of the connection property.
 GetConnectionsResponse GetConnectionsResponse.withConnection(Collection<Connection> values)
           
 

Uses of Connection in com.quartzdesk.service.types.v4_0.connection
 

Subclasses of Connection in com.quartzdesk.service.types.v4_0.connection
 class ClusterConnection
          Java class for ClusterConnection complex type.
 class SchedulerConnection
          Java class for SchedulerConnection complex type.
 

Methods in com.quartzdesk.service.types.v4_0.connection that return Connection
 Connection Connection.withId(Long value)
           
 Connection Connection.withName(String value)
           
 



Copyright © 2013–2017 QuartzDesk.com. All rights reserved.