Package com.mypurecloud.sdk.v2.model
Class ConnectionResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ConnectionResponse
- All Implemented Interfaces:
Serializable
ConnectionResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumCurrent status of the connection.static enumType of the connection. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticationProperties(AuthenticationProperties authenticationProperties) Authentication properties which can be used to initiate authentication of a user.createdBy(UserReference createdBy) Reference of the creator.dateCreated(Date dateCreated) Date of the creation of connection.dateExpiry(Date dateExpiry) Expiry date of the authentication credentials.dateModified(Date dateModified) Date of the last modification made to the connection.booleanOptional error message of the connection.getError()getId()getName()getType()inthashCode()integration(KnowledgeIntegrationReference integration) The reference to the integration associated with the connection.modifiedBy(UserReference modifiedBy) Reference of the user whom modified the connection.The name of the connection.voidsetAuthenticationProperties(AuthenticationProperties authenticationProperties) voidsetCreatedBy(UserReference createdBy) voidsetDateCreated(Date dateCreated) voidsetDateExpiry(Date dateExpiry) voidsetDateModified(Date dateModified) voidvoidsetIntegration(KnowledgeIntegrationReference integration) voidsetModifiedBy(UserReference modifiedBy) voidvoidvoidstatus(ConnectionResponse.StatusEnum status) Current status of the connection.toString()Type of the connection.
-
Constructor Details
-
ConnectionResponse
public ConnectionResponse() -
ConnectionResponse
-
-
Method Details
-
getId
-
name
The name of the connection. -
getName
-
setName
-
type
Type of the connection. -
getType
-
setType
-
integration
The reference to the integration associated with the connection. -
getIntegration
-
setIntegration
-
authenticationProperties
public ConnectionResponse authenticationProperties(AuthenticationProperties authenticationProperties) Authentication properties which can be used to initiate authentication of a user. -
getAuthenticationProperties
-
setAuthenticationProperties
-
createdBy
Reference of the creator. -
getCreatedBy
-
setCreatedBy
-
modifiedBy
Reference of the user whom modified the connection. -
getModifiedBy
-
setModifiedBy
-
dateCreated
Date of the creation of connection. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
Date of the last modification made to the connection. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
status
Current status of the connection. -
getStatus
-
setStatus
-
error
Optional error message of the connection. -
getError
-
setError
-
dateExpiry
Expiry date of the authentication credentials. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateExpiry
-
setDateExpiry
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-