Package com.oracle.bmc.datacc.responses
Class ListMaintenanceExecutionsResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.datacc.responses.ListMaintenanceExecutionsResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<ListMaintenanceExecutionsResponse>
- Enclosing class:
- ListMaintenanceExecutionsResponse
public static class ListMaintenanceExecutionsResponse.Builder extends Object implements BmcResponse.Builder<ListMaintenanceExecutionsResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListMaintenanceExecutionsResponse.Builder__httpStatusCode__(int __httpStatusCode__)ListMaintenanceExecutionsResponsebuild()Build the response object.ListMaintenanceExecutionsResponse.Buildercopy(ListMaintenanceExecutionsResponse o)Copy method to populate the builder with values from the given instance.ListMaintenanceExecutionsResponse.Builderheaders(Map<String,List<String>> headers)ListMaintenanceExecutionsResponse.BuildermaintenanceExecutionCollection(MaintenanceExecutionCollection maintenanceExecutionCollection)The returned MaintenanceExecutionCollection instance.ListMaintenanceExecutionsResponse.BuilderopcNextPage(String opcNextPage)For pagination of a list of items.ListMaintenanceExecutionsResponse.BuilderopcRequestId(String opcRequestId)Unique identifier assigned by Oracle for the request.-
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 ListMaintenanceExecutionsResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__in interfaceBmcResponse.Builder<ListMaintenanceExecutionsResponse>
-
headers
public ListMaintenanceExecutionsResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headersin interfaceBmcResponse.Builder<ListMaintenanceExecutionsResponse>
-
opcRequestId
public ListMaintenanceExecutionsResponse.Builder opcRequestId(String opcRequestId)
Unique identifier assigned by Oracle for the request.If you need to contact Oracle about a particular request, then please provide the request ID.
- Parameters:
opcRequestId- the value to set- Returns:
- this builder
-
opcNextPage
public ListMaintenanceExecutionsResponse.Builder opcNextPage(String opcNextPage)
For pagination of a list of items.When paging through a list, if this header appears in the response, then it can mean that a partial list was returned. To obtain the next batch of items, include this value as the page parameter for your next GET request.
- Parameters:
opcNextPage- the value to set- Returns:
- this builder
-
maintenanceExecutionCollection
public ListMaintenanceExecutionsResponse.Builder maintenanceExecutionCollection(MaintenanceExecutionCollection maintenanceExecutionCollection)
The returned MaintenanceExecutionCollection instance.- Parameters:
maintenanceExecutionCollection- the value to set- Returns:
- this builder
-
copy
public ListMaintenanceExecutionsResponse.Builder copy(ListMaintenanceExecutionsResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcResponse.Builder<ListMaintenanceExecutionsResponse>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListMaintenanceExecutionsResponse build()
Build the response object.- Specified by:
buildin interfaceBmcResponse.Builder<ListMaintenanceExecutionsResponse>- Returns:
- the response object
-
-