@Generated(value="OracleSDKGenerator", comments="API Version: 0.0.1") public class UpdateAnnouncementUserStatusRequest extends BmcRequest
Modifier and Type | Class and Description |
---|---|
static class |
UpdateAnnouncementUserStatusRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateAnnouncementUserStatusRequest.Builder |
builder() |
String |
getAnnouncementId()
The OCID of the announcement.
|
String |
getIfMatch()
The locking version, used for optimistic concurrency control.
|
String |
getOpcRequestId()
The unique Oracle-assigned identifier for the request.
|
AnnouncementUserStatusDetails |
getStatusDetails()
The information to use to update the announcement’s read status.
|
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static UpdateAnnouncementUserStatusRequest.Builder builder()
public String getAnnouncementId()
The OCID of the announcement.
public AnnouncementUserStatusDetails getStatusDetails()
The information to use to update the announcement’s read status.
public String getIfMatch()
The locking version, used for optimistic concurrency control.
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.