@Generated(value="OracleSDKGenerator", comments="API Version: 20181231") public class ListIncidentResourceTypesRequest extends BmcRequest<Void>
Modifier and Type | Class and Description |
---|---|
static class |
ListIncidentResourceTypesRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ListIncidentResourceTypesRequest.Builder |
builder() |
String |
getCompartmentId()
Tenancy Ocid
|
String |
getCsi()
Customer Support Identifier of the support account
|
Integer |
getLimit()
Limit query for number of returned results
|
String |
getName()
Name of Incident Type.
|
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
|
String |
getProblemType()
Problem Type of Taxonomy - tech/limit
|
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 ListIncidentResourceTypesRequest.Builder builder()
public String getProblemType()
Problem Type of Taxonomy - tech/limit
public String getCompartmentId()
Tenancy Ocid
public String getCsi()
Customer Support Identifier of the support account
public String getOcid()
User OCID for IDCS users that have a shadow in OCI
public String getOpcRequestId()
Unique Header for request id
public Integer getLimit()
Limit query for number of returned results
public String getPage()
Pagination for Incident list
public SortBy getSortBy()
The key to sort the returned items by
public SortOrder getSortOrder()
The order in which to sort the results
public String getName()
Name of Incident Type. eg: Limit Increase
Copyright © 2016–2020. All rights reserved.