@Generated(value="OracleSDKGenerator", comments="API Version: 20190801") public class ListErrataRequest extends BmcRequest<Void>
Example: Click here to see how to use ListErrataRequest.
| Modifier and Type | Class and Description |
|---|---|
static class |
ListErrataRequest.Builder |
static class |
ListErrataRequest.SortBy
The field to sort errata by.
|
static class |
ListErrataRequest.SortOrder
The sort order to use, either ‘asc’ or ‘desc’.
|
| Modifier and Type | Method and Description |
|---|---|
static ListErrataRequest.Builder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAdvisoryName()
The assigned erratum name.
|
String |
getCompartmentId()
The ID of the compartment in which to list resources.
|
String |
getErratumId()
The OCID of the erratum.
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getOpcRequestId()
The client request ID for tracing.
|
String |
getPage()
The page token representing the page at which to start retrieving results.
|
ListErrataRequest.SortBy |
getSortBy()
The field to sort errata by.
|
ListErrataRequest.SortOrder |
getSortOrder()
The sort order to use, either ‘asc’ or ‘desc’.
|
Date |
getTimeIssueDateEnd()
The issue date before which to list all errata, in ISO 8601 format
|
Date |
getTimeIssueDateStart()
The issue date after which to list all errata, in ISO 8601 format
|
int |
hashCode() |
ListErrataRequest.Builder |
toBuilder() |
String |
toString() |
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continuepublic static ListErrataRequest.Builder builder()
public ListErrataRequest.Builder toBuilder()
public boolean equals(Object o)
equals in class BmcRequest<Void>protected boolean canEqual(Object other)
public int hashCode()
hashCode in class BmcRequest<Void>public String getCompartmentId()
The ID of the compartment in which to list resources. This parameter is optional and in some cases may have no effect.
public String getErratumId()
The OCID of the erratum.
public String getAdvisoryName()
The assigned erratum name. It’s unique and not changeable.
Example: ELSA-2020-5804
public Date getTimeIssueDateStart()
The issue date after which to list all errata, in ISO 8601 format
Example: 2017-07-14T02:40:00.000Z
public Date getTimeIssueDateEnd()
The issue date before which to list all errata, in ISO 8601 format
Example: 2017-07-14T02:40:00.000Z
public Integer getLimit()
The maximum number of items to return.
public String getPage()
The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
public ListErrataRequest.SortOrder getSortOrder()
The sort order to use, either ‘asc’ or ‘desc’.
public ListErrataRequest.SortBy getSortBy()
The field to sort errata by. Only one sort order may be provided. Default order for ISSUEDATE is descending. Default order for ADVISORYNAME is ascending. If no value is specified ISSUEDATE is default.
public String getOpcRequestId()
The client request ID for tracing.
Copyright © 2016–2022. All rights reserved.