@Generated(value="OracleSDKGenerator", comments="API Version: 20190801") public class ListWorkRequestErrorsRequest extends BmcRequest<Void>
Example: Click here to see how to use ListWorkRequestErrorsRequest.
| Modifier and Type | Class and Description |
|---|---|
static class |
ListWorkRequestErrorsRequest.Builder |
static class |
ListWorkRequestErrorsRequest.SortBy
The field to sort by.
|
static class |
ListWorkRequestErrorsRequest.SortOrder
The sort order to use, either ‘asc’ or ‘desc’.
|
| Constructor and Description |
|---|
ListWorkRequestErrorsRequest() |
| Modifier and Type | Method and Description |
|---|---|
static ListWorkRequestErrorsRequest.Builder |
builder() |
boolean |
equals(Object o) |
Integer |
getLimit() |
String |
getOpcRequestId() |
String |
getPage() |
ListWorkRequestErrorsRequest.SortBy |
getSortBy() |
ListWorkRequestErrorsRequest.SortOrder |
getSortOrder() |
String |
getWorkRequestId() |
int |
hashCode() |
ListWorkRequestErrorsRequest.Builder |
toBuilder() |
String |
toString() |
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continuepublic String getWorkRequestId()
public Integer getLimit()
public String getPage()
public ListWorkRequestErrorsRequest.SortOrder getSortOrder()
public ListWorkRequestErrorsRequest.SortBy getSortBy()
public String getOpcRequestId()
public ListWorkRequestErrorsRequest.Builder toBuilder()
ListWorkRequestErrorsRequest.Builder that allows you to modify request propertiespublic static ListWorkRequestErrorsRequest.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.