Class DeleteLimitsIncreaseRequestRequest


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

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

    • Constructor Detail

      • DeleteLimitsIncreaseRequestRequest

        public DeleteLimitsIncreaseRequestRequest()
    • Method Detail

      • getLimitsIncreaseRequestId

        public String getLimitsIncreaseRequestId()
        The OCID of the limit increase request.
      • getOpcRequestId

        public String getOpcRequestId()
        Override request id for request tracking purposes.
      • getIfMatch

        public String getIfMatch()
        This value (etag) should be passed when you want to ensure that no-one else has changed the value while you’re making an update.

        To get the current etag, make a GET call and read the current etag header. If GET returns 404, and you still want to ensure that noone else has executed a SET operation, pass the following header instead: if-none-match: *

      • 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>