@Generated(value="OracleSDKGenerator", comments="API Version: 20230601") public class GenerateArtifactDownloadUrlRequest extends BmcRequest<GenerateArtifactDownloadUrlDetails>
Example: Click here to see how to use GenerateArtifactDownloadUrlRequest.
Modifier and Type | Class and Description |
---|---|
static class |
GenerateArtifactDownloadUrlRequest.Builder |
Constructor and Description |
---|
GenerateArtifactDownloadUrlRequest() |
Modifier and Type | Method and Description |
---|---|
static GenerateArtifactDownloadUrlRequest.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’.
|
GenerateArtifactDownloadUrlDetails |
getBody$()
Alternative accessor for the body parameter.
|
GenerateArtifactDownloadUrlDetails |
getGenerateArtifactDownloadUrlDetails()
Details for generating download URL for a Java artifact.
|
String |
getOpcRequestId()
The client request ID for tracing.
|
int |
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
GenerateArtifactDownloadUrlRequest.Builder |
toBuilder()
Return an instance of
GenerateArtifactDownloadUrlRequest.Builder that allows you to modify request properties. |
String |
toString() |
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public GenerateArtifactDownloadUrlDetails getGenerateArtifactDownloadUrlDetails()
Details for generating download URL for a Java artifact.
public String getOpcRequestId()
The client request ID for tracing.
public GenerateArtifactDownloadUrlDetails getBody$()
Alternative accessor for the body parameter.
getBody$
in class BmcRequest<GenerateArtifactDownloadUrlDetails>
public GenerateArtifactDownloadUrlRequest.Builder toBuilder()
Return an instance of GenerateArtifactDownloadUrlRequest.Builder
that allows you to modify request properties.
GenerateArtifactDownloadUrlRequest.Builder
that allows you to modify request properties.public static GenerateArtifactDownloadUrlRequest.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<GenerateArtifactDownloadUrlDetails>
public int hashCode()
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
hashCode
in class BmcRequest<GenerateArtifactDownloadUrlDetails>
Copyright © 2016–2024. All rights reserved.