Package com.mypurecloud.sdk.v2.model
Class CreateIntegrationRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateIntegrationRequest
- All Implemented Interfaces:
Serializable
Details for an Integration
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()inthashCode()integrationType(IntegrationType integrationType) Type of the integration to create.The name of the integration, used to distinguish this integration from others of the same type.voidsetIntegrationType(IntegrationType integrationType) voidtoString()
-
Constructor Details
-
CreateIntegrationRequest
public CreateIntegrationRequest() -
CreateIntegrationRequest
-
-
Method Details
-
getId
-
name
The name of the integration, used to distinguish this integration from others of the same type. -
getName
-
setName
-
integrationType
Type of the integration to create. -
getIntegrationType
-
setIntegrationType
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-