public static class ListChannelsResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListChannelsResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ListChannelsResponse |
build()
Build the response object.
|
ListChannelsResponse.Builder |
channelCollection(ChannelCollection channelCollection)
The returned ChannelCollection instance.
|
ListChannelsResponse.Builder |
copy(ListChannelsResponse o)
Copy method to populate the builder with values from the given instance.
|
ListChannelsResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
ListChannelsResponse.Builder |
opcNextPage(String opcNextPage)
When you are paging through a list, if this header appears in the response,
then there might be additional items still to get.
|
ListChannelsResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListChannelsResponse.Builder |
opcTotalItems(Integer opcTotalItems)
The total number of results that match the query.
|
public ListChannelsResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public ListChannelsResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public ListChannelsResponse.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 ListChannelsResponse.Builder opcNextPage(String opcNextPage)
When you are paging through a list, if this header appears in the response,
then there might be additional items still to get. Include this value as the
page
query parameter for the subsequent GET request.
opcNextPage
- the value to setpublic ListChannelsResponse.Builder opcTotalItems(Integer opcTotalItems)
The total number of results that match the query.
opcTotalItems
- the value to setpublic ListChannelsResponse.Builder channelCollection(ChannelCollection channelCollection)
The returned ChannelCollection instance.
channelCollection
- the value to setpublic ListChannelsResponse.Builder copy(ListChannelsResponse o)
Copy method to populate the builder with values from the given instance.
public ListChannelsResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.