public static class ListDatabaseInsightsResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListDatabaseInsightsResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ListDatabaseInsightsResponse |
build()
Build the response object.
|
ListDatabaseInsightsResponse.Builder |
copy(ListDatabaseInsightsResponse o)
Copy method to populate the builder with values from the given instance.
|
ListDatabaseInsightsResponse.Builder |
databaseInsightsCollection(DatabaseInsightsCollection databaseInsightsCollection)
The returned DatabaseInsightsCollection instance.
|
ListDatabaseInsightsResponse.Builder |
opcNextPage(String opcNextPage)
For pagination of a list of items.
|
ListDatabaseInsightsResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListDatabaseInsightsResponse.Builder |
opcTotalItems(Integer opcTotalItems)
For pagination of a list of items.
|
public ListDatabaseInsightsResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public ListDatabaseInsightsResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opcRequestId
- the value to setpublic ListDatabaseInsightsResponse.Builder opcTotalItems(Integer opcTotalItems)
For pagination of a list of items. The total number of items in the result.
opcTotalItems
- the value to setpublic ListDatabaseInsightsResponse.Builder opcNextPage(String opcNextPage)
For pagination of a list of items. When paging through a list, if this header appears in the response,
then a partial list might have been returned. Include this value as the page
parameter for the
subsequent GET request to get the next batch of items.
opcNextPage
- the value to setpublic ListDatabaseInsightsResponse.Builder databaseInsightsCollection(DatabaseInsightsCollection databaseInsightsCollection)
The returned DatabaseInsightsCollection instance.
databaseInsightsCollection
- the value to setpublic ListDatabaseInsightsResponse.Builder copy(ListDatabaseInsightsResponse o)
Copy method to populate the builder with values from the given instance.
public ListDatabaseInsightsResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.