Package com.mypurecloud.sdk.v2.model
Class SourceIntent
java.lang.Object
com.mypurecloud.sdk.v2.model.SourceIntent
- All Implemented Interfaces:
Serializable
SourceIntent
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetSourceId(String sourceId) voidsetSourceIntentId(String sourceIntentId) voidsetSourceIntentName(String sourceIntentName) voidsetSourceName(String sourceName) voidsetSourceType(SourceIntent.SourceTypeEnum sourceType) Id of the sourcesourceIntentId(String sourceIntentId) Id of the source intentsourceIntentName(String sourceIntentName) Name of the source intentsourceName(String sourceName) Name of the sourcesourceType(SourceIntent.SourceTypeEnum sourceType) Source typetoString()
-
Constructor Details
-
SourceIntent
public SourceIntent() -
SourceIntent
-
-
Method Details
-
sourceIntentId
Id of the source intent -
getSourceIntentId
-
setSourceIntentId
-
sourceIntentName
Name of the source intent -
getSourceIntentName
-
setSourceIntentName
-
sourceType
Source type -
getSourceType
-
setSourceType
-
sourceId
Id of the source -
getSourceId
-
setSourceId
-
sourceName
Name of the source -
getSourceName
-
setSourceName
-
equals
-
hashCode
public int hashCode() -
toString
-