@Generated(value="OracleSDKGenerator", comments="API Version: 20181001") public class ListReportsRequest extends BmcRequest<Void>
Modifier and Type | Class and Description |
---|---|
static class |
ListReportsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ListReportsRequest.Builder |
builder() |
String |
getCompartmentId()
The unique identifier for the compartment.
|
Date |
getDate()
Date, expressed in
YYYYMMDD format, where Y represents the year, M represents the month, and D represents the day. |
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. |
String |
getReportType()
The type of the report.
|
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static ListReportsRequest.Builder builder()
public String getReportType()
The type of the report.
public Date getDate()
Date, expressed in YYYYMMDD
format, where Y
represents the year, M
represents the month, and D
represents the day.
public String getCompartmentId()
The unique identifier for the compartment.
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.
public String getPage()
The value of the opc-next-page
response header from the previous "List" call.
Copyright © 2016–2020. All rights reserved.