Class SearchAppsResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.responses.SearchAppsResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<SearchAppsResponse>
 - Enclosing class:
- SearchAppsResponse
 
 public static class SearchAppsResponse.Builder extends Object implements BmcResponse.Builder<SearchAppsResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchAppsResponse.Builder__httpStatusCode__(int __httpStatusCode__)SearchAppsResponse.Builderapps(Apps apps)The returned Apps instance.SearchAppsResponsebuild()Build the response object.SearchAppsResponse.Buildercopy(SearchAppsResponse o)Copy method to populate the builder with values from the given instance.SearchAppsResponse.Builderheaders(Map<String,List<String>> headers)SearchAppsResponse.BuilderopcNextPage(String opcNextPage)For pagination of a list of items.SearchAppsResponse.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 SearchAppsResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<SearchAppsResponse>
 
 - 
headerspublic SearchAppsResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<SearchAppsResponse>
 
 - 
opcRequestIdpublic SearchAppsResponse.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
 
 - 
opcNextPagepublic SearchAppsResponse.Builder opcNextPage(String opcNextPage) For pagination of a list of items.When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the page parameter for the subsequent GET request to get the next batch of items. - Parameters:
- opcNextPage- the value to set
- Returns:
- this builder
 
 - 
appspublic SearchAppsResponse.Builder apps(Apps apps) The returned Apps instance.- Parameters:
- apps- the value to set
- Returns:
- this builder
 
 - 
copypublic SearchAppsResponse.Builder copy(SearchAppsResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<SearchAppsResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic SearchAppsResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<SearchAppsResponse>
- Returns:
- the response object
 
 
- 
 
-