public static class GetMessagesResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetMessagesResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetMessagesResponse |
build()
Build the response object.
|
GetMessagesResponse.Builder |
copy(GetMessagesResponse o)
Copy method to populate the builder with values from the given instance.
|
GetMessagesResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
GetMessagesResponse.Builder |
items(List<Message> items)
A list of com.oracle.bmc.streaming.model.Message instances.
|
GetMessagesResponse.Builder |
opcNextCursor(String opcNextCursor)
The cursor to use to get the next batch of messages.
|
GetMessagesResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
public GetMessagesResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetMessagesResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public GetMessagesResponse.Builder opcNextCursor(String opcNextCursor)
The cursor to use to get the next batch of messages.
opcNextCursor
- the value to setpublic GetMessagesResponse.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 GetMessagesResponse.Builder items(List<Message> items)
A list of com.oracle.bmc.streaming.model.Message instances.
items
- the value to setpublic GetMessagesResponse.Builder copy(GetMessagesResponse o)
Copy method to populate the builder with values from the given instance.
public GetMessagesResponse build()
Build the response object.
Copyright © 2016–2024. All rights reserved.