@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class ListWorkRequestErrorsRequest extends BmcRequest
Modifier and Type | Class and Description |
---|---|
static class |
ListWorkRequestErrorsRequest.Builder |
static class |
ListWorkRequestErrorsRequest.SortOrder
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
Modifier and Type | Method and Description |
---|---|
static ListWorkRequestErrorsRequest.Builder |
builder() |
Integer |
getLimit()
The maximum number of items to return in a paginated "List" call.
|
String |
getOpcRequestId()
Unique Oracle-assigned identifier for the request.
|
String |
getPage()
The value of the
opc-next-page response header from the previous "List" call. |
ListWorkRequestErrorsRequest.SortOrder |
getSortOrder()
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
String |
getWorkRequestId()
The OCID of the work request.
|
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static ListWorkRequestErrorsRequest.Builder builder()
public String getWorkRequestId()
The OCID of the work request.
public Integer getLimit()
The maximum number of items to return in a paginated "List" call.
public String getPage()
The value of the opc-next-page
response header from the previous "List" call.
public ListWorkRequestErrorsRequest.SortOrder getSortOrder()
The sort order to use, either ascending (ASC
) or descending (DESC
).
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.
Copyright © 2016–2019. All rights reserved.