Class GetMessagesResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.streaming.responses.GetMessagesResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<GetMessagesResponse>
 - Enclosing class:
- GetMessagesResponse
 
 public static class GetMessagesResponse.Builder extends Object implements BmcResponse.Builder<GetMessagesResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetMessagesResponse.Builder__httpStatusCode__(int __httpStatusCode__)GetMessagesResponsebuild()Build the response object.GetMessagesResponse.Buildercopy(GetMessagesResponse o)Copy method to populate the builder with values from the given instance.GetMessagesResponse.Builderheaders(Map<String,List<String>> headers)GetMessagesResponse.Builderitems(List<Message> items)A list of com.oracle.bmc.streaming.model.Message instances.GetMessagesResponse.BuilderopcNextCursor(String opcNextCursor)The cursor to use to get the next batch of messages.GetMessagesResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.BuilderisNotModified
 
- 
 
- 
- 
- 
Method Detail- 
__httpStatusCode__public GetMessagesResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<GetMessagesResponse>
 
 - 
headerspublic GetMessagesResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<GetMessagesResponse>
 
 - 
opcNextCursorpublic GetMessagesResponse.Builder opcNextCursor(String opcNextCursor) The cursor to use to get the next batch of messages.- Parameters:
- opcNextCursor- the value to set
- Returns:
- this builder
 
 - 
opcRequestIdpublic 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. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
itemspublic GetMessagesResponse.Builder items(List<Message> items) A list of com.oracle.bmc.streaming.model.Message instances.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
copypublic GetMessagesResponse.Builder copy(GetMessagesResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<GetMessagesResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic GetMessagesResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<GetMessagesResponse>
- Returns:
- the response object
 
 
- 
 
-