Package com.oracle.bmc.oda.requests
Class ListOdaInstanceAttachmentsRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.oda.requests.ListOdaInstanceAttachmentsRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190506") public class ListOdaInstanceAttachmentsRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/oda/ListOdaInstanceAttachmentsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOdaInstanceAttachmentsRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classListOdaInstanceAttachmentsRequest.Builderstatic classListOdaInstanceAttachmentsRequest.LifecycleStateList only the ODA instance attachments that are in this lifecycle state.static classListOdaInstanceAttachmentsRequest.SortBySort on this field.static classListOdaInstanceAttachmentsRequest.SortOrderSort the results in this order, use either ASC (ascending) or DESC (descending).
 - 
Constructor SummaryConstructors Constructor Description ListOdaInstanceAttachmentsRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListOdaInstanceAttachmentsRequest.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’.BooleangetIncludeOwnerMetadata()Whether to send attachment owner info during get/list call.ListOdaInstanceAttachmentsRequest.LifecycleStategetLifecycleState()List only the ODA instance attachments that are in this lifecycle state.IntegergetLimit()The maximum number of items to return per page.StringgetOdaInstanceId()Unique Digital Assistant instance identifier.StringgetOpcRequestId()The client request ID for tracing.StringgetPage()The page at which to start retrieving results.ListOdaInstanceAttachmentsRequest.SortBygetSortBy()Sort on this field.ListOdaInstanceAttachmentsRequest.SortOrdergetSortOrder()Sort the results in this order, use either ASC (ascending) or DESC (descending).inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListOdaInstanceAttachmentsRequest.BuildertoBuilder()Return an instance ofListOdaInstanceAttachmentsRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getOdaInstanceIdpublic String getOdaInstanceId() Unique Digital Assistant instance identifier.
 - 
getIncludeOwnerMetadatapublic Boolean getIncludeOwnerMetadata() Whether to send attachment owner info during get/list call.
 - 
getLimitpublic Integer getLimit() The maximum number of items to return per page.
 - 
getPagepublic String getPage() The page at which to start retrieving results.You get this value from the opc-next-page header in a previous list request. To retireve the first page, omit this query parameter. Example: MToxMA== 
 - 
getLifecycleStatepublic ListOdaInstanceAttachmentsRequest.LifecycleState getLifecycleState() List only the ODA instance attachments that are in this lifecycle state.
 - 
getSortOrderpublic ListOdaInstanceAttachmentsRequest.SortOrder getSortOrder() Sort the results in this order, use either ASC (ascending) or DESC (descending).
 - 
getSortBypublic ListOdaInstanceAttachmentsRequest.SortBy getSortBy() Sort on this field.You can specify one sort order only. The default sort field is TIMECREATED. The default sort order for TIMECREATED is descending. 
 - 
getOpcRequestIdpublic String getOpcRequestId() The client request ID for tracing.This value is included in the opc-request-id response header. 
 - 
toBuilderpublic ListOdaInstanceAttachmentsRequest.Builder toBuilder() Return an instance ofListOdaInstanceAttachmentsRequest.Builderthat allows you to modify request properties.- Returns:
- instance of ListOdaInstanceAttachmentsRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static ListOdaInstanceAttachmentsRequest.Builder builder() Return a new builder for this request object.- Returns:
- builder for the request object
 
 - 
equalspublic boolean equals(Object o) Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
- equalsin class- BmcRequest<Void>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<Void>
 
 
- 
 
-