@Generated(value="OracleSDKGenerator", comments="API Version: 0.0.1") public class ListAnnouncementsRequest extends BmcRequest<Void>
Example: Click here to see how to use ListAnnouncementsRequest.
Modifier and Type | Class and Description |
---|---|
static class |
ListAnnouncementsRequest.Builder |
static class |
ListAnnouncementsRequest.LifecycleState
The announcement’s current lifecycle state.
|
static class |
ListAnnouncementsRequest.PlatformType
A filter to return only announcements affecting a specific platform.
|
static class |
ListAnnouncementsRequest.SortBy
The criteria to sort by.
|
static class |
ListAnnouncementsRequest.SortOrder
The sort order to use.
|
Constructor and Description |
---|
ListAnnouncementsRequest() |
Modifier and Type | Method and Description |
---|---|
static ListAnnouncementsRequest.Builder |
builder()
Return a new builder for this request object.
|
boolean |
equals(Object o)
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal
to ‘this’.
|
String |
getAnnouncementType()
The type of announcement.
|
String |
getChainId()
A filter to return only announcements belonging to the specified announcement chain ID.
|
String |
getCompartmentId()
The OCID of the compartment.
|
String |
getEnvironmentName()
A filter to return only announcements that match a specific environment name.
|
List<String> |
getExcludeAnnouncementTypes()
Exclude The type of announcement.
|
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.PlatformType |
getPlatformType()
A filter to return only announcements affecting a specific platform.
|
String |
getService()
A filter to return only announcements affecting a specific service.
|
Boolean |
getShouldShowOnlyLatestInChain()
A filter to display only the latest announcement in a chain.
|
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. |
int |
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
ListAnnouncementsRequest.Builder |
toBuilder()
Return an instance of
ListAnnouncementsRequest.Builder that allows you to modify request properties. |
String |
toString() |
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public String getCompartmentId()
The OCID of the 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 getEnvironmentName()
A filter to return only announcements that match a specific environment name.
public String getService()
A filter to return only announcements affecting a specific service.
public ListAnnouncementsRequest.PlatformType getPlatformType()
A filter to return only announcements affecting a specific platform.
public List<String> getExcludeAnnouncementTypes()
Exclude The type of announcement.
public Boolean getShouldShowOnlyLatestInChain()
A filter to display only the latest announcement in a chain.
public String getChainId()
A filter to return only announcements belonging to the specified announcement chain ID.
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.
public ListAnnouncementsRequest.Builder toBuilder()
Return an instance of ListAnnouncementsRequest.Builder
that allows you to modify request properties.
ListAnnouncementsRequest.Builder
that allows you to modify request properties.public static ListAnnouncementsRequest.Builder builder()
Return a new builder for this request object.
public boolean equals(Object o)
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
equals
in class BmcRequest<Void>
public int hashCode()
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
hashCode
in class BmcRequest<Void>
Copyright © 2016–2024. All rights reserved.