Class ListPrivateApplicationPackagesRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.servicecatalog.requests.ListPrivateApplicationPackagesRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListPrivateApplicationPackagesRequest,Void>
- Enclosing class:
- ListPrivateApplicationPackagesRequest
public static class ListPrivateApplicationPackagesRequest.Builder extends Object implements BmcRequest.Builder<ListPrivateApplicationPackagesRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListPrivateApplicationPackagesRequestbuild()Build the instance of ListPrivateApplicationPackagesRequest as configured by this builderListPrivateApplicationPackagesRequestbuildWithoutInvocationCallback()Build the instance of ListPrivateApplicationPackagesRequest as configured by this builderListPrivateApplicationPackagesRequest.Buildercopy(ListPrivateApplicationPackagesRequest o)Copy method to populate the builder with values from the given instance.ListPrivateApplicationPackagesRequest.BuilderdisplayName(String displayName)Exact match name filter.ListPrivateApplicationPackagesRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListPrivateApplicationPackagesRequest.Builderlimit(Integer limit)How many records to return.ListPrivateApplicationPackagesRequest.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.ListPrivateApplicationPackagesRequest.BuilderpackageType(PackageTypeEnum singularValue)Singular setter.ListPrivateApplicationPackagesRequest.BuilderpackageType(List<PackageTypeEnum> packageType)Name of the package type.ListPrivateApplicationPackagesRequest.Builderpage(String page)The value of the opc-next-page response header from the previous “List” call.ListPrivateApplicationPackagesRequest.BuilderprivateApplicationId(String privateApplicationId)The unique identifier for the private application.ListPrivateApplicationPackagesRequest.BuilderprivateApplicationPackageId(String privateApplicationPackageId)The unique identifier for the private application package.ListPrivateApplicationPackagesRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListPrivateApplicationPackagesRequest.BuildersortBy(ListPrivateApplicationPackagesRequest.SortBy sortBy)The field to use to sort listed results.ListPrivateApplicationPackagesRequest.BuildersortOrder(ListPrivateApplicationPackagesRequest.SortOrder sortOrder)The sort order to apply, either ASC or DESC.-
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.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
privateApplicationId
public ListPrivateApplicationPackagesRequest.Builder privateApplicationId(String privateApplicationId)
The unique identifier for the private application.- Parameters:
privateApplicationId- the value to set- Returns:
- this builder instance
-
privateApplicationPackageId
public ListPrivateApplicationPackagesRequest.Builder privateApplicationPackageId(String privateApplicationPackageId)
The unique identifier for the private application package.- Parameters:
privateApplicationPackageId- the value to set- Returns:
- this builder instance
-
packageType
public ListPrivateApplicationPackagesRequest.Builder packageType(List<PackageTypeEnum> packageType)
Name of the package type.If multiple package types are provided, then any resource with one or more matching package types will be returned.
- Parameters:
packageType- the value to set- Returns:
- this builder instance
-
packageType
public ListPrivateApplicationPackagesRequest.Builder packageType(PackageTypeEnum singularValue)
Singular setter.Name of the package type. If multiple package types are provided, then any resource with one or more matching package types will be returned.
- Parameters:
singularValue- the singular value to set- Returns:
- this builder instance
-
limit
public ListPrivateApplicationPackagesRequest.Builder limit(Integer limit)
How many records to return.Specify a value greater than zero and less than or equal to 1000. The default is 30.
- Parameters:
limit- the value to set- Returns:
- this builder instance
-
page
public ListPrivateApplicationPackagesRequest.Builder page(String page)
The value of the opc-next-page response header from the previous “List” call.- Parameters:
page- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListPrivateApplicationPackagesRequest.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 instance
-
sortBy
public ListPrivateApplicationPackagesRequest.Builder sortBy(ListPrivateApplicationPackagesRequest.SortBy sortBy)
The field to use to sort listed results.You can only specify one field to sort by. TIMECREATED displays results in descending order by default. You can change your preference by specifying a different sort order.
- Parameters:
sortBy- the value to set- Returns:
- this builder instance
-
sortOrder
public ListPrivateApplicationPackagesRequest.Builder sortOrder(ListPrivateApplicationPackagesRequest.SortOrder sortOrder)
The sort order to apply, either ASC or DESC.Default is ASC.
- Parameters:
sortOrder- the value to set- Returns:
- this builder instance
-
displayName
public ListPrivateApplicationPackagesRequest.Builder displayName(String displayName)
Exact match name filter.- Parameters:
displayName- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListPrivateApplicationPackagesRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.- Parameters:
invocationCallback- the invocation callback to be set for the request- Returns:
- this builder instance
-
retryConfiguration
public ListPrivateApplicationPackagesRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.- Parameters:
retryConfiguration- the retry configuration to be used for the request- Returns:
- this builder instance
-
copy
public ListPrivateApplicationPackagesRequest.Builder copy(ListPrivateApplicationPackagesRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<ListPrivateApplicationPackagesRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListPrivateApplicationPackagesRequest build()
Build the instance of ListPrivateApplicationPackagesRequest as configured by this builderNote that this method takes calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuildWithoutInvocationCallback()does not.This is the preferred method to build an instance.
- Specified by:
buildin interfaceBmcRequest.Builder<ListPrivateApplicationPackagesRequest,Void>- Returns:
- instance of ListPrivateApplicationPackagesRequest
-
buildWithoutInvocationCallback
public ListPrivateApplicationPackagesRequest buildWithoutInvocationCallback()
Build the instance of ListPrivateApplicationPackagesRequest as configured by this builderNote that this method does not take calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuild()does- Returns:
- instance of ListPrivateApplicationPackagesRequest
-
-