@Generated(value="OracleSDKGenerator", comments="API Version: 0.0.1") public class ListAnnouncementsRequest extends BmcRequest
Modifier and Type | Class and Description |
---|---|
static class |
ListAnnouncementsRequest.Builder |
static class |
ListAnnouncementsRequest.LifecycleState
The announcement’s current lifecycle state.
|
static class |
ListAnnouncementsRequest.SortBy
The criteria to sort by.
|
static class |
ListAnnouncementsRequest.SortOrder
The sort order to use.
|
Modifier and Type | Method and Description |
---|---|
static ListAnnouncementsRequest.Builder |
builder() |
String |
getAnnouncementType()
The type of announcement.
|
String |
getCompartmentId()
The OCID of the compartment.
|
Boolean |
getIsBanner()
Whether the announcement is displayed as a console banner.
|
ListAnnouncementsRequest.LifecycleState |
getLifecycleState()
The announcement’s current lifecycle state.
|
Integer |
getLimit()
The maximum number of items to return in a paginated "List" call.
|
String |
getOpcRequestId()
The unique Oracle-assigned identifier for the request.
|
String |
getPage()
The value of the
opc-next-page response header from the previous "List" call. |
ListAnnouncementsRequest.SortBy |
getSortBy()
The criteria to sort by.
|
ListAnnouncementsRequest.SortOrder |
getSortOrder()
The sort order to use.
|
Date |
getTimeOneEarliestTime()
The boundary for the earliest
timeOneValue date on announcements that you want to see. |
Date |
getTimeOneLatestTime()
The boundary for the latest
timeOneValue date on announcements that you want to see. |
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static ListAnnouncementsRequest.Builder builder()
public String getCompartmentId()
The OCID of the compartment. Because announcements are specific to a tenancy, this is the OCID of the root compartment.
public Integer getLimit()
The maximum number of items to return in a paginated "List" call.
public String getPage()
The value of the opc-next-page
response header from the previous "List" call.
public String getAnnouncementType()
The type of announcement.
public ListAnnouncementsRequest.LifecycleState getLifecycleState()
The announcement’s current lifecycle state.
public Boolean getIsBanner()
Whether the announcement is displayed as a console banner.
public ListAnnouncementsRequest.SortBy getSortBy()
The criteria to sort by. You can specify only one sort order.
public ListAnnouncementsRequest.SortOrder getSortOrder()
The sort order to use. (Sorting by announcementType
orders the announcements list according to importance.)
public Date getTimeOneEarliestTime()
The boundary for the earliest timeOneValue
date on announcements that you want to see.
public Date getTimeOneLatestTime()
The boundary for the latest timeOneValue
date on announcements that you want to see.
public String getOpcRequestId()
The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the complete request ID.
Copyright © 2016–2020. All rights reserved.