@Generated(value="OracleSDKGenerator", comments="API Version: 20220618") public class UpdateDesktopRequest extends BmcRequest<UpdateDesktopDetails>
Example: Click here to see how to use UpdateDesktopRequest.
Modifier and Type | Class and Description |
---|---|
static class |
UpdateDesktopRequest.Builder |
Constructor and Description |
---|
UpdateDesktopRequest() |
Modifier and Type | Method and Description |
---|---|
static UpdateDesktopRequest.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’.
|
UpdateDesktopDetails |
getBody$()
Alternative accessor for the body parameter.
|
String |
getDesktopId()
The OCID of the desktop.
|
String |
getIfMatch()
For optimistic concurrency control.
|
String |
getOpcRequestId()
The unique identifier of the request.
|
UpdateDesktopDetails |
getUpdateDesktopDetails()
The details of the update.
|
int |
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
UpdateDesktopRequest.Builder |
toBuilder()
Return an instance of
UpdateDesktopRequest.Builder that allows you to modify request properties. |
String |
toString() |
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public String getDesktopId()
The OCID of the desktop.
public UpdateDesktopDetails getUpdateDesktopDetails()
The details of the update.
public String getOpcRequestId()
The unique identifier of the request.
public String getIfMatch()
For optimistic concurrency control.
public UpdateDesktopDetails getBody$()
Alternative accessor for the body parameter.
getBody$
in class BmcRequest<UpdateDesktopDetails>
public UpdateDesktopRequest.Builder toBuilder()
Return an instance of UpdateDesktopRequest.Builder
that allows you to modify request properties.
UpdateDesktopRequest.Builder
that allows you to modify request properties.public static UpdateDesktopRequest.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<UpdateDesktopDetails>
public int hashCode()
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
hashCode
in class BmcRequest<UpdateDesktopDetails>
Copyright © 2016–2024. All rights reserved.