public static class GetMessagesResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetMessagesResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetMessagesResponse |
build() |
GetMessagesResponse.Builder |
copy(GetMessagesResponse o)
Copy method to populate the builder with values from the given instance.
|
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.
|
String |
toString() |
public GetMessagesResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetMessagesResponse.Builder copy(GetMessagesResponse o)
Copy method to populate the builder with values from the given instance.
public GetMessagesResponse build()
public GetMessagesResponse.Builder opcNextCursor(String opcNextCursor)
The cursor to use to get the next batch of messages.
this
.public 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.
this
.public GetMessagesResponse.Builder items(List<Message> items)
A list of com.oracle.bmc.streaming.model.Message instances.
this
.Copyright © 2016–2022. All rights reserved.