Class ListLimitsIncreaseRequestsRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<Void>
-
- com.oracle.bmc.limitsincrease.requests.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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListLimitsIncreaseRequestsRequest.Builderstatic classListLimitsIncreaseRequestsRequest.SortByThe field to sort by.static classListLimitsIncreaseRequestsRequest.SortOrderThe sort order to use, either ‘asc’ or ‘desc’.
-
Constructor Summary
Constructors Constructor Description ListLimitsIncreaseRequestsRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListLimitsIncreaseRequestsRequest.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’.StringgetCompartmentId()The OCID of the parent compartment.StringgetDisplayName()A filter to return only the resources that match the entire display name specified.StringgetLifecycleState()Lifecycle state of the limit increase request.IntegergetLimit()Maximum number of items returned in a page.StringgetOpcRequestId()Override request id for request tracking purposes.StringgetPage()The next page token.ListLimitsIncreaseRequestsRequest.SortBygetSortBy()The field to sort by.ListLimitsIncreaseRequestsRequest.SortOrdergetSortOrder()The sort order to use, either ‘asc’ or ‘desc’.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListLimitsIncreaseRequestsRequest.BuildertoBuilder()Return an instance ofListLimitsIncreaseRequestsRequest.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
-
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.
-
getSortOrder
public ListLimitsIncreaseRequestsRequest.SortOrder getSortOrder()
The sort order to use, either ‘asc’ or ‘desc’.By default, it is ascending.
-
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.
-
toBuilder
public ListLimitsIncreaseRequestsRequest.Builder toBuilder()
Return an instance ofListLimitsIncreaseRequestsRequest.Builderthat allows you to modify request properties.- Returns:
- instance of
ListLimitsIncreaseRequestsRequest.Builderthat allows you to modify request properties.
-
builder
public static ListLimitsIncreaseRequestsRequest.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>
-
-