Package com.mypurecloud.sdk.v2.model
Class ConnectionCreateResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ConnectionCreateResponse
- All Implemented Interfaces:
Serializable
ConnectionCreateResponse
- 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.dateModified(Date dateModified) Date of the last modification made to the connection.booleangetId()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) voidsetDateModified(Date dateModified) voidsetIntegration(KnowledgeIntegrationReference integration) voidsetModifiedBy(UserReference modifiedBy) voidvoidvoidCurrent status of the connection.toString()Type of the connection.
-
Constructor Details
-
ConnectionCreateResponse
public ConnectionCreateResponse() -
ConnectionCreateResponse
-
-
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 ConnectionCreateResponse 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
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-