Class ListLimitsIncreaseRequestsRequest


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20251101")
    public class ListLimitsIncreaseRequestsRequest
    extends BmcRequest<Void>

    Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.81.1/limitsincrease/ListLimitsIncreaseRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListLimitsIncreaseRequestsRequest.

    • Constructor Detail

      • ListLimitsIncreaseRequestsRequest

        public ListLimitsIncreaseRequestsRequest()
    • Method Detail

      • getCompartmentId

        public String getCompartmentId()
        The OCID of the parent compartment.

        Note: The tenancy is the root compartment.

      • getLifecycleState

        public String getLifecycleState()
        Lifecycle state of the limit increase request.
      • getDisplayName

        public String getDisplayName()
        A filter to return only the resources that match the entire display name specified.
      • getSortBy

        public ListLimitsIncreaseRequestsRequest.SortBy getSortBy()
        The field to sort by.

        You can specify only one sort order. The default order for timeCreated is descending. The default order for displayName is ascending.

      • getLimit

        public Integer getLimit()
        Maximum number of items returned in a page.
      • getPage

        public String getPage()
        The next page token.
      • getOpcRequestId

        public String getOpcRequestId()
        Override request id for request tracking purposes.
      • 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>