Package com.mypurecloud.sdk.v2.model
Class Signature
java.lang.Object
com.mypurecloud.sdk.v2.model.Signature
- All Implemented Interfaces:
Serializable
Signature
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe configuration to indicate when the signature of a conversation has to be included -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalwaysIncluded(Boolean alwaysIncluded) A toggle that defines if a signature is always included or only set on the first email in an email chain.cannedResponseId(String cannedResponseId) The identifier referring to an email signature canned response.A toggle to enable the signature on email send.booleaninthashCode()inclusionType(Signature.InclusionTypeEnum inclusionType) The configuration to indicate when the signature of a conversation has to be includedvoidsetAlwaysIncluded(Boolean alwaysIncluded) voidsetCannedResponseId(String cannedResponseId) voidsetEnabled(Boolean enabled) voidsetInclusionType(Signature.InclusionTypeEnum inclusionType) toString()
-
Constructor Details
-
Signature
public Signature() -
Signature
-
-
Method Details
-
enabled
A toggle to enable the signature on email send. -
getEnabled
-
setEnabled
-
cannedResponseId
The identifier referring to an email signature canned response. -
getCannedResponseId
-
setCannedResponseId
-
alwaysIncluded
A toggle that defines if a signature is always included or only set on the first email in an email chain. -
getAlwaysIncluded
-
setAlwaysIncluded
-
inclusionType
The configuration to indicate when the signature of a conversation has to be included -
getInclusionType
-
setInclusionType
-
equals
-
hashCode
public int hashCode() -
toString
-