@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()
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 |
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()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
ListErrataRequest.Builder |
toBuilder()
Return an instance of
ListErrataRequest.Builder that allows you to modify request properties. |
String |
toString() |
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
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.
public ListErrataRequest.Builder toBuilder()
Return an instance of ListErrataRequest.Builder
that allows you to modify request properties.
ListErrataRequest.Builder
that allows you to modify request properties.public static ListErrataRequest.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.