DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_CANCEL_WORK_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the cancel_work_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_cancel_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_CREATE_JAVA_DOWNLOAD_REPORT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_java_download_report request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_create_java_download_report_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_CREATE_JAVA_DOWNLOAD_TOKEN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_java_download_token request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_create_java_download_token_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_downloads_java_download_token_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_java_download_token
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_CREATE_JAVA_LICENSE_ACCEPTANCE_RECORD_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_java_license_acceptance_record request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_create_java_license_acceptance_record_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_downloads_java_license_acceptance_record_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_java_license_acceptance_record
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_DELETE_JAVA_DOWNLOAD_REPORT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_java_download_report request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_delete_java_download_report_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_DELETE_JAVA_DOWNLOAD_TOKEN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_java_download_token request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_delete_java_download_token_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_DELETE_JAVA_LICENSE_ACCEPTANCE_RECORD_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_java_license_acceptance_record request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_delete_java_license_acceptance_record_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_GENERATE_ARTIFACT_DOWNLOAD_URL_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the generate_artifact_download_url request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_generate_artifact_download_url_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_downloads_download_url_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of generate_artifact_download_url
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_GET_JAVA_DOWNLOAD_REPORT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_java_download_report request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_get_java_download_report_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_downloads_java_download_report_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_java_download_report
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_GET_JAVA_DOWNLOAD_REPORT_CONTENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_java_download_report_content request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_get_java_download_report_content_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body blob,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_java_download_report_content
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_GET_JAVA_DOWNLOAD_TOKEN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_java_download_token request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_get_java_download_token_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_downloads_java_download_token_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_java_download_token
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_GET_JAVA_LICENSE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_java_license request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_get_java_license_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_downloads_java_license_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_java_license
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_GET_JAVA_LICENSE_ACCEPTANCE_RECORD_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_java_license_acceptance_record request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_get_java_license_acceptance_record_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_downloads_java_license_acceptance_record_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_java_license_acceptance_record
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_GET_WORK_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_work_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_downloads_work_request_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_work_request
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_LIST_JAVA_DOWNLOAD_RECORDS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_java_download_records request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_list_java_download_records_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_downloads_java_download_record_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_java_download_records
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_LIST_JAVA_DOWNLOAD_REPORTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_java_download_reports request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_list_java_download_reports_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_downloads_java_download_report_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_java_download_reports
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_LIST_JAVA_DOWNLOAD_TOKENS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_java_download_tokens request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_list_java_download_tokens_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_downloads_java_download_token_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_java_download_tokens
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_LIST_JAVA_LICENSE_ACCEPTANCE_RECORDS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_java_license_acceptance_records request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_list_java_license_acceptance_records_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_downloads_java_license_acceptance_record_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_java_license_acceptance_records
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_LIST_JAVA_LICENSES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_java_licenses request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_list_java_licenses_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_downloads_java_license_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_java_licenses
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_LIST_WORK_REQUEST_ERRORS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_request_errors request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_downloads_work_request_error_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_request_errors
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_LIST_WORK_REQUEST_LOGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_request_logs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_downloads_work_request_log_entry_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_request_logs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_LIST_WORK_REQUESTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_requests request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_downloads_work_request_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_requests
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_REQUEST_SUMMARIZED_JAVA_DOWNLOAD_COUNTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_summarized_java_download_counts request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_request_summarized_java_download_counts_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_downloads_java_download_count_aggregation_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of request_summarized_java_download_counts
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_UPDATE_JAVA_DOWNLOAD_TOKEN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_java_download_token request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_update_java_download_token_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_JJD_JAVA_DOWNLOAD_UPDATE_JAVA_LICENSE_ACCEPTANCE_RECORD_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_java_license_acceptance_record request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_jjd_java_download_update_java_license_acceptance_record_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_jms_java_downloads_java_license_acceptance_record_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_java_license_acceptance_record