@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’.
|
| Constructor and Description |
|---|
ListErrataRequest() |
| Modifier and Type | Method and Description |
|---|---|
static ListErrataRequest.Builder |
builder() |
boolean |
equals(Object o) |
String |
getAdvisoryName() |
String |
getCompartmentId() |
String |
getErratumId() |
Integer |
getLimit() |
String |
getOpcRequestId() |
String |
getPage() |
ListErrataRequest.SortBy |
getSortBy() |
ListErrataRequest.SortOrder |
getSortOrder() |
Date |
getTimeIssueDateEnd() |
Date |
getTimeIssueDateStart() |
int |
hashCode() |
ListErrataRequest.Builder |
toBuilder() |
String |
toString() |
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continuepublic String getCompartmentId()
public String getErratumId()
public String getAdvisoryName()
public Date getTimeIssueDateStart()
public Date getTimeIssueDateEnd()
public Integer getLimit()
public String getPage()
public ListErrataRequest.SortOrder getSortOrder()
public ListErrataRequest.SortBy getSortBy()
public String getOpcRequestId()
public ListErrataRequest.Builder toBuilder()
ListErrataRequest.Builder that allows you to modify request propertiespublic static ListErrataRequest.Builder builder()
public boolean equals(Object o)
equals in class BmcRequest<Void>public int hashCode()
hashCode in class BmcRequest<Void>Copyright © 2016–2022. All rights reserved.