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