Class 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.

    • Constructor Detail

      • ListDataFilesRequest

        public ListDataFilesRequest()
    • 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.
      • 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: BmcRequest
        Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
        Overrides:
        equals in class BmcRequest<Void>
      • hashCode

        public int hashCode()
        Description copied from class: BmcRequest
        Uses getInvocationCallback and getRetryConfiguration to generate a hash.
        Overrides:
        hashCode in class BmcRequest<Void>