Class ListPbfListingVersionsRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.functions.requests.ListPbfListingVersionsRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public class ListPbfListingVersionsRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/functions/ListPbfListingVersionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListPbfListingVersionsRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classListPbfListingVersionsRequest.Builderstatic classListPbfListingVersionsRequest.SortByThe field to sort by.static classListPbfListingVersionsRequest.SortOrderSpecifies sort order.
 - 
Constructor SummaryConstructors Constructor Description ListPbfListingVersionsRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListPbfListingVersionsRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.BooleangetIsCurrentVersion()Matches the current version (the most recently added version with an Active lifecycleState) associated with a PbfListing.PbfListingVersion.LifecycleStategetLifecycleState()A filter to return only resources their lifecycleState matches the given lifecycleState.IntegergetLimit()The maximum number of items to return.StringgetName()Matches a PbfListingVersion based on a provided semantic version name for a PbfListingVersion.StringgetOpcRequestId()The unique Oracle-assigned identifier for the request.StringgetPage()The pagination token for a list query returned by a previous operationStringgetPbfListingId()unique PbfListing identifierStringgetPbfListingVersionId()unique PbfListingVersion identifierListPbfListingVersionsRequest.SortBygetSortBy()The field to sort by.ListPbfListingVersionsRequest.SortOrdergetSortOrder()Specifies sort order.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListPbfListingVersionsRequest.BuildertoBuilder()Return an instance ofListPbfListingVersionsRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getPbfListingIdpublic String getPbfListingId() unique PbfListing identifier
 - 
getPbfListingVersionIdpublic String getPbfListingVersionId() unique PbfListingVersion identifier
 - 
getNamepublic String getName() Matches a PbfListingVersion based on a provided semantic version name for a PbfListingVersion.Each PbfListingVersion name is unique with respect to its associated PbfListing. 
 - 
getIsCurrentVersionpublic Boolean getIsCurrentVersion() Matches the current version (the most recently added version with an Active lifecycleState) associated with a PbfListing.
 - 
getLifecycleStatepublic PbfListingVersion.LifecycleState getLifecycleState() A filter to return only resources their lifecycleState matches the given lifecycleState.
 - 
getLimitpublic Integer getLimit() The maximum number of items to return.1 is the minimum, 50 is the maximum. Default: 10 
 - 
getPagepublic String getPage() The pagination token for a list query returned by a previous operation
 - 
getSortOrderpublic ListPbfListingVersionsRequest.SortOrder getSortOrder() Specifies sort order.**ASC:** Ascending sort order. * **DESC:** Descending sort order. 
 - 
getSortBypublic ListPbfListingVersionsRequest.SortBy getSortBy() The field to sort by.Only one sort order may be provided. Default order for timeCreated is descending. Default order for name is ascending. 
 - 
getOpcRequestIdpublic String getOpcRequestId() The unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID. 
 - 
toBuilderpublic ListPbfListingVersionsRequest.Builder toBuilder() Return an instance ofListPbfListingVersionsRequest.Builderthat allows you to modify request properties.- Returns:
- instance of ListPbfListingVersionsRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static ListPbfListingVersionsRequest.Builder builder() Return a new builder for this request object.- Returns:
- builder for the request object
 
 - 
equalspublic boolean equals(Object o) Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
- equalsin class- BmcRequest<Void>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<Void>
 
 
- 
 
-