@Generated(value="OracleSDKGenerator", comments="API Version: 20181231") public class ListIncidentsRequest extends BmcRequest<Void>
Modifier and Type | Class and Description |
---|---|
static class |
ListIncidentsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ListIncidentsRequest.Builder |
builder() |
String |
getCompartmentId()
Tenancy Ocid
|
String |
getCsi()
Customer Support Identifier of the support account
|
LifecycleState |
getLifecycleState()
The order in which to sort the results
|
Integer |
getLimit()
Limit query for number of returned results
|
String |
getOcid()
User OCID for IDCS users that have a shadow in OCI
|
String |
getOpcRequestId()
Unique Header for request id
|
String |
getPage()
Pagination for Incident list
|
SortBy |
getSortBy()
The key to sort the returned items by
|
SortOrder |
getSortOrder()
The order in which to sort the results
|
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static ListIncidentsRequest.Builder builder()
public String getCsi()
Customer Support Identifier of the support account
public String getCompartmentId()
Tenancy Ocid
public String getOcid()
User OCID for IDCS users that have a shadow in OCI
public Integer getLimit()
Limit query for number of returned results
public SortBy getSortBy()
The key to sort the returned items by
public SortOrder getSortOrder()
The order in which to sort the results
public LifecycleState getLifecycleState()
The order in which to sort the results
public String getPage()
Pagination for Incident list
public String getOpcRequestId()
Unique Header for request id
Copyright © 2016–2020. All rights reserved.