Class ListDataFilesRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<Void>
-
- com.oracle.bmc.apmconfig.requests.ListDataFilesRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20210201") public class ListDataFilesRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/apmconfig/ListDataFilesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDataFilesRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListDataFilesRequest.Builderstatic classListDataFilesRequest.SortByThe field to sort by.
-
Constructor Summary
Constructors Constructor Description ListDataFilesRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListDataFilesRequest.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’.StringgetApmDomainId()The APM Domain ID the request is intended for.StringgetApmType()The type of the data file.IntegergetLimit()The maximum number of items to return.StringgetMetadata()A string containing a JSON-encoded object with metadata related to the uploaded file or resource.StringgetName()A filter to return resources that match the specified name.StringgetOpcClientRequestId()The client request ID for tracing.StringgetOpcRetryToken()A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.StringgetPage()The maximum number of results per page, or items to return in a paginated “List” call.ListDataFilesRequest.SortBygetSortBy()The field to sort by.SortOrdersgetSortOrder()The sort order to use, either ascending (ASC) or descending (DESC).DategetTimeLastModifiedAfter()Return data files with the ‘timeLastModified’ after the specified time, expressed in RFC 3339 timestamp format.DategetTimeLastModifiedBefore()Return data files with time ‘timeLastModified’ before the specified time, expressed in RFC 3339 timestamp format.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListDataFilesRequest.BuildertoBuilder()Return an instance ofListDataFilesRequest.Builderthat allows you to modify request properties.StringtoString()-
Methods inherited from class com.oracle.bmc.requests.BmcRequest
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
-
-
-
-
Method Detail
-
getApmDomainId
public String getApmDomainId()
The APM Domain ID the request is intended for.
-
getApmType
public String getApmType()
The type of the data file.
-
getName
public String getName()
A filter to return resources that match the specified name.Supports regular expressions to filter data files.
-
getTimeLastModifiedBefore
public Date getTimeLastModifiedBefore()
Return data files with time ‘timeLastModified’ before the specified time, expressed in RFC 3339 timestamp format.Example: 2020-02-19T22:47:12.613Z
-
getTimeLastModifiedAfter
public Date getTimeLastModifiedAfter()
Return data files with the ‘timeLastModified’ after the specified time, expressed in RFC 3339 timestamp format.Example: 2020-02-19T22:47:12.613Z
-
getLimit
public Integer getLimit()
The maximum number of items to return.
-
getPage
public String getPage()
The maximum number of results per page, or items to return in a paginated “List” call.For information on how pagination works, see List Pagination. Example: 50
-
getSortOrder
public SortOrders getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).The displayName sort order is case-sensitive.
-
getSortBy
public ListDataFilesRequest.SortBy getSortBy()
The field to sort by.You can provide one “sortBy” value. The default order for displayName, timeCreated and timeUpdated is ascending. The displayName sort by is case-sensitive.
-
getMetadata
public String getMetadata()
A string containing a JSON-encoded object with metadata related to the uploaded file or resource.Example: {“fileName”:“report.pdf”,“uploader”:“jane.doe”,“category”:“financial”}
-
getOpcRetryToken
public String getOpcRetryToken()
A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
-
getOpcClientRequestId
public String getOpcClientRequestId()
The client request ID for tracing.
-
toBuilder
public ListDataFilesRequest.Builder toBuilder()
Return an instance ofListDataFilesRequest.Builderthat allows you to modify request properties.- Returns:
- instance of
ListDataFilesRequest.Builderthat allows you to modify request properties.
-
builder
public static ListDataFilesRequest.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<Void>
-
hashCode
public int hashCode()
Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCodein classBmcRequest<Void>
-
-