@Generated(value="OracleSDKGenerator", comments="API Version: 20210224") public class ListCertificateBundleVersionsRequest extends BmcRequest<Void>
Example: Click here to see how to use ListCertificateBundleVersionsRequest.
Modifier and Type | Class and Description |
---|---|
static class |
ListCertificateBundleVersionsRequest.Builder |
static class |
ListCertificateBundleVersionsRequest.SortBy
The field to sort by.
|
static class |
ListCertificateBundleVersionsRequest.SortOrder
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
Constructor and Description |
---|
ListCertificateBundleVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
static ListCertificateBundleVersionsRequest.Builder |
builder()
Return a new builder for this request object.
|
boolean |
equals(Object o)
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal
to ‘this’.
|
String |
getCertificateId()
The OCID of the certificate.
|
String |
getOpcRequestId()
Unique Oracle-assigned identifier for the request.
|
ListCertificateBundleVersionsRequest.SortBy |
getSortBy()
The field to sort by.
|
ListCertificateBundleVersionsRequest.SortOrder |
getSortOrder()
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
int |
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
ListCertificateBundleVersionsRequest.Builder |
toBuilder()
Return an instance of
ListCertificateBundleVersionsRequest.Builder that allows you to modify request properties. |
String |
toString() |
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public ListCertificateBundleVersionsRequest()
public String getCertificateId()
The OCID of the certificate.
public String getOpcRequestId()
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
public ListCertificateBundleVersionsRequest.SortBy getSortBy()
The field to sort by. You can specify only one sort order. The default order for VERSION_NUMBER
is ascending.
public ListCertificateBundleVersionsRequest.SortOrder getSortOrder()
The sort order to use, either ascending (ASC
) or descending (DESC
).
public ListCertificateBundleVersionsRequest.Builder toBuilder()
Return an instance of ListCertificateBundleVersionsRequest.Builder
that allows you to modify request properties.
ListCertificateBundleVersionsRequest.Builder
that allows you to modify request properties.public static ListCertificateBundleVersionsRequest.Builder builder()
Return a new builder for this request object.
public boolean equals(Object o)
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
equals
in class BmcRequest<Void>
public int hashCode()
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
hashCode
in class BmcRequest<Void>
Copyright © 2016–2024. All rights reserved.