Package | Description |
---|---|
com.oracle.bmc.servicecatalog.requests |
Modifier and Type | Method and Description |
---|---|
static ListApplicationsRequest.Builder |
ListApplicationsRequest.builder()
Return a new builder for this request object.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.compartmentId(String compartmentId)
The unique identifier for the compartment.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.copy(ListApplicationsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.displayName(String displayName)
Exact match name filter.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.entityId(String entityId)
The unique identifier of the entity associated with service catalog.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.entityType(String entityType)
The type of the application in the service catalog.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.isFeatured(Boolean isFeatured)
Indicates whether to show only featured resources.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.limit(Integer limit)
How many records to return.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.packageType(List<PackageTypeEnum> packageType)
Name of the package type.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.packageType(PackageTypeEnum singularValue)
Singular setter.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.page(String page)
The value of the
opc-next-page response header from the previous “List” call. |
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.pricing(List<PricingTypeEnum> pricing)
Name of the pricing type.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.pricing(PricingTypeEnum singularValue)
Singular setter.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.publisherId(List<String> publisherId)
Limit results to just this publisher.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.publisherId(String singularValue)
Singular setter.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.serviceCatalogId(String serviceCatalogId)
The unique identifier for the service catalog.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.sortOrder(ListApplicationsRequest.SortOrder sortOrder)
The sort order to apply, either
ASC or DESC . |
ListApplicationsRequest.Builder |
ListApplicationsRequest.toBuilder()
Return an instance of
ListApplicationsRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.