Announcements Preferences Types

DBMS_CLOUD_OCI_AS_ANNOUNCEMENTS_PREFERENCES_CREATE_ANNOUNCEMENTS_PREFERENCE_RESPONSE_T Type

Contains the response body, headers and the status code of the create_announcements_preference request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_as_announcements_preferences_create_announcements_preference_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_announcements_service_announcements_preferences_summary_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_announcements_preference

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AS_ANNOUNCEMENTS_PREFERENCES_GET_ANNOUNCEMENTS_PREFERENCE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_announcements_preference request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_as_announcements_preferences_get_announcements_preference_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_announcements_service_announcements_preferences_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_announcements_preference

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ANNOUNCEMENTS_SERVICE_ANNOUNCEMENTS_PREFERENCES_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_announcements_service_announcements_preferences_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_announcements_service_announcements_preferences_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_announcements_service_announcements_preferences_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_AS_ANNOUNCEMENTS_PREFERENCES_LIST_ANNOUNCEMENTS_PREFERENCES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_announcements_preferences request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_as_announcements_preferences_list_announcements_preferences_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_announcements_service_announcements_preferences_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_announcements_preferences

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AS_ANNOUNCEMENTS_PREFERENCES_UPDATE_ANNOUNCEMENTS_PREFERENCE_RESPONSE_T Type

Contains the response body, headers and the status code of the update_announcements_preference request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_as_announcements_preferences_update_announcements_preference_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_announcements_service_announcements_preferences_summary_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_announcements_preference

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer