public static class SummarizeApplicationUsageResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SummarizeApplicationUsageResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
SummarizeApplicationUsageResponse.Builder |
applicationUsageCollection(ApplicationUsageCollection applicationUsageCollection)
The returned ApplicationUsageCollection instance.
|
SummarizeApplicationUsageResponse |
build()
Build the response object.
|
SummarizeApplicationUsageResponse.Builder |
copy(SummarizeApplicationUsageResponse o)
Copy method to populate the builder with values from the given instance.
|
SummarizeApplicationUsageResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
SummarizeApplicationUsageResponse.Builder |
opcNextPage(String opcNextPage)
For list pagination.
|
SummarizeApplicationUsageResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
public SummarizeApplicationUsageResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public SummarizeApplicationUsageResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public SummarizeApplicationUsageResponse.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 SummarizeApplicationUsageResponse.Builder opcNextPage(String opcNextPage)
For list pagination. When this header appears in the response, additional pages of results remain.
Include this value as the page
parameter for the subsequent GET request to get the next batch of items.
For important details about how pagination works, see List Pagination.
opcNextPage
- the value to setpublic SummarizeApplicationUsageResponse.Builder applicationUsageCollection(ApplicationUsageCollection applicationUsageCollection)
The returned ApplicationUsageCollection instance.
applicationUsageCollection
- the value to setpublic SummarizeApplicationUsageResponse.Builder copy(SummarizeApplicationUsageResponse o)
Copy method to populate the builder with values from the given instance.
public SummarizeApplicationUsageResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.