Class ListExternalPublicationValidationsResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.responses.ListExternalPublicationValidationsResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<ListExternalPublicationValidationsResponse>
- Enclosing class:
- ListExternalPublicationValidationsResponse
public static class ListExternalPublicationValidationsResponse.Builder extends Object implements BmcResponse.Builder<ListExternalPublicationValidationsResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.Builder
isNotModified
-
-
-
-
Method Detail
-
__httpStatusCode__
public ListExternalPublicationValidationsResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__in interfaceBmcResponse.Builder<ListExternalPublicationValidationsResponse>
-
headers
public ListExternalPublicationValidationsResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headersin interfaceBmcResponse.Builder<ListExternalPublicationValidationsResponse>
-
opcRequestId
public ListExternalPublicationValidationsResponse.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.
- Parameters:
opcRequestId- the value to set- Returns:
- this builder
-
opcNextPage
public ListExternalPublicationValidationsResponse.Builder opcNextPage(String opcNextPage)
Retrieves the next page of results.When this header appears in the response, additional pages of results remain. See List Pagination.
- Parameters:
opcNextPage- the value to set- Returns:
- this builder
-
opcPrevPage
public ListExternalPublicationValidationsResponse.Builder opcPrevPage(String opcPrevPage)
Retrieves the previous page of results.When this header appears in the response, previous pages of results exist. See List Pagination.
- Parameters:
opcPrevPage- the value to set- Returns:
- this builder
-
opcTotalItems
public ListExternalPublicationValidationsResponse.Builder opcTotalItems(Integer opcTotalItems)
Total items in the entire list.- Parameters:
opcTotalItems- the value to set- Returns:
- this builder
-
externalPublicationValidationSummaryCollection
public ListExternalPublicationValidationsResponse.Builder externalPublicationValidationSummaryCollection(ExternalPublicationValidationSummaryCollection externalPublicationValidationSummaryCollection)
The returned ExternalPublicationValidationSummaryCollection instance.- Parameters:
externalPublicationValidationSummaryCollection- the value to set- Returns:
- this builder
-
copy
public ListExternalPublicationValidationsResponse.Builder copy(ListExternalPublicationValidationsResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcResponse.Builder<ListExternalPublicationValidationsResponse>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListExternalPublicationValidationsResponse build()
Build the response object.- Specified by:
buildin interfaceBmcResponse.Builder<ListExternalPublicationValidationsResponse>- Returns:
- the response object
-
-