Uses of Class
com.mypurecloud.sdk.v2.model.RequestMapping
Packages that use RequestMapping
-
Uses of RequestMapping in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RequestMappingModifier and TypeMethodDescriptionRequestMapping.attributeType(RequestMapping.AttributeTypeEnum attributeType) Type of the value suppliedRequestMapping.mappingType(RequestMapping.MappingTypeEnum mappingType) Method of finding value to use with AttributeName of the Integration Action Attribute to supply the value forValue to supply for the specified AttributeMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type RequestMappingModifier and TypeMethodDescriptionArchitectFlowFields.getFlowRequestMappings()IntegrationActionFields.getRequestMappings()PatchIntegrationActionFields.getRequestMappings()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type RequestMappingModifier and TypeMethodDescriptionArchitectFlowFields.flowRequestMappings(List<RequestMapping> flowRequestMappings) Collection of Architect Flow Request Mappings to use.IntegrationActionFields.requestMappings(List<RequestMapping> requestMappings) Collection of Request Mappings to usePatchIntegrationActionFields.requestMappings(List<RequestMapping> requestMappings) Collection of Request Mappings to usevoidArchitectFlowFields.setFlowRequestMappings(List<RequestMapping> flowRequestMappings) voidIntegrationActionFields.setRequestMappings(List<RequestMapping> requestMappings) voidPatchIntegrationActionFields.setRequestMappings(List<RequestMapping> requestMappings)