@Generated(value="OracleSDKGenerator", comments="API Version: 20190801") public class UpdateEventRequest extends BmcRequest<UpdateEventDetails>
Example: Click here to see how to use UpdateEventRequest.
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateEventRequest.Builder |
| Constructor and Description |
|---|
UpdateEventRequest() |
| Modifier and Type | Method and Description |
|---|---|
static UpdateEventRequest.Builder |
builder() |
boolean |
equals(Object o) |
UpdateEventDetails |
getBody$()
Alternative accessor for the body parameter.
|
String |
getCompartmentId() |
String |
getEventId() |
String |
getIfMatch() |
String |
getManagedInstanceId() |
String |
getOpcRequestId() |
UpdateEventDetails |
getUpdateEventDetails() |
int |
hashCode() |
UpdateEventRequest.Builder |
toBuilder() |
String |
toString() |
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continuepublic String getManagedInstanceId()
public String getEventId()
public String getCompartmentId()
public UpdateEventDetails getUpdateEventDetails()
public String getOpcRequestId()
public String getIfMatch()
public UpdateEventDetails getBody$()
Alternative accessor for the body parameter.
getBody$ in class BmcRequest<UpdateEventDetails>public UpdateEventRequest.Builder toBuilder()
UpdateEventRequest.Builder that allows you to modify request propertiespublic static UpdateEventRequest.Builder builder()
public boolean equals(Object o)
equals in class BmcRequest<UpdateEventDetails>public int hashCode()
hashCode in class BmcRequest<UpdateEventDetails>Copyright © 2016–2022. All rights reserved.