Class ListEntitiesResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.datacatalog.responses.ListEntitiesResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<ListEntitiesResponse>
- Enclosing class:
- ListEntitiesResponse
public static class ListEntitiesResponse.Builder extends Object implements BmcResponse.Builder<ListEntitiesResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListEntitiesResponse.Builder__httpStatusCode__(int __httpStatusCode__)ListEntitiesResponsebuild()Build the response object.ListEntitiesResponse.Buildercopy(ListEntitiesResponse o)Copy method to populate the builder with values from the given instance.ListEntitiesResponse.BuilderentityCollection(EntityCollection entityCollection)The returned EntityCollection instance.ListEntitiesResponse.Builderheaders(Map<String,List<String>> headers)ListEntitiesResponse.BuilderopcNextPage(String opcNextPage)Retrieves the next page of results.ListEntitiesResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.Builder
isNotModified
-
-
-
-
Method Detail
-
__httpStatusCode__
public ListEntitiesResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__in interfaceBmcResponse.Builder<ListEntitiesResponse>
-
headers
public ListEntitiesResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headersin interfaceBmcResponse.Builder<ListEntitiesResponse>
-
opcRequestId
public ListEntitiesResponse.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
-
opcNextPage
public ListEntitiesResponse.Builder opcNextPage(String opcNextPage)
Retrieves the next page of results.When this header appears in the response, additional pages of results remain. See List Pagination.
- Parameters:
opcNextPage- the value to set- Returns:
- this builder
-
entityCollection
public ListEntitiesResponse.Builder entityCollection(EntityCollection entityCollection)
The returned EntityCollection instance.- Parameters:
entityCollection- the value to set- Returns:
- this builder
-
copy
public ListEntitiesResponse.Builder copy(ListEntitiesResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcResponse.Builder<ListEntitiesResponse>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListEntitiesResponse build()
Build the response object.- Specified by:
buildin interfaceBmcResponse.Builder<ListEntitiesResponse>- Returns:
- the response object
-
-