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