Package com.mypurecloud.sdk.v2.model
Class RequestMapping
java.lang.Object
com.mypurecloud.sdk.v2.model.RequestMapping
- All Implemented Interfaces:
Serializable
RequestMapping
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of the value suppliedstatic enumMethod of finding value to use with Attribute -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributeType(RequestMapping.AttributeTypeEnum attributeType) Type of the value suppliedbooleangetName()getValue()inthashCode()mappingType(RequestMapping.MappingTypeEnum mappingType) Method of finding value to use with AttributeName of the Integration Action Attribute to supply the value forvoidsetAttributeType(RequestMapping.AttributeTypeEnum attributeType) voidsetMappingType(RequestMapping.MappingTypeEnum mappingType) voidvoidtoString()Value to supply for the specified Attribute
-
Constructor Details
-
RequestMapping
public RequestMapping() -
RequestMapping
-
-
Method Details
-
name
Name of the Integration Action Attribute to supply the value for -
getName
-
setName
-
attributeType
Type of the value supplied -
getAttributeType
-
setAttributeType
-
mappingType
Method of finding value to use with Attribute -
getMappingType
-
setMappingType
-
value
Value to supply for the specified Attribute -
getValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-