Class ListLimitsIncreaseItemRequestsRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<Void>
-
- com.oracle.bmc.limitsincrease.requests.ListLimitsIncreaseItemRequestsRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20251101") public class ListLimitsIncreaseItemRequestsRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.81.1/limitsincrease/ListLimitsIncreaseItemRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListLimitsIncreaseItemRequestsRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListLimitsIncreaseItemRequestsRequest.Builderstatic classListLimitsIncreaseItemRequestsRequest.SortByThe field to sort by.static classListLimitsIncreaseItemRequestsRequest.SortOrderThe sort order to use, either ‘asc’ or ‘desc’.
-
Constructor Summary
Constructors Constructor Description ListLimitsIncreaseItemRequestsRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListLimitsIncreaseItemRequestsRequest.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.StringgetLifecycleState()Lifecycle state of the limit increase request.IntegergetLimit()Maximum number of items returned in a page.StringgetLimitsIncreaseRequestId()The OCID of the limit increase request.StringgetOpcRequestId()Override request id for request tracking purposes.StringgetPage()The next page token.StringgetService()Name of service that owns the limit.ListLimitsIncreaseItemRequestsRequest.SortBygetSortBy()The field to sort by.ListLimitsIncreaseItemRequestsRequest.SortOrdergetSortOrder()The sort order to use, either ‘asc’ or ‘desc’.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListLimitsIncreaseItemRequestsRequest.BuildertoBuilder()Return an instance ofListLimitsIncreaseItemRequestsRequest.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.
-
getService
public String getService()
Name of service that owns the limit.
-
getLifecycleState
public String getLifecycleState()
Lifecycle state of the limit increase request.
-
getLimitsIncreaseRequestId
public String getLimitsIncreaseRequestId()
The OCID of the limit increase request.
-
getSortOrder
public ListLimitsIncreaseItemRequestsRequest.SortOrder getSortOrder()
The sort order to use, either ‘asc’ or ‘desc’.By default, it is ascending.
-
getSortBy
public ListLimitsIncreaseItemRequestsRequest.SortBy getSortBy()
The field to sort by.You can specify only one sort order. The default order for timeCreated is descending.
-
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 ListLimitsIncreaseItemRequestsRequest.Builder toBuilder()
Return an instance ofListLimitsIncreaseItemRequestsRequest.Builderthat allows you to modify request properties.- Returns:
- instance of
ListLimitsIncreaseItemRequestsRequest.Builderthat allows you to modify request properties.
-
builder
public static ListLimitsIncreaseItemRequestsRequest.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>
-
-