purecloudplatformclientv2 95.0.0 → 96.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/docs/AnalyticsProposedAgent.md +14 -0
- data/docs/AnalyticsSession.md +2 -0
- data/docs/ArrayNode.md +4 -4
- data/docs/AuditApi.md +60 -0
- data/docs/BuAgentSchedulesQueryResponse.md +1 -0
- data/docs/CoachingApi.md +80 -2
- data/docs/CoachingAppointmentAggregateRequest.md +16 -0
- data/docs/CoachingAppointmentAggregateResponse.md +13 -0
- data/docs/CoachingAppointmentResponse.md +1 -0
- data/docs/ConversationMetrics.md +15 -0
- data/docs/ExternalOrganizationTrustorLink.md +1 -2
- data/docs/GenericSAML.md +1 -1
- data/docs/JsonNode.md +4 -4
- data/docs/OAuthClient.md +1 -0
- data/docs/OAuthClientListing.md +1 -0
- data/docs/OAuthClientRequest.md +1 -0
- data/docs/OrgOAuthClient.md +1 -0
- data/docs/Permissions.md +0 -2
- data/docs/QueryRequestClause.md +14 -0
- data/docs/QueryRequestFilter.md +14 -0
- data/docs/QueryRequestPredicate.md +14 -0
- data/docs/QueryResponseData.md +14 -0
- data/docs/QueryResponseGroupedData.md +14 -0
- data/docs/QueryResponseMetric.md +14 -0
- data/docs/QueryResponseStats.md +13 -0
- data/docs/ReportingDataExportTopicDataExportNotification.md +1 -0
- data/docs/ReportingExportJobResponse.md +1 -0
- data/docs/RoutingApi.md +1 -1
- data/docs/SearchApi.md +2 -1
- data/docs/SpeechTextAnalyticsApi.md +66 -0
- data/docs/StatEventFlowOutcomeTopicDatum.md +14 -0
- data/docs/StatEventFlowOutcomeTopicMetric.md +15 -0
- data/docs/StatEventFlowOutcomeTopicStatsNotification.md +14 -0
- data/docs/StatEventFlowTopicDatum.md +14 -0
- data/docs/StatEventFlowTopicMetric.md +15 -0
- data/docs/StatEventFlowTopicStatsNotification.md +14 -0
- data/docs/StatEventWrapUpCodeTopicDatum.md +14 -0
- data/docs/StatEventWrapUpCodeTopicMetric.md +15 -0
- data/docs/StatEventWrapUpCodeTopicStatsNotification.md +14 -0
- data/docs/UserScheduleAdherence.md +1 -0
- data/docs/UserSearchRequest.md +1 -0
- data/docs/UsersApi.md +2 -1
- data/docs/WemCoachingAppointmentTopicCoachingAppointmentNotification.md +1 -0
- data/docs/WfmBusinessUnitReference.md +1 -1
- data/docs/WfmScheduleReference.md +3 -3
- data/docs/WfmUserScheduleAdherenceUpdatedMuTopicUriReference.md +14 -0
- data/docs/WfmUserScheduleAdherenceUpdatedMuTopicUserScheduleAdherenceUpdate.md +1 -0
- data/docs/WfmUserScheduleAdherenceUpdatedTeamTopicQueueReference.md +13 -0
- data/docs/WfmUserScheduleAdherenceUpdatedTeamTopicUriReference.md +14 -0
- data/docs/WfmUserScheduleAdherenceUpdatedTeamTopicUserReference.md +13 -0
- data/docs/WfmUserScheduleAdherenceUpdatedTeamTopicUserScheduleAdherenceUpdate.md +28 -0
- data/docs/WfmUserScheduleAdherenceUpdatedTopicUriReference.md +14 -0
- data/docs/WfmUserScheduleAdherenceUpdatedTopicUserScheduleAdherenceUpdate.md +1 -0
- data/lib/purecloudplatformclientv2.rb +26 -0
- data/lib/purecloudplatformclientv2/api/audit_api.rb +55 -0
- data/lib/purecloudplatformclientv2/api/coaching_api.rb +127 -0
- data/lib/purecloudplatformclientv2/api/routing_api.rb +2 -2
- data/lib/purecloudplatformclientv2/api/speech_text_analytics_api.rb +65 -0
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/models/acw_settings.rb +2 -2
- data/lib/purecloudplatformclientv2/models/analytics_proposed_agent.rb +228 -0
- data/lib/purecloudplatformclientv2/models/analytics_session.rb +58 -4
- data/lib/purecloudplatformclientv2/models/array_node.rb +54 -54
- data/lib/purecloudplatformclientv2/models/audit_log_message.rb +6 -6
- data/lib/purecloudplatformclientv2/models/audit_query_entity.rb +2 -2
- data/lib/purecloudplatformclientv2/models/audit_query_execution_status_response.rb +2 -2
- data/lib/purecloudplatformclientv2/models/audit_query_request.rb +2 -2
- data/lib/purecloudplatformclientv2/models/audit_query_service.rb +2 -2
- data/lib/purecloudplatformclientv2/models/audit_realtime_query_request.rb +2 -2
- data/lib/purecloudplatformclientv2/models/bu_agent_schedules_query_response.rb +30 -4
- data/lib/purecloudplatformclientv2/models/coaching_appointment_aggregate_request.rb +294 -0
- data/lib/purecloudplatformclientv2/models/coaching_appointment_aggregate_response.rb +204 -0
- data/lib/purecloudplatformclientv2/models/coaching_appointment_response.rb +27 -1
- data/lib/purecloudplatformclientv2/models/conversation_aggregate_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/conversation_event_topic_message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/conversation_message_event_topic_message_media_participant.rb +2 -2
- data/lib/purecloudplatformclientv2/models/conversation_metrics.rb +254 -0
- data/lib/purecloudplatformclientv2/models/create_outbound_messaging_conversation_request.rb +2 -2
- data/lib/purecloudplatformclientv2/models/event_message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/external_organization_trustor_link.rb +8 -34
- data/lib/purecloudplatformclientv2/models/flow_aggregate_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/generic_saml.rb +12 -12
- data/lib/purecloudplatformclientv2/models/ip_address_range.rb +2 -2
- data/lib/purecloudplatformclientv2/models/journey_aggregate_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/json_node.rb +54 -54
- data/lib/purecloudplatformclientv2/models/message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/message_data.rb +2 -2
- data/lib/purecloudplatformclientv2/models/message_media_participant.rb +2 -2
- data/lib/purecloudplatformclientv2/models/messaging_integration.rb +2 -2
- data/lib/purecloudplatformclientv2/models/messaging_sticker.rb +2 -2
- data/lib/purecloudplatformclientv2/models/o_auth_client.rb +27 -1
- data/lib/purecloudplatformclientv2/models/o_auth_client_listing.rb +27 -1
- data/lib/purecloudplatformclientv2/models/o_auth_client_request.rb +30 -4
- data/lib/purecloudplatformclientv2/models/org_o_auth_client.rb +27 -1
- data/lib/purecloudplatformclientv2/models/participant.rb +2 -2
- data/lib/purecloudplatformclientv2/models/participant_basic.rb +2 -2
- data/lib/purecloudplatformclientv2/models/permissions.rb +1 -52
- data/lib/purecloudplatformclientv2/models/query_request_clause.rb +254 -0
- data/lib/purecloudplatformclientv2/models/query_request_filter.rb +254 -0
- data/lib/purecloudplatformclientv2/models/query_request_predicate.rb +252 -0
- data/lib/purecloudplatformclientv2/models/query_response_data.rb +230 -0
- data/lib/purecloudplatformclientv2/models/query_response_grouped_data.rb +232 -0
- data/lib/purecloudplatformclientv2/models/query_response_metric.rb +242 -0
- data/lib/purecloudplatformclientv2/models/query_response_stats.rb +202 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/queue_conversation_message_event_topic_message_media_participant.rb +2 -2
- data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/recipient.rb +2 -2
- data/lib/purecloudplatformclientv2/models/reporting_data_export_topic_data_export_notification.rb +26 -1
- data/lib/purecloudplatformclientv2/models/reporting_export_job_response.rb +32 -1
- data/lib/purecloudplatformclientv2/models/segment_detail_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/send_agentless_outbound_message_request.rb +2 -2
- data/lib/purecloudplatformclientv2/models/send_agentless_outbound_message_response.rb +2 -2
- data/lib/purecloudplatformclientv2/models/stat_event_flow_outcome_topic_datum.rb +228 -0
- data/lib/purecloudplatformclientv2/models/stat_event_flow_outcome_topic_metric.rb +253 -0
- data/lib/purecloudplatformclientv2/models/stat_event_flow_outcome_topic_stats_notification.rb +230 -0
- data/lib/purecloudplatformclientv2/models/stat_event_flow_topic_datum.rb +228 -0
- data/lib/purecloudplatformclientv2/models/stat_event_flow_topic_metric.rb +253 -0
- data/lib/purecloudplatformclientv2/models/stat_event_flow_topic_stats_notification.rb +230 -0
- data/lib/purecloudplatformclientv2/models/stat_event_wrap_up_code_topic_datum.rb +228 -0
- data/lib/purecloudplatformclientv2/models/stat_event_wrap_up_code_topic_metric.rb +253 -0
- data/lib/purecloudplatformclientv2/models/stat_event_wrap_up_code_topic_stats_notification.rb +230 -0
- data/lib/purecloudplatformclientv2/models/user_schedule_adherence.rb +27 -1
- data/lib/purecloudplatformclientv2/models/user_search_request.rb +30 -4
- data/lib/purecloudplatformclientv2/models/wem_coaching_appointment_topic_coaching_appointment_notification.rb +29 -4
- data/lib/purecloudplatformclientv2/models/wfm_business_unit_reference.rb +6 -1
- data/lib/purecloudplatformclientv2/models/wfm_schedule_reference.rb +16 -1
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_mu_topic_uri_reference.rb +226 -0
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_mu_topic_user_schedule_adherence_update.rb +26 -1
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_queue_reference.rb +201 -0
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_uri_reference.rb +226 -0
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_user_reference.rb +201 -0
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_user_schedule_adherence_update.rb +606 -0
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_topic_uri_reference.rb +226 -0
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_topic_user_schedule_adherence_update.rb +26 -1
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +55 -3
|
@@ -177,7 +177,7 @@ module PureCloud
|
|
|
177
177
|
|
|
178
178
|
|
|
179
179
|
|
|
180
|
-
allowed_values = ["sms", "facebook", "twitter", "line", "whatsapp"]
|
|
180
|
+
allowed_values = ["sms", "facebook", "twitter", "line", "whatsapp", "webmessaging"]
|
|
181
181
|
if @to_address_messenger_type && !allowed_values.include?(@to_address_messenger_type)
|
|
182
182
|
return false
|
|
183
183
|
end
|
|
@@ -213,7 +213,7 @@ module PureCloud
|
|
|
213
213
|
# Custom attribute writer method checking allowed values (enum).
|
|
214
214
|
# @param [Object] to_address_messenger_type Object to be assigned
|
|
215
215
|
def to_address_messenger_type=(to_address_messenger_type)
|
|
216
|
-
allowed_values = ["sms", "facebook", "twitter", "line", "whatsapp"]
|
|
216
|
+
allowed_values = ["sms", "facebook", "twitter", "line", "whatsapp", "webmessaging"]
|
|
217
217
|
if to_address_messenger_type && !allowed_values.include?(to_address_messenger_type)
|
|
218
218
|
fail ArgumentError, "invalid value for 'to_address_messenger_type', must be one of #{allowed_values}."
|
|
219
219
|
end
|
|
@@ -152,7 +152,7 @@ module PureCloud
|
|
|
152
152
|
|
|
153
153
|
|
|
154
154
|
|
|
155
|
-
allowed_values = ["APPROACHING_CONTACT_LIMIT", "APPROACHING_DNC_LIST_PHONE_NUMBER_LIMIT", "APPROACHING_DNC_ORGANIZATION_PHONE_NUMBER_LIMIT", "APPROACHING_ENTITY_LIMIT", "AUTOMATIC_TIME_ZONE_ZIP_CODE_INVALID", "CAMPAIGN_START_ERROR", "CAMPAIGN_RULE_START_ERROR", "CAMPAIGN_SET_DIALING_MODE_ERROR", "CAMPAIGN_STOPPED", "CAMPAIGN_THROTTLED", "CAMPAIGN_QUEUE_MEMBERS_LIMIT_EXCEEDED", "INVALID_CALLABLE_TIME_ZONE", "CALLBACK_CREATION_INVALID_NUMBER", "CALL_RULE_INVALID_CONTACT_COLUMN", "CALL_RULE_MISSING_DATA_ACTION_INPUT", "CALL_RULE_MISMATCH_TYPE", "CALL_RULE_INVALID_OPERATOR", "CALL_RULE_NO_DNC_LISTS_CONFIGURED", "CALL_RULE_UPDATED_PHONE_COLUMN", "CONTACT_LIST_FILTER_EVALUATION_FAILED", "CONTACT_LIST_FILTER_INTERNAL_ERROR", "CONTACT_COLUMNS_LIMIT_EXCEEDED", "CONTACT_COLUMN_LENGTH_LIMIT_EXCEEDED", "CONTACT_DATUM_LENGTH_LIMIT_EXCEEDED", "CONTACT_ZIP_CODE_COLUMN_VALUE_INVALID", "DATA_ACTION_EXECUTION_FAILED", "DATA_ACTION_AUTHENTICATION_FAILURE", "DATA_ACTION_NOT_FOUND", "DNC_AUTHENTICATION_FAILURE", "EXCEEDED_CONTACT_LIMIT", "INACTIVE_EDGES_FAILED_PLACE_CALLS", "INACTIVE_EDGES_TURNED_CAMPAIGN_OFF", "INVALID_PHONE_NUMBER", "IMPORT_FAILED_TO_READ_HEADERS", "IMPORT_COULD_NOT_PARSE_AN_ENTRY", "IMPORT_CONTACT_DOES_NOT_MATCH_LIST_FORMAT", "IMPORT_ENTRY_DOES_NOT_ALIGN_WITH_HEADERS", "IMPORT_INVALID_CUSTOM_ID", "IMPORT_INVALID_DATA", "IMPORT_COLUMN_EXCEEDS_LENGTH_LIMIT", "IMPORT_DATUM_EXCEEDS_LENGTH_LIMIT", "IMPORT_MISSING_CUSTOM_ID", "IMPORT_NO_COLUMNS_DEFINED", "IMPORT_COLUMNS_DO_NOT_EXIST_ON_LIST", "IMPORT_LIST_NO_LONGER_EXISTS", "IMPORT_FAILED_CONTACT_ZIP_CODE_COLUMN_VALUE_INVALID", "IMPORT_TOO_MANY_COLUMNS", "ORGANIZATION_HAS_NO_DOMAIN_SET", "RECYCLE_CAMPAIGN"]
|
|
155
|
+
allowed_values = ["APPROACHING_CONTACT_LIMIT", "APPROACHING_DNC_LIST_PHONE_NUMBER_LIMIT", "APPROACHING_DNC_ORGANIZATION_PHONE_NUMBER_LIMIT", "APPROACHING_ENTITY_LIMIT", "AUTOMATIC_TIME_ZONE_ZIP_CODE_INVALID", "CAMPAIGN_CONTENT_TEMPLATE_SUBSTITUTION_MISMATCH", "CAMPAIGN_MESSAGE_CHARACTER_LIMIT_EXCEEDED", "CAMPAIGN_START_ERROR", "CAMPAIGN_RULE_START_ERROR", "CAMPAIGN_SET_DIALING_MODE_ERROR", "CAMPAIGN_STOPPED", "CAMPAIGN_THROTTLED", "CAMPAIGN_QUEUE_MEMBERS_LIMIT_EXCEEDED", "INVALID_CALLABLE_TIME_ZONE", "CALLBACK_CREATION_INVALID_NUMBER", "CALL_RULE_INVALID_CONTACT_COLUMN", "CALL_RULE_MISSING_DATA_ACTION_INPUT", "CALL_RULE_MISMATCH_TYPE", "CALL_RULE_INVALID_OPERATOR", "CALL_RULE_NO_DNC_LISTS_CONFIGURED", "CALL_RULE_UPDATED_PHONE_COLUMN", "CONTACT_LIST_FILTER_EVALUATION_FAILED", "CONTACT_LIST_FILTER_INTERNAL_ERROR", "CONTACT_COLUMNS_LIMIT_EXCEEDED", "CONTACT_COLUMN_LENGTH_LIMIT_EXCEEDED", "CONTACT_DATUM_LENGTH_LIMIT_EXCEEDED", "CONTACT_ZIP_CODE_COLUMN_VALUE_INVALID", "DATA_ACTION_EXECUTION_FAILED", "DATA_ACTION_AUTHENTICATION_FAILURE", "DATA_ACTION_NOT_FOUND", "DNC_AUTHENTICATION_FAILURE", "EXCEEDED_CONTACT_LIMIT", "INACTIVE_EDGES_FAILED_PLACE_CALLS", "INACTIVE_EDGES_TURNED_CAMPAIGN_OFF", "INVALID_PHONE_NUMBER", "IMPORT_FAILED_TO_READ_HEADERS", "IMPORT_COULD_NOT_PARSE_AN_ENTRY", "IMPORT_CONTACT_DOES_NOT_MATCH_LIST_FORMAT", "IMPORT_ENTRY_DOES_NOT_ALIGN_WITH_HEADERS", "IMPORT_INVALID_CUSTOM_ID", "IMPORT_INVALID_DATA", "IMPORT_COLUMN_EXCEEDS_LENGTH_LIMIT", "IMPORT_DATUM_EXCEEDS_LENGTH_LIMIT", "IMPORT_MISSING_CUSTOM_ID", "IMPORT_NO_COLUMNS_DEFINED", "IMPORT_COLUMNS_DO_NOT_EXIST_ON_LIST", "IMPORT_LIST_NO_LONGER_EXISTS", "IMPORT_FAILED_CONTACT_ZIP_CODE_COLUMN_VALUE_INVALID", "IMPORT_TOO_MANY_COLUMNS", "ORGANIZATION_HAS_NO_DOMAIN_SET", "RECYCLE_CAMPAIGN"]
|
|
156
156
|
if @code && !allowed_values.include?(@code)
|
|
157
157
|
return false
|
|
158
158
|
end
|
|
@@ -186,7 +186,7 @@ module PureCloud
|
|
|
186
186
|
# Custom attribute writer method checking allowed values (enum).
|
|
187
187
|
# @param [Object] code Object to be assigned
|
|
188
188
|
def code=(code)
|
|
189
|
-
allowed_values = ["APPROACHING_CONTACT_LIMIT", "APPROACHING_DNC_LIST_PHONE_NUMBER_LIMIT", "APPROACHING_DNC_ORGANIZATION_PHONE_NUMBER_LIMIT", "APPROACHING_ENTITY_LIMIT", "AUTOMATIC_TIME_ZONE_ZIP_CODE_INVALID", "CAMPAIGN_START_ERROR", "CAMPAIGN_RULE_START_ERROR", "CAMPAIGN_SET_DIALING_MODE_ERROR", "CAMPAIGN_STOPPED", "CAMPAIGN_THROTTLED", "CAMPAIGN_QUEUE_MEMBERS_LIMIT_EXCEEDED", "INVALID_CALLABLE_TIME_ZONE", "CALLBACK_CREATION_INVALID_NUMBER", "CALL_RULE_INVALID_CONTACT_COLUMN", "CALL_RULE_MISSING_DATA_ACTION_INPUT", "CALL_RULE_MISMATCH_TYPE", "CALL_RULE_INVALID_OPERATOR", "CALL_RULE_NO_DNC_LISTS_CONFIGURED", "CALL_RULE_UPDATED_PHONE_COLUMN", "CONTACT_LIST_FILTER_EVALUATION_FAILED", "CONTACT_LIST_FILTER_INTERNAL_ERROR", "CONTACT_COLUMNS_LIMIT_EXCEEDED", "CONTACT_COLUMN_LENGTH_LIMIT_EXCEEDED", "CONTACT_DATUM_LENGTH_LIMIT_EXCEEDED", "CONTACT_ZIP_CODE_COLUMN_VALUE_INVALID", "DATA_ACTION_EXECUTION_FAILED", "DATA_ACTION_AUTHENTICATION_FAILURE", "DATA_ACTION_NOT_FOUND", "DNC_AUTHENTICATION_FAILURE", "EXCEEDED_CONTACT_LIMIT", "INACTIVE_EDGES_FAILED_PLACE_CALLS", "INACTIVE_EDGES_TURNED_CAMPAIGN_OFF", "INVALID_PHONE_NUMBER", "IMPORT_FAILED_TO_READ_HEADERS", "IMPORT_COULD_NOT_PARSE_AN_ENTRY", "IMPORT_CONTACT_DOES_NOT_MATCH_LIST_FORMAT", "IMPORT_ENTRY_DOES_NOT_ALIGN_WITH_HEADERS", "IMPORT_INVALID_CUSTOM_ID", "IMPORT_INVALID_DATA", "IMPORT_COLUMN_EXCEEDS_LENGTH_LIMIT", "IMPORT_DATUM_EXCEEDS_LENGTH_LIMIT", "IMPORT_MISSING_CUSTOM_ID", "IMPORT_NO_COLUMNS_DEFINED", "IMPORT_COLUMNS_DO_NOT_EXIST_ON_LIST", "IMPORT_LIST_NO_LONGER_EXISTS", "IMPORT_FAILED_CONTACT_ZIP_CODE_COLUMN_VALUE_INVALID", "IMPORT_TOO_MANY_COLUMNS", "ORGANIZATION_HAS_NO_DOMAIN_SET", "RECYCLE_CAMPAIGN"]
|
|
189
|
+
allowed_values = ["APPROACHING_CONTACT_LIMIT", "APPROACHING_DNC_LIST_PHONE_NUMBER_LIMIT", "APPROACHING_DNC_ORGANIZATION_PHONE_NUMBER_LIMIT", "APPROACHING_ENTITY_LIMIT", "AUTOMATIC_TIME_ZONE_ZIP_CODE_INVALID", "CAMPAIGN_CONTENT_TEMPLATE_SUBSTITUTION_MISMATCH", "CAMPAIGN_MESSAGE_CHARACTER_LIMIT_EXCEEDED", "CAMPAIGN_START_ERROR", "CAMPAIGN_RULE_START_ERROR", "CAMPAIGN_SET_DIALING_MODE_ERROR", "CAMPAIGN_STOPPED", "CAMPAIGN_THROTTLED", "CAMPAIGN_QUEUE_MEMBERS_LIMIT_EXCEEDED", "INVALID_CALLABLE_TIME_ZONE", "CALLBACK_CREATION_INVALID_NUMBER", "CALL_RULE_INVALID_CONTACT_COLUMN", "CALL_RULE_MISSING_DATA_ACTION_INPUT", "CALL_RULE_MISMATCH_TYPE", "CALL_RULE_INVALID_OPERATOR", "CALL_RULE_NO_DNC_LISTS_CONFIGURED", "CALL_RULE_UPDATED_PHONE_COLUMN", "CONTACT_LIST_FILTER_EVALUATION_FAILED", "CONTACT_LIST_FILTER_INTERNAL_ERROR", "CONTACT_COLUMNS_LIMIT_EXCEEDED", "CONTACT_COLUMN_LENGTH_LIMIT_EXCEEDED", "CONTACT_DATUM_LENGTH_LIMIT_EXCEEDED", "CONTACT_ZIP_CODE_COLUMN_VALUE_INVALID", "DATA_ACTION_EXECUTION_FAILED", "DATA_ACTION_AUTHENTICATION_FAILURE", "DATA_ACTION_NOT_FOUND", "DNC_AUTHENTICATION_FAILURE", "EXCEEDED_CONTACT_LIMIT", "INACTIVE_EDGES_FAILED_PLACE_CALLS", "INACTIVE_EDGES_TURNED_CAMPAIGN_OFF", "INVALID_PHONE_NUMBER", "IMPORT_FAILED_TO_READ_HEADERS", "IMPORT_COULD_NOT_PARSE_AN_ENTRY", "IMPORT_CONTACT_DOES_NOT_MATCH_LIST_FORMAT", "IMPORT_ENTRY_DOES_NOT_ALIGN_WITH_HEADERS", "IMPORT_INVALID_CUSTOM_ID", "IMPORT_INVALID_DATA", "IMPORT_COLUMN_EXCEEDS_LENGTH_LIMIT", "IMPORT_DATUM_EXCEEDS_LENGTH_LIMIT", "IMPORT_MISSING_CUSTOM_ID", "IMPORT_NO_COLUMNS_DEFINED", "IMPORT_COLUMNS_DO_NOT_EXIST_ON_LIST", "IMPORT_LIST_NO_LONGER_EXISTS", "IMPORT_FAILED_CONTACT_ZIP_CODE_COLUMN_VALUE_INVALID", "IMPORT_TOO_MANY_COLUMNS", "ORGANIZATION_HAS_NO_DOMAIN_SET", "RECYCLE_CAMPAIGN"]
|
|
190
190
|
if code && !allowed_values.include?(code)
|
|
191
191
|
fail ArgumentError, "invalid value for 'code', must be one of #{allowed_values}."
|
|
192
192
|
end
|
|
@@ -18,9 +18,6 @@ require 'date'
|
|
|
18
18
|
|
|
19
19
|
module PureCloud
|
|
20
20
|
class ExternalOrganizationTrustorLink
|
|
21
|
-
# The globally unique identifier for the object.
|
|
22
|
-
attr_accessor :id
|
|
23
|
-
|
|
24
21
|
# The id of a PureCloud External Organization entity in the External Contacts system that will be used to represent the trustor org
|
|
25
22
|
attr_accessor :external_organization_id
|
|
26
23
|
|
|
@@ -30,22 +27,20 @@ module PureCloud
|
|
|
30
27
|
# Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
|
|
31
28
|
attr_accessor :date_created
|
|
32
29
|
|
|
33
|
-
# The URI for
|
|
34
|
-
attr_accessor :
|
|
30
|
+
# The URI for the External Organization that is linked to the trustor org
|
|
31
|
+
attr_accessor :external_organization_uri
|
|
35
32
|
|
|
36
33
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
37
34
|
def self.attribute_map
|
|
38
35
|
{
|
|
39
36
|
|
|
40
|
-
:'id' => :'id',
|
|
41
|
-
|
|
42
37
|
:'external_organization_id' => :'externalOrganizationId',
|
|
43
38
|
|
|
44
39
|
:'trustor_org_id' => :'trustorOrgId',
|
|
45
40
|
|
|
46
41
|
:'date_created' => :'dateCreated',
|
|
47
42
|
|
|
48
|
-
:'
|
|
43
|
+
:'external_organization_uri' => :'externalOrganizationUri'
|
|
49
44
|
|
|
50
45
|
}
|
|
51
46
|
end
|
|
@@ -54,15 +49,13 @@ module PureCloud
|
|
|
54
49
|
def self.swagger_types
|
|
55
50
|
{
|
|
56
51
|
|
|
57
|
-
:'id' => :'String',
|
|
58
|
-
|
|
59
52
|
:'external_organization_id' => :'String',
|
|
60
53
|
|
|
61
54
|
:'trustor_org_id' => :'String',
|
|
62
55
|
|
|
63
56
|
:'date_created' => :'DateTime',
|
|
64
57
|
|
|
65
|
-
:'
|
|
58
|
+
:'external_organization_uri' => :'String'
|
|
66
59
|
|
|
67
60
|
}
|
|
68
61
|
end
|
|
@@ -76,15 +69,6 @@ module PureCloud
|
|
|
76
69
|
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
|
77
70
|
|
|
78
71
|
|
|
79
|
-
if attributes.has_key?(:'id')
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
self.id = attributes[:'id']
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
end
|
|
86
|
-
|
|
87
|
-
|
|
88
72
|
if attributes.has_key?(:'externalOrganizationId')
|
|
89
73
|
|
|
90
74
|
|
|
@@ -112,10 +96,10 @@ module PureCloud
|
|
|
112
96
|
end
|
|
113
97
|
|
|
114
98
|
|
|
115
|
-
if attributes.has_key?(:'
|
|
99
|
+
if attributes.has_key?(:'externalOrganizationUri')
|
|
116
100
|
|
|
117
101
|
|
|
118
|
-
self.
|
|
102
|
+
self.external_organization_uri = attributes[:'externalOrganizationUri']
|
|
119
103
|
|
|
120
104
|
|
|
121
105
|
end
|
|
@@ -151,10 +135,6 @@ module PureCloud
|
|
|
151
135
|
|
|
152
136
|
|
|
153
137
|
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
138
|
|
|
159
139
|
end
|
|
160
140
|
|
|
@@ -173,11 +153,6 @@ module PureCloud
|
|
|
173
153
|
|
|
174
154
|
|
|
175
155
|
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
156
|
|
|
182
157
|
|
|
183
158
|
|
|
@@ -189,11 +164,10 @@ module PureCloud
|
|
|
189
164
|
def ==(o)
|
|
190
165
|
return true if self.equal?(o)
|
|
191
166
|
self.class == o.class &&
|
|
192
|
-
id == o.id &&
|
|
193
167
|
external_organization_id == o.external_organization_id &&
|
|
194
168
|
trustor_org_id == o.trustor_org_id &&
|
|
195
169
|
date_created == o.date_created &&
|
|
196
|
-
|
|
170
|
+
external_organization_uri == o.external_organization_uri
|
|
197
171
|
end
|
|
198
172
|
|
|
199
173
|
# @see the `==` method
|
|
@@ -205,7 +179,7 @@ module PureCloud
|
|
|
205
179
|
# Calculates hash code according to all attributes.
|
|
206
180
|
# @return [Fixnum] Hash code
|
|
207
181
|
def hash
|
|
208
|
-
[
|
|
182
|
+
[external_organization_id, trustor_org_id, date_created, external_organization_uri].hash
|
|
209
183
|
end
|
|
210
184
|
|
|
211
185
|
# build the object from hash
|
|
@@ -147,7 +147,7 @@ module PureCloud
|
|
|
147
147
|
|
|
148
148
|
|
|
149
149
|
|
|
150
|
-
allowed_values = ["addressFrom", "addressTo", "agentAssistantId", "agentScore", "ani", "conversationId", "convertedFrom", "convertedTo", "direction", "disconnectType", "divisionId", "dnis", "edgeId", "endingLanguage", "entryReason", "entryType", "exitReason", "externalContactId", "externalMediaCount", "externalOrganizationId", "flaggedReason", "flowId", "flowName", "flowOutType", "flowOutcome", "flowOutcomeId", "flowOutcomeValue", "flowType", "flowVersion", "groupId", "interactionType", "journeyActionId", "journeyActionMapId", "journeyActionMapVersion", "journeyCustomerId", "journeyCustomerIdType", "journeyCustomerSessionId", "journeyCustomerSessionIdType", "mediaCount", "mediaType", "messageType", "originatingDirection", "outboundCampaignId", "outboundContactId", "outboundContactListId", "participantName", "peerId", "provider", "purpose", "queueId", "remote", "requestedLanguageId", "requestedRouting", "requestedRoutingSkillId", "roomId", "routingPriority", "scoredAgentId", "selectedAgentId", "selectedAgentRank", "sessionDnis", "sessionId", "startingLanguage", "stationId", "teamId", "transferTargetAddress", "transferTargetName", "transferType", "usedRouting", "userId", "wrapUpCode"]
|
|
150
|
+
allowed_values = ["addressFrom", "addressTo", "agentAssistantId", "agentRank", "agentScore", "ani", "conversationId", "convertedFrom", "convertedTo", "direction", "disconnectType", "divisionId", "dnis", "edgeId", "endingLanguage", "entryReason", "entryType", "exitReason", "externalContactId", "externalMediaCount", "externalOrganizationId", "flaggedReason", "flowId", "flowName", "flowOutType", "flowOutcome", "flowOutcomeId", "flowOutcomeValue", "flowType", "flowVersion", "groupId", "interactionType", "journeyActionId", "journeyActionMapId", "journeyActionMapVersion", "journeyCustomerId", "journeyCustomerIdType", "journeyCustomerSessionId", "journeyCustomerSessionIdType", "mediaCount", "mediaType", "messageType", "originatingDirection", "outboundCampaignId", "outboundContactId", "outboundContactListId", "participantName", "peerId", "proposedAgentId", "provider", "purpose", "queueId", "remote", "requestedLanguageId", "requestedRouting", "requestedRoutingSkillId", "roomId", "routingPriority", "scoredAgentId", "selectedAgentId", "selectedAgentRank", "sessionDnis", "sessionId", "startingLanguage", "stationId", "teamId", "transferTargetAddress", "transferTargetName", "transferType", "usedRouting", "userId", "wrapUpCode"]
|
|
151
151
|
if @dimension && !allowed_values.include?(@dimension)
|
|
152
152
|
return false
|
|
153
153
|
end
|
|
@@ -192,7 +192,7 @@ module PureCloud
|
|
|
192
192
|
# Custom attribute writer method checking allowed values (enum).
|
|
193
193
|
# @param [Object] dimension Object to be assigned
|
|
194
194
|
def dimension=(dimension)
|
|
195
|
-
allowed_values = ["addressFrom", "addressTo", "agentAssistantId", "agentScore", "ani", "conversationId", "convertedFrom", "convertedTo", "direction", "disconnectType", "divisionId", "dnis", "edgeId", "endingLanguage", "entryReason", "entryType", "exitReason", "externalContactId", "externalMediaCount", "externalOrganizationId", "flaggedReason", "flowId", "flowName", "flowOutType", "flowOutcome", "flowOutcomeId", "flowOutcomeValue", "flowType", "flowVersion", "groupId", "interactionType", "journeyActionId", "journeyActionMapId", "journeyActionMapVersion", "journeyCustomerId", "journeyCustomerIdType", "journeyCustomerSessionId", "journeyCustomerSessionIdType", "mediaCount", "mediaType", "messageType", "originatingDirection", "outboundCampaignId", "outboundContactId", "outboundContactListId", "participantName", "peerId", "provider", "purpose", "queueId", "remote", "requestedLanguageId", "requestedRouting", "requestedRoutingSkillId", "roomId", "routingPriority", "scoredAgentId", "selectedAgentId", "selectedAgentRank", "sessionDnis", "sessionId", "startingLanguage", "stationId", "teamId", "transferTargetAddress", "transferTargetName", "transferType", "usedRouting", "userId", "wrapUpCode"]
|
|
195
|
+
allowed_values = ["addressFrom", "addressTo", "agentAssistantId", "agentRank", "agentScore", "ani", "conversationId", "convertedFrom", "convertedTo", "direction", "disconnectType", "divisionId", "dnis", "edgeId", "endingLanguage", "entryReason", "entryType", "exitReason", "externalContactId", "externalMediaCount", "externalOrganizationId", "flaggedReason", "flowId", "flowName", "flowOutType", "flowOutcome", "flowOutcomeId", "flowOutcomeValue", "flowType", "flowVersion", "groupId", "interactionType", "journeyActionId", "journeyActionMapId", "journeyActionMapVersion", "journeyCustomerId", "journeyCustomerIdType", "journeyCustomerSessionId", "journeyCustomerSessionIdType", "mediaCount", "mediaType", "messageType", "originatingDirection", "outboundCampaignId", "outboundContactId", "outboundContactListId", "participantName", "peerId", "proposedAgentId", "provider", "purpose", "queueId", "remote", "requestedLanguageId", "requestedRouting", "requestedRoutingSkillId", "roomId", "routingPriority", "scoredAgentId", "selectedAgentId", "selectedAgentRank", "sessionDnis", "sessionId", "startingLanguage", "stationId", "teamId", "transferTargetAddress", "transferTargetName", "transferType", "usedRouting", "userId", "wrapUpCode"]
|
|
196
196
|
if dimension && !allowed_values.include?(dimension)
|
|
197
197
|
fail ArgumentError, "invalid value for 'dimension', must be one of #{allowed_values}."
|
|
198
198
|
end
|
|
@@ -23,10 +23,10 @@ module PureCloud
|
|
|
23
23
|
|
|
24
24
|
attr_accessor :name
|
|
25
25
|
|
|
26
|
-
attr_accessor :relying_party_identifier
|
|
27
|
-
|
|
28
26
|
attr_accessor :logo_image_data
|
|
29
27
|
|
|
28
|
+
attr_accessor :relying_party_identifier
|
|
29
|
+
|
|
30
30
|
attr_accessor :endpoint_compression
|
|
31
31
|
|
|
32
32
|
attr_accessor :certificate
|
|
@@ -48,10 +48,10 @@ module PureCloud
|
|
|
48
48
|
|
|
49
49
|
:'name' => :'name',
|
|
50
50
|
|
|
51
|
-
:'relying_party_identifier' => :'relyingPartyIdentifier',
|
|
52
|
-
|
|
53
51
|
:'logo_image_data' => :'logoImageData',
|
|
54
52
|
|
|
53
|
+
:'relying_party_identifier' => :'relyingPartyIdentifier',
|
|
54
|
+
|
|
55
55
|
:'endpoint_compression' => :'endpointCompression',
|
|
56
56
|
|
|
57
57
|
:'certificate' => :'certificate',
|
|
@@ -75,10 +75,10 @@ module PureCloud
|
|
|
75
75
|
|
|
76
76
|
:'name' => :'String',
|
|
77
77
|
|
|
78
|
-
:'relying_party_identifier' => :'String',
|
|
79
|
-
|
|
80
78
|
:'logo_image_data' => :'String',
|
|
81
79
|
|
|
80
|
+
:'relying_party_identifier' => :'String',
|
|
81
|
+
|
|
82
82
|
:'endpoint_compression' => :'BOOLEAN',
|
|
83
83
|
|
|
84
84
|
:'certificate' => :'String',
|
|
@@ -121,19 +121,19 @@ module PureCloud
|
|
|
121
121
|
end
|
|
122
122
|
|
|
123
123
|
|
|
124
|
-
if attributes.has_key?(:'
|
|
124
|
+
if attributes.has_key?(:'logoImageData')
|
|
125
125
|
|
|
126
126
|
|
|
127
|
-
self.
|
|
127
|
+
self.logo_image_data = attributes[:'logoImageData']
|
|
128
128
|
|
|
129
129
|
|
|
130
130
|
end
|
|
131
131
|
|
|
132
132
|
|
|
133
|
-
if attributes.has_key?(:'
|
|
133
|
+
if attributes.has_key?(:'relyingPartyIdentifier')
|
|
134
134
|
|
|
135
135
|
|
|
136
|
-
self.
|
|
136
|
+
self.relying_party_identifier = attributes[:'relyingPartyIdentifier']
|
|
137
137
|
|
|
138
138
|
|
|
139
139
|
end
|
|
@@ -308,8 +308,8 @@ module PureCloud
|
|
|
308
308
|
self.class == o.class &&
|
|
309
309
|
id == o.id &&
|
|
310
310
|
name == o.name &&
|
|
311
|
-
relying_party_identifier == o.relying_party_identifier &&
|
|
312
311
|
logo_image_data == o.logo_image_data &&
|
|
312
|
+
relying_party_identifier == o.relying_party_identifier &&
|
|
313
313
|
endpoint_compression == o.endpoint_compression &&
|
|
314
314
|
certificate == o.certificate &&
|
|
315
315
|
issuer_uri == o.issuer_uri &&
|
|
@@ -327,7 +327,7 @@ module PureCloud
|
|
|
327
327
|
# Calculates hash code according to all attributes.
|
|
328
328
|
# @return [Fixnum] Hash code
|
|
329
329
|
def hash
|
|
330
|
-
[id, name,
|
|
330
|
+
[id, name, logo_image_data, relying_party_identifier, endpoint_compression, certificate, issuer_uri, sso_target_uri, disabled, self_uri].hash
|
|
331
331
|
end
|
|
332
332
|
|
|
333
333
|
# build the object from hash
|
|
@@ -107,7 +107,7 @@ module PureCloud
|
|
|
107
107
|
|
|
108
108
|
|
|
109
109
|
|
|
110
|
-
allowed_values = ["data-actions"]
|
|
110
|
+
allowed_values = ["data-actions", "smtp"]
|
|
111
111
|
if @service && !allowed_values.include?(@service)
|
|
112
112
|
return false
|
|
113
113
|
end
|
|
@@ -130,7 +130,7 @@ module PureCloud
|
|
|
130
130
|
# Custom attribute writer method checking allowed values (enum).
|
|
131
131
|
# @param [Object] service Object to be assigned
|
|
132
132
|
def service=(service)
|
|
133
|
-
allowed_values = ["data-actions"]
|
|
133
|
+
allowed_values = ["data-actions", "smtp"]
|
|
134
134
|
if service && !allowed_values.include?(service)
|
|
135
135
|
fail ArgumentError, "invalid value for 'service', must be one of #{allowed_values}."
|
|
136
136
|
end
|
|
@@ -147,7 +147,7 @@ module PureCloud
|
|
|
147
147
|
|
|
148
148
|
|
|
149
149
|
|
|
150
|
-
allowed_values = ["journeyActionId", "journeyActionMapId", "journeyActionMapVersion", "journeyActionMediaType", "journeyActionTemplateId", "journeyCustomerId", "journeyCustomerIdType", "journeyDeviceCategory", "journeyDeviceType", "journeyOutcomeId", "journeySegmentId", "
|
|
150
|
+
allowed_values = ["journeyActionId", "journeyActionMapId", "journeyActionMapVersion", "journeyActionMediaType", "journeyActionTemplateId", "journeyCustomerId", "journeyCustomerIdType", "journeyDeviceCategory", "journeyDeviceType", "journeyOutcomeId", "journeySegmentId", "journeySegmentScope", "journeySessionType"]
|
|
151
151
|
if @dimension && !allowed_values.include?(@dimension)
|
|
152
152
|
return false
|
|
153
153
|
end
|
|
@@ -192,7 +192,7 @@ module PureCloud
|
|
|
192
192
|
# Custom attribute writer method checking allowed values (enum).
|
|
193
193
|
# @param [Object] dimension Object to be assigned
|
|
194
194
|
def dimension=(dimension)
|
|
195
|
-
allowed_values = ["journeyActionId", "journeyActionMapId", "journeyActionMapVersion", "journeyActionMediaType", "journeyActionTemplateId", "journeyCustomerId", "journeyCustomerIdType", "journeyDeviceCategory", "journeyDeviceType", "journeyOutcomeId", "journeySegmentId", "
|
|
195
|
+
allowed_values = ["journeyActionId", "journeyActionMapId", "journeyActionMapVersion", "journeyActionMediaType", "journeyActionTemplateId", "journeyCustomerId", "journeyCustomerIdType", "journeyDeviceCategory", "journeyDeviceType", "journeyOutcomeId", "journeySegmentId", "journeySegmentScope", "journeySessionType"]
|
|
196
196
|
if dimension && !allowed_values.include?(dimension)
|
|
197
197
|
fail ArgumentError, "invalid value for 'dimension', must be one of #{allowed_values}."
|
|
198
198
|
end
|
|
@@ -28,16 +28,10 @@ module PureCloud
|
|
|
28
28
|
|
|
29
29
|
attr_accessor :object
|
|
30
30
|
|
|
31
|
-
attr_accessor :
|
|
32
|
-
|
|
33
|
-
attr_accessor :container_node
|
|
34
|
-
|
|
35
|
-
attr_accessor :missing_node
|
|
31
|
+
attr_accessor :floating_point_number
|
|
36
32
|
|
|
37
33
|
attr_accessor :pojo
|
|
38
34
|
|
|
39
|
-
attr_accessor :floating_point_number
|
|
40
|
-
|
|
41
35
|
attr_accessor :integral_number
|
|
42
36
|
|
|
43
37
|
attr_accessor :short
|
|
@@ -56,6 +50,12 @@ module PureCloud
|
|
|
56
50
|
|
|
57
51
|
attr_accessor :binary
|
|
58
52
|
|
|
53
|
+
attr_accessor :value_node
|
|
54
|
+
|
|
55
|
+
attr_accessor :container_node
|
|
56
|
+
|
|
57
|
+
attr_accessor :missing_node
|
|
58
|
+
|
|
59
59
|
attr_accessor :array
|
|
60
60
|
|
|
61
61
|
attr_accessor :null
|
|
@@ -74,16 +74,10 @@ module PureCloud
|
|
|
74
74
|
|
|
75
75
|
:'object' => :'object',
|
|
76
76
|
|
|
77
|
-
:'
|
|
78
|
-
|
|
79
|
-
:'container_node' => :'containerNode',
|
|
80
|
-
|
|
81
|
-
:'missing_node' => :'missingNode',
|
|
77
|
+
:'floating_point_number' => :'floatingPointNumber',
|
|
82
78
|
|
|
83
79
|
:'pojo' => :'pojo',
|
|
84
80
|
|
|
85
|
-
:'floating_point_number' => :'floatingPointNumber',
|
|
86
|
-
|
|
87
81
|
:'integral_number' => :'integralNumber',
|
|
88
82
|
|
|
89
83
|
:'short' => :'short',
|
|
@@ -102,6 +96,12 @@ module PureCloud
|
|
|
102
96
|
|
|
103
97
|
:'binary' => :'binary',
|
|
104
98
|
|
|
99
|
+
:'value_node' => :'valueNode',
|
|
100
|
+
|
|
101
|
+
:'container_node' => :'containerNode',
|
|
102
|
+
|
|
103
|
+
:'missing_node' => :'missingNode',
|
|
104
|
+
|
|
105
105
|
:'array' => :'array',
|
|
106
106
|
|
|
107
107
|
:'null' => :'null'
|
|
@@ -123,16 +123,10 @@ module PureCloud
|
|
|
123
123
|
|
|
124
124
|
:'object' => :'BOOLEAN',
|
|
125
125
|
|
|
126
|
-
:'
|
|
127
|
-
|
|
128
|
-
:'container_node' => :'BOOLEAN',
|
|
129
|
-
|
|
130
|
-
:'missing_node' => :'BOOLEAN',
|
|
126
|
+
:'floating_point_number' => :'BOOLEAN',
|
|
131
127
|
|
|
132
128
|
:'pojo' => :'BOOLEAN',
|
|
133
129
|
|
|
134
|
-
:'floating_point_number' => :'BOOLEAN',
|
|
135
|
-
|
|
136
130
|
:'integral_number' => :'BOOLEAN',
|
|
137
131
|
|
|
138
132
|
:'short' => :'BOOLEAN',
|
|
@@ -151,6 +145,12 @@ module PureCloud
|
|
|
151
145
|
|
|
152
146
|
:'binary' => :'BOOLEAN',
|
|
153
147
|
|
|
148
|
+
:'value_node' => :'BOOLEAN',
|
|
149
|
+
|
|
150
|
+
:'container_node' => :'BOOLEAN',
|
|
151
|
+
|
|
152
|
+
:'missing_node' => :'BOOLEAN',
|
|
153
|
+
|
|
154
154
|
:'array' => :'BOOLEAN',
|
|
155
155
|
|
|
156
156
|
:'null' => :'BOOLEAN'
|
|
@@ -212,127 +212,127 @@ module PureCloud
|
|
|
212
212
|
end
|
|
213
213
|
|
|
214
214
|
|
|
215
|
-
if attributes.has_key?(:'
|
|
215
|
+
if attributes.has_key?(:'floatingPointNumber')
|
|
216
216
|
|
|
217
217
|
|
|
218
|
-
self.
|
|
218
|
+
self.floating_point_number = attributes[:'floatingPointNumber']
|
|
219
219
|
|
|
220
220
|
|
|
221
221
|
end
|
|
222
222
|
|
|
223
223
|
|
|
224
|
-
if attributes.has_key?(:'
|
|
224
|
+
if attributes.has_key?(:'pojo')
|
|
225
225
|
|
|
226
226
|
|
|
227
|
-
self.
|
|
227
|
+
self.pojo = attributes[:'pojo']
|
|
228
228
|
|
|
229
229
|
|
|
230
230
|
end
|
|
231
231
|
|
|
232
232
|
|
|
233
|
-
if attributes.has_key?(:'
|
|
233
|
+
if attributes.has_key?(:'integralNumber')
|
|
234
234
|
|
|
235
235
|
|
|
236
|
-
self.
|
|
236
|
+
self.integral_number = attributes[:'integralNumber']
|
|
237
237
|
|
|
238
238
|
|
|
239
239
|
end
|
|
240
240
|
|
|
241
241
|
|
|
242
|
-
if attributes.has_key?(:'
|
|
242
|
+
if attributes.has_key?(:'short')
|
|
243
243
|
|
|
244
244
|
|
|
245
|
-
self.
|
|
245
|
+
self.short = attributes[:'short']
|
|
246
246
|
|
|
247
247
|
|
|
248
248
|
end
|
|
249
249
|
|
|
250
250
|
|
|
251
|
-
if attributes.has_key?(:'
|
|
251
|
+
if attributes.has_key?(:'int')
|
|
252
252
|
|
|
253
253
|
|
|
254
|
-
self.
|
|
254
|
+
self.int = attributes[:'int']
|
|
255
255
|
|
|
256
256
|
|
|
257
257
|
end
|
|
258
258
|
|
|
259
259
|
|
|
260
|
-
if attributes.has_key?(:'
|
|
260
|
+
if attributes.has_key?(:'long')
|
|
261
261
|
|
|
262
262
|
|
|
263
|
-
self.
|
|
263
|
+
self.long = attributes[:'long']
|
|
264
264
|
|
|
265
265
|
|
|
266
266
|
end
|
|
267
267
|
|
|
268
268
|
|
|
269
|
-
if attributes.has_key?(:'
|
|
269
|
+
if attributes.has_key?(:'double')
|
|
270
270
|
|
|
271
271
|
|
|
272
|
-
self.
|
|
272
|
+
self.double = attributes[:'double']
|
|
273
273
|
|
|
274
274
|
|
|
275
275
|
end
|
|
276
276
|
|
|
277
277
|
|
|
278
|
-
if attributes.has_key?(:'
|
|
278
|
+
if attributes.has_key?(:'bigDecimal')
|
|
279
279
|
|
|
280
280
|
|
|
281
|
-
self.
|
|
281
|
+
self.big_decimal = attributes[:'bigDecimal']
|
|
282
282
|
|
|
283
283
|
|
|
284
284
|
end
|
|
285
285
|
|
|
286
286
|
|
|
287
|
-
if attributes.has_key?(:'
|
|
287
|
+
if attributes.has_key?(:'bigInteger')
|
|
288
288
|
|
|
289
289
|
|
|
290
|
-
self.
|
|
290
|
+
self.big_integer = attributes[:'bigInteger']
|
|
291
291
|
|
|
292
292
|
|
|
293
293
|
end
|
|
294
294
|
|
|
295
295
|
|
|
296
|
-
if attributes.has_key?(:'
|
|
296
|
+
if attributes.has_key?(:'textual')
|
|
297
297
|
|
|
298
298
|
|
|
299
|
-
self.
|
|
299
|
+
self.textual = attributes[:'textual']
|
|
300
300
|
|
|
301
301
|
|
|
302
302
|
end
|
|
303
303
|
|
|
304
304
|
|
|
305
|
-
if attributes.has_key?(:'
|
|
305
|
+
if attributes.has_key?(:'binary')
|
|
306
306
|
|
|
307
307
|
|
|
308
|
-
self.
|
|
308
|
+
self.binary = attributes[:'binary']
|
|
309
309
|
|
|
310
310
|
|
|
311
311
|
end
|
|
312
312
|
|
|
313
313
|
|
|
314
|
-
if attributes.has_key?(:'
|
|
314
|
+
if attributes.has_key?(:'valueNode')
|
|
315
315
|
|
|
316
316
|
|
|
317
|
-
self.
|
|
317
|
+
self.value_node = attributes[:'valueNode']
|
|
318
318
|
|
|
319
319
|
|
|
320
320
|
end
|
|
321
321
|
|
|
322
322
|
|
|
323
|
-
if attributes.has_key?(:'
|
|
323
|
+
if attributes.has_key?(:'containerNode')
|
|
324
324
|
|
|
325
325
|
|
|
326
|
-
self.
|
|
326
|
+
self.container_node = attributes[:'containerNode']
|
|
327
327
|
|
|
328
328
|
|
|
329
329
|
end
|
|
330
330
|
|
|
331
331
|
|
|
332
|
-
if attributes.has_key?(:'
|
|
332
|
+
if attributes.has_key?(:'missingNode')
|
|
333
333
|
|
|
334
334
|
|
|
335
|
-
self.
|
|
335
|
+
self.missing_node = attributes[:'missingNode']
|
|
336
336
|
|
|
337
337
|
|
|
338
338
|
end
|
|
@@ -587,11 +587,8 @@ module PureCloud
|
|
|
587
587
|
number == o.number &&
|
|
588
588
|
boolean == o.boolean &&
|
|
589
589
|
object == o.object &&
|
|
590
|
-
value_node == o.value_node &&
|
|
591
|
-
container_node == o.container_node &&
|
|
592
|
-
missing_node == o.missing_node &&
|
|
593
|
-
pojo == o.pojo &&
|
|
594
590
|
floating_point_number == o.floating_point_number &&
|
|
591
|
+
pojo == o.pojo &&
|
|
595
592
|
integral_number == o.integral_number &&
|
|
596
593
|
short == o.short &&
|
|
597
594
|
int == o.int &&
|
|
@@ -601,6 +598,9 @@ module PureCloud
|
|
|
601
598
|
big_integer == o.big_integer &&
|
|
602
599
|
textual == o.textual &&
|
|
603
600
|
binary == o.binary &&
|
|
601
|
+
value_node == o.value_node &&
|
|
602
|
+
container_node == o.container_node &&
|
|
603
|
+
missing_node == o.missing_node &&
|
|
604
604
|
array == o.array &&
|
|
605
605
|
null == o.null
|
|
606
606
|
end
|
|
@@ -614,7 +614,7 @@ module PureCloud
|
|
|
614
614
|
# Calculates hash code according to all attributes.
|
|
615
615
|
# @return [Fixnum] Hash code
|
|
616
616
|
def hash
|
|
617
|
-
[node_type, float, number, boolean, object,
|
|
617
|
+
[node_type, float, number, boolean, object, floating_point_number, pojo, integral_number, short, int, long, double, big_decimal, big_integer, textual, binary, value_node, container_node, missing_node, array, null].hash
|
|
618
618
|
end
|
|
619
619
|
|
|
620
620
|
# build the object from hash
|