Class FindRunbookExportDependencyRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<FindRunbookExportDependencyDetails>
-
- com.oracle.bmc.fleetappsmanagement.requests.FindRunbookExportDependencyRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20250228") public class FindRunbookExportDependencyRequest extends BmcRequest<FindRunbookExportDependencyDetails>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/FindRunbookExportDependencyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use FindRunbookExportDependencyRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFindRunbookExportDependencyRequest.Builder
-
Constructor Summary
Constructors Constructor Description FindRunbookExportDependencyRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FindRunbookExportDependencyRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.FindRunbookExportDependencyDetailsgetBody$()Alternative accessor for the body parameter.FindRunbookExportDependencyDetailsgetFindRunbookExportDependencyDetails()Details for finding runbook export dependencies.IntegergetLimit()The maximum number of items to return.StringgetOpcRequestId()The client request ID for tracing.StringgetPage()A token representing the position at which to start retrieving results.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.FindRunbookExportDependencyRequest.BuildertoBuilder()Return an instance ofFindRunbookExportDependencyRequest.Builderthat allows you to modify request properties.StringtoString()-
Methods inherited from class com.oracle.bmc.requests.BmcRequest
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
-
-
-
-
Method Detail
-
getFindRunbookExportDependencyDetails
public FindRunbookExportDependencyDetails getFindRunbookExportDependencyDetails()
Details for finding runbook export dependencies.
-
getLimit
public Integer getLimit()
The maximum number of items to return.
-
getPage
public String getPage()
A token representing the position at which to start retrieving results.This must come from the opc-next-page header field of a previous response.
-
getOpcRequestId
public String getOpcRequestId()
The client request ID for tracing.
-
getBody$
public FindRunbookExportDependencyDetails getBody$()
Alternative accessor for the body parameter.- Overrides:
getBody$in classBmcRequest<FindRunbookExportDependencyDetails>- Returns:
- body parameter
-
toBuilder
public FindRunbookExportDependencyRequest.Builder toBuilder()
Return an instance ofFindRunbookExportDependencyRequest.Builderthat allows you to modify request properties.- Returns:
- instance of
FindRunbookExportDependencyRequest.Builderthat allows you to modify request properties.
-
builder
public static FindRunbookExportDependencyRequest.Builder builder()
Return a new builder for this request object.- Returns:
- builder for the request object
-
equals
public boolean equals(Object o)
Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
equalsin classBmcRequest<FindRunbookExportDependencyDetails>
-
hashCode
public int hashCode()
Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCodein classBmcRequest<FindRunbookExportDependencyDetails>
-
-